Differences between version 60 and revision by previous author of 6to4.
Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History
Newer page: | version 60 | Last edited on Sunday, April 6, 2008 5:22:22 am | by MattBrown | Revert |
Older page: | version 59 | Last edited on Saturday, April 5, 2008 4:58:29 pm | by JohnMcPherson | Revert |
@@ -56,9 +56,9 @@
ip -6 addr add 2002:c000:0217::1/16 dev tun6to4
</pre>
If you don't have the 6bone configured, run the following two commands:
<pre>
- ip -6 route add ::/96 dev tun6to4 metric 1 # This line is never mentioned anywhere, but it appears critical
.
+ ip -6 route add ::/96 dev tun6to4 metric 1 # setup route for v4mapped IPv6 addresses via the tunnel device
.
ip -6 route add 2000::/3 via ::192.88.99.1 dev tun6to4 metric 1
</pre>
192.88.99.1 is an AnyCast address for places that provide connectivity to non-6to4 addresses to 6to4 hosts.