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!

Category:FireBrick USB Dongles: Difference between revisions

Content deleted Content added
AA-Andrew (talk | contribs)
mNo edit summary
Reedy (talk | contribs)
lang="xml"
Line 29: Line 29:
Multiple USB Dongles can used via a USB hub - however the benefits of bonding multiple 3G are small, as you'll typically be contending with yourself and so there will be little or no added bandwidth.
Multiple USB Dongles can used via a USB hub - however the benefits of bonding multiple 3G are small, as you'll typically be contending with yourself and so there will be little or no added bandwidth.
Using multiple dongles with SIMs from different providers may provide extra resilience in the case of one having a problem.
Using multiple dongles with SIMs from different providers may provide extra resilience in the case of one having a problem.



=Basic Config=
=Basic Config=
Line 35: Line 34:
The example below is all you need to get the dongle configured. If your main broadband connection goes down, the FireBrick will automatically switch to use the 3G connection, then back again once your main connection is back.
The example below is all you need to get the dongle configured. If your main broadband connection goes down, the FireBrick will automatically switch to use the 3G connection, then back again once your main connection is back.


<syntaxhighlight>
<syntaxhighlight lang="xml">
<usb>
<usb>
<dongle username="me@a.2" password="secret"/>
<dongle username="me@a.2" password="secret"/>
</usb>
</usb>
</syntaxhighlight>
</syntaxhighlight>



=Tunneled IPv6 Fallback=
=Tunneled IPv6 Fallback=
Line 47: Line 45:
==Example Config==
==Example Config==
LAN Interface for IPv6 tunnel over 3G dongle (with MTU 1500):
LAN Interface for IPv6 tunnel over 3G dongle (with MTU 1500):

<syntaxhighlight>
<syntaxhighlight lang="xml">
<interface name="LAN" port="LAN" ra-client="false">
<interface name="LAN" port="LAN" ra-client="false">
<subnet ip="2001:8b0::1/64 10.0.0.1/24" ra="true" ra-mtu="1480" ra-dns="2001:8b0::2020 2001:8b0::2021"/>
<subnet ip="2001:8b0::1/64 10.0.0.1/24" ra="true" ra-mtu="1480" ra-dns="2001:8b0::2020 2001:8b0::2021"/>
Line 53: Line 52:
</syntaxhighlight>
</syntaxhighlight>
LAN Interface for IPv6 tunnel over 3G dongle (with MTU 1492):
LAN Interface for IPv6 tunnel over 3G dongle (with MTU 1492):
<syntaxhighlight>
<syntaxhighlight lang="xml">
<interface name="LAN" port="LAN" ra-client="false">
<interface name="LAN" port="LAN" ra-client="false">
<subnet ip="2001:8b0::1/64 10.0.0.1/24" ra="true" ra-mtu="1472" ra-dns="2001:8b0::2020 2001:8b0::2021"/>
<subnet ip="2001:8b0::1/64 10.0.0.1/24" ra="true" ra-mtu="1472" ra-dns="2001:8b0::2020 2001:8b0::2021"/>
Line 59: Line 58:
</syntaxhighlight>
</syntaxhighlight>
Connect to AAISP over PPPoE session (3G dongle tweaks and NAT):
Connect to AAISP over PPPoE session (3G dongle tweaks and NAT):
<syntaxhighlight>
<syntaxhighlight lang="xml">
<ppp name="AAISP" port="WAN" username="me@a.1" password="secret" nat="true" lcp-rate="1" lcp-timeout="5" graph="AAISP" log="default"/>
<ppp name="AAISP" port="WAN" username="me@a.1" password="secret" nat="true" lcp-rate="1" lcp-timeout="5" graph="AAISP" log="default"/>
</syntaxhighlight>
</syntaxhighlight>
Connect to AAISP over 3G dongle (with NAT):
Connect to AAISP over 3G dongle (with NAT):
<syntaxhighlight>
<syntaxhighlight lang="xml">
<dongle name="AAISP-3G" username="me@a.2" password="secret" nat="true" graph="AAISP-3G" log="default"/>
<dongle name="AAISP-3G" username="me@a.2" password="secret" nat="true" graph="AAISP-3G" log="default"/>
</syntaxhighlight>
</syntaxhighlight>
3G dongle IPv6 default route using IPv4 tunnel:
3G dongle IPv6 default route using IPv4 tunnel:
<syntaxhighlight>
<syntaxhighlight lang="xml">
<route ip="::/0" gateway="81.187.81.6" comment="IPv6 default route using IPv4 tunnel"/>
<route ip="::/0" gateway="81.187.81.6" comment="IPv6 default route using IPv4 tunnel"/>
</syntaxhighlight>
</syntaxhighlight>



=Turning the dongle off outside of office hours=
=Turning the dongle off outside of office hours=
Line 81: Line 79:
Cold starts take a lot longer!
Cold starts take a lot longer!


<syntaxhighlight>
<syntaxhighlight lang="xml">
<usb>
<usb>
<dongle name="AAISP-3G" username="me@a.3" password="secret" graph="AAISP-3G" profile="AAISP-3G"/>
<dongle name="AAISP-3G" username="me@a.3" password="secret" graph="AAISP-3G" profile="AAISP-3G"/>