Ubuntu 16.04 Full Stack Configuration (with Bonding Config): Difference between revisions
Appearance
Content deleted Content added
clean up, typos fixed: ie. → i.e. , controled → controlled, eg: → e.g.: |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
<indicator name="Front">[[File:Menu-bonding.svg|link=:Category:Bonding|30px|Back up to the Bonding Page]]</indicator> |
|||
[[Category:Routers]] |
[[Category:Routers]] |
||
[[Category:Bonding Configuration]] |
|||
[[Category:3rd Party Routers]] |
[[Category:3rd Party Routers]] |
||
= Preface = |
= Preface = |
||
| Line 80: | Line 83: | ||
linkname aa_wan1 |
linkname aa_wan1 |
||
Note the additional “unit” and “linkname” instructions from the linked guide, “unit” is in the index of the ppp connection created ( |
Note the additional “unit” and “linkname” instructions from the linked guide, “unit” is in the index of the ppp connection created (i.e. unit = 0 creates ppp0). |
||
=== /etc/ppp/chap-secrets === |
=== /etc/ppp/chap-secrets === |
||
| Line 584: | Line 587: | ||
START_DAEMON=1 |
START_DAEMON=1 |
||
# Define here the external interface connected to the WAN ( |
# Define here the external interface connected to the WAN (e.g.: the public |
||
# IP address NIC) |
# IP address NIC) |
||
MiniUPnPd_EXTERNAL_INTERFACE="pppoe-AA_1" |
MiniUPnPd_EXTERNAL_INTERFACE="pppoe-AA_1" |
||
| Line 590: | Line 593: | ||
# IP that the daemon should listen on. |
# 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 |
# Note that you do *not* want this to be 0.0.0.0, as you don't want |
||
# your MiniUPnPd to be |
# your MiniUPnPd to be controlled by anyone on the internet. |
||
MiniUPnPd_LISTENING_IP=”DEV_LAN” |
MiniUPnPd_LISTENING_IP=”DEV_LAN” |
||