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!

Bonding FireBrick: Difference between revisions

lang="xml"
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"/>
editor
698

edits