Differences between version 62 and previous revision of 6to4.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 62 | Last edited on Saturday, August 23, 2008 4:55:28 pm | by StephaneAlnet | Revert |
Older page: | version 61 | Last edited on Saturday, August 23, 2008 4:46:52 pm | by StephaneAlnet | Revert |
@@ -115,9 +115,9 @@
#
# You DO want this if this is your only connection to the IPv6 backbone
# You DO NOT want this if you have some other way of connecting to the IPv6 backbone (eg: Freenet6)
# ip -6 route add ::/96 dev tun6to4 metric 1 # Obsolete "IPv4-compatible", See RFC4291 paragraph 2.5.5.1
- # ip -6 route add :ffff
:.
..
/96 dev tun6to4 metric 1 # IPv4-mapped, see RFC4291 paragraph 2.5.5.2
+ # ip -6 route add
:
::
:
:ffff::
/96 dev tun6to4 metric 1 # IPv4-mapped, see RFC4291 paragraph 2.5.5.2
# ip -6 route add 2000::/3 via ::192.88.99.1 dev tun6to4 metric 1
# Restart radvd (if you have it running)
killall -1 radvd