FireBrick 3G Dongle: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) mNo edit summary |
CrazyTeeka (talk | contribs) mNo edit summary |
||
| Line 34: | Line 34: | ||
If using AAISP, then the options for IPv6 routing on the [[:Category:Control Pages|Control Pages]] allow an IPv6 block to be routed to a tunnel endpoint if the main routing (ie ADSL/FTTC) goes down. This means IPv6 can be routed to the 3G dongle if the main broadband(s) go down. The MTU will be limited though. |
If using AAISP, then the options for IPv6 routing on the [[:Category:Control Pages|Control Pages]] allow an IPv6 block to be routed to a tunnel endpoint if the main routing (ie ADSL/FTTC) goes down. This means IPv6 can be routed to the 3G dongle if the main broadband(s) go down. The MTU will be limited though. |
||
==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> |
||
<interface name="LAN" port="LAN" ra-client="false"> |
<interface name="LAN" port="LAN" ra-client="false"> |
||
| Line 40: | Line 40: | ||
</interface> |
</interface> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
or LAN Interface for IPv6 tunnel over 3G dongle with MTU 1492: |
or LAN Interface for IPv6 tunnel over 3G dongle (with MTU 1492): |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
<interface name="LAN" port="LAN" ra-client="false"> |
<interface name="LAN" port="LAN" ra-client="false"> |
||