FireBrick IPv6 Tunnel: Difference between revisions
Appearance
Content deleted Content added
CrazyTeeka (talk | contribs) m Tidy Up |
CrazyTeeka (talk | contribs) m Tidy Up |
||
| Line 3: | Line 3: | ||
To add a tunneled IPv6 block to your FireBrick (2500/2700) and advertise it on your LAN subnet do the following: |
To add a tunneled IPv6 block to your FireBrick (2500/2700) and advertise it on your LAN subnet do the following: |
||
=Create a route= |
|||
<syntaxhighlight> |
<syntaxhighlight> |
||
<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"/> |
||
| Line 10: | Line 10: | ||
=Update your LAN subnet to include= |
|||
*ra="true" |
*ra="true" |
||
*ra-mtu="1480" (1472 if MTU was 1492 before, eg over PPPoE) |
*ra-mtu="1480" (1472 if MTU was 1492 before, eg over PPPoE) |
||
| Line 21: | Line 21: | ||
=Add a firewall rule to allow the tunnel in= |
|||
You may need to allow the tunnel into your FireBrick with a rule such as: |
You may need to allow the tunnel into your FireBrick with a rule such as: |
||
<syntaxhighlight> |
<syntaxhighlight> |
||
| Line 28: | Line 28: | ||
=Hurricane Electric tunnelbroker.net tunnel= |
|||
It's also really easy to set up an IPv6 tunnel from http://tunnelbroker.net if you are using a FB2700 on an ISP which doesn't already support IPv6. If the details for your tunnel on your control panel say your server IPv4 address is 192.0.2.26 and your client IPv6 is 2001:DB8:ABCD:123E::2 then you would put the following in your config: |
It's also really easy to set up an IPv6 tunnel from http://tunnelbroker.net if you are using a FB2700 on an ISP which doesn't already support IPv6. If the details for your tunnel on your control panel say your server IPv4 address is 192.0.2.26 and your client IPv6 is 2001:DB8:ABCD:123E::2 then you would put the following in your config: |
||