Jump to content

This is the support site for Andrews & Arnold Ltd, a UK Internet provider. Information on these pages is generally for our customers but may be useful to others, enjoy!

Ubuntu 16.04 Full Stack Configuration (with Bonding Config): Difference between revisions

clean up, typos fixed: ie. → i.e. , controled → controlled, eg: → e.g.:
No edit summary
(clean up, typos fixed: ie. → i.e. , controled → controlled, eg: → e.g.:)
 
(4 intermediate revisions by 2 users not shown)
<indicator name="Front">[[File:Menu-bonding.svg|link=:Category:Bonding|30px|Back up to the Bonding Page]]</indicator>
 
[[Category:Routers]]
[[Category:Bonding Configuration]]
[[Category:3rd Party Routers]]
= Preface =
linkname aa_wan1
 
Note the additional “unit” and “linkname” instructions from the linked guide, “unit” is in the index of the ppp connection created (iei.e. unit = 0 creates ppp0).
 
=== /etc/ppp/chap-secrets ===
iptables -t nat -A POSTROUTING -o DEV_AA_WAN2_C -m comment --comment NAT -j MASQUERADE
# Default drop everything from outside
# Note that these drops are *important* because we don't reject any traffic in the rules themselves, without these, stuff will be wide open
iptables -P FORWARD DROP
iptables -P INPUT DROP
START_DAEMON=1
# Define here the external interface connected to the WAN (ege.g.: the public
# IP address NIC)
MiniUPnPd_EXTERNAL_INTERFACE="pppoe-AA_1"
# IP that the daemon should listen on.
# Note that you do *not* want this to be 0.0.0.0, as you don't want
# your MiniUPnPd to be controledcontrolled by anyone on the internet.
MiniUPnPd_LISTENING_IP=”DEV_LAN”
editor
698

edits