Bonding FireBrick: Difference between revisions

mNo edit summary
(lang="xml")
 
Set up port 3 to connect to the second modem you have, i.e.:
<syntaxhighlight lang="xml">
<ppp port="WAN2" username="abc@a.2" password="secret" comment="BT ADSL" graph="BT ADSL 2" log="true"/>
</syntaxhighlight>
and change the port from:
<syntaxhighlight lang="xml">
<port name="LAN3" ports="3"/>
</syntaxhighlight>
to
<syntaxhighlight lang="xml">
<port name="WAN2" ports="3"/>
</syntaxhighlight>
 
e.g.:
<syntaxhighlight lang="xml">
<ppp port="WAN1" username="abc@a.1" password="secret" comment="BT ADSL" graph="BT ADSL" log="true" speed="1000000"/>
<ppp port="WAN2" username="abc@a.2" password="secret" comment="BT ADSL" graph="BT ADSL 2" log="true" speed="1000000"/>