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!

FireBrick 2700 Configuration: Difference between revisions

m
no edit summary
mNo edit summary
mNo edit summary
</interface>
</syntaxhighlight>
 
Interface - WAN interfaces, RA client is enabled:
 
<syntaxhighlight>
<interface name="WAN2" port="WAN2" ra-client="true"/>
</syntaxhighlight>
 
PPP - Connect to both lines, MTU is 1500, timeout is 5 seconds, localpref= gives priority to the highest value:
 
<syntaxhighlight>
<ppp name="AAISP2" port="WAN2" username="me@a.2" password="secret" mtu="1500" lcp-rate="1" lcp-timeout="5" localpref="100" graph="AAISP2" log="default" nat="false"/>
</syntaxhighlight>
 
Dongle - Connect over 3G, localpref= gives this connection the lowest priority:
 
<syntaxhighlight>
</usb>
</syntaxhighlight>
 
Static Route - Brings up IPv6 default route using IPv4 tunnel when both lines are down or unplugged:
 
<syntaxhighlight>
<route ip="::/0" gateway="81.187.81.6" profile="DSL-Down" comment="IPv6 default route using IPv4 tunnel"/>
</syntaxhighlight>
 
Profiles - Checks if both lines are up or down:
 
<syntaxhighlight>
editor
426

edits