FireBrick 2700 Configuration: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) mNo edit summary |
CrazyTeeka (talk | contribs) mNo edit summary |
||
| Line 196: | Line 196: | ||
</interface> |
</interface> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Interface - WAN interfaces, RA client is enabled: |
|||
<syntaxhighlight> |
<syntaxhighlight> |
||
| Line 201: | Line 203: | ||
<interface name="WAN2" port="WAN2" ra-client="true"/> |
<interface name="WAN2" port="WAN2" ra-client="true"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
PPP - Connect to both lines, MTU is 1500, timeout is 5 seconds, localpref= gives priority to the highest value: |
|||
<syntaxhighlight> |
<syntaxhighlight> |
||
| Line 206: | Line 210: | ||
<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"/> |
<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> |
</syntaxhighlight> |
||
Dongle - Connect over 3G, localpref= gives this connection the lowest priority: |
|||
<syntaxhighlight> |
<syntaxhighlight> |
||
| Line 212: | Line 218: | ||
</usb> |
</usb> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Static Route - Brings up IPv6 default route using IPv4 tunnel when both lines are down or unplugged: |
|||
<syntaxhighlight> |
<syntaxhighlight> |
||
<route ip="::/0" gateway="81.187.81.6" profile="DSL-Down" comment="IPv6 default route using IPv4 tunnel"/> |
<route ip="::/0" gateway="81.187.81.6" profile="DSL-Down" comment="IPv6 default route using IPv4 tunnel"/> |
||
</syntaxhighlight> |
</syntaxhighlight> |
||
Profiles - Checks if both lines are up or down: |
|||
<syntaxhighlight> |
<syntaxhighlight> |
||