FireBrick 2700 Configuration run-through: Difference between revisions
Appearance
Content deleted Content added
No edit summary |
No edit summary |
||
| Line 210: | Line 210: | ||
= Next Steps, Bonding a Second PPPoE Line = |
= Next Steps, Bonding a Second PPPoE Line = |
||
More info on http://www.firebrick.co.uk/fb2700/bonding.php |
More info on http://www.firebrick.co.uk/fb2700/bonding.php |
||
== Set up second PPPoE == |
|||
Set up port 3 to connect to the second line you have, ie: |
|||
<pre><ppp port="WAN2" username="abc@a.2" password="secret" comment="BT ADSL" graph="BT ADSL 2" log="true"/> |
|||
</pre> |
|||
and change the port from: |
|||
<pre><port name="LAN3" ports="3"/> |
|||
</pre> |
|||
to |
|||
<pre><port name="WAN2" ports="3"/> |
|||
</pre> |
|||
If you prefer, you can rearrange the ports so that they are in sequential order etc... |
|||
We now have: |
|||
*Port 1 = LAN |
|||
*Port 2 = Spare |
|||
*Port 3 = ADSL Line 2 |
|||
*Port 4 = ADSL Line 1 |
|||
== Bond the PPPoE: == |
|||