Penguin

Differences between current version and revision by previous author of 6to4.

Other diffs: Previous Major Revision, Previous Revision, or view the Annotated Edit History

Newer page: version 62 Last edited on Saturday, August 23, 2008 4:55:28 pm by StephaneAlnet
Older page: version 60 Last edited on Sunday, April 6, 2008 5:22:22 am by MattBrown Revert
@@ -114,10 +114,10 @@
  # the 6to4 anycast address 
 
  # 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 # This line seems necessary , but I've never  
- # found documented anywhere . Try without if you can
+ # 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 2000::/3 via ::192.88.99.1 dev tun6to4 metric 1 
  
  # Restart radvd (if you have it running) 
  killall -1 radvd