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

m
no edit summary
(Created page with " *More info on http://www.firebrick.co.uk/fb2700/bonding.php ADSL and FTTC lines can be bonded, typically A&A customers bond a BT and a TT line for greater resilience....")
 
mNo edit summary
 
(3 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>
 
*More info on&nbsp;http://www.firebrick.co.uk/fb2700/bonding.php
ADSL and FTTC lines can be bonded, typically A&A customers bond a BT and a TT line for greater resilience. Multiple FTTC lines can be bonded together too in the same way.
 
Staff are happy to help with andany configuration.
 
==Configuration==
 
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"/>
Since each PPP connection will give the FireBrick a default route, the FireBrick will use both, and upload traffic on each ppp connection up to the speed given. The speed is in bits, so this example is where the upload is 1M.
If the upload is different on the lines, then that's fine - e.g., you may have a line using Annex-A and one Annex-M. Setting the speed correctly will mean the correct amount of traffic will be sent up each line.
 
 
[[Category:Bonding Configuration]]
autoreview, Bureaucrats, editor, Interface administrators, reviewer, Administrators
12,299

edits