Penguin

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

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

Newer page: version 54 Last edited on Friday, May 13, 2005 2:12:18 pm by SamHathaway Revert
Older page: version 52 Last edited on Wednesday, March 23, 2005 7:10:06 pm by ToniMarsh Revert
@@ -110,9 +110,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 # This line seems necessary, but I've never 
  # found documented anywhere. Try without if you can. 
- # ip -6 route add 2000::/3 via ::192.88.91 .1 dev tun6to4 metric 1 
+ # 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 
  
@@ -121,9 +121,9 @@
 I have prepared a (hackish, I'll admit) init script for Debian. 
  
 * Copy [this init script|http://www.wlug.org.nz/archive/6to4/6to4.init] to /etc/init.d/6to4 
 * Read over it to make sure you understand it, and make note of any suggested changes that might work better for you 
-* Copy [this default config|http://www.wlug.org.nz/archive/6to4/6to4.default] to /etc/default/6to4 and then edit it appropriately. (Like using 192.88.99.1 as the default router as stated higher up) 
+* Copy [this default config|http://www.wlug.org.nz/archive/6to4/6to4.default] to /etc/default/6to4 and then edit it appropriately. (Like using 192.88.99.1 as the default router as stated higher up -- note that the file currently (12-May-2005) contains the incorrect value 192.88.91.1.
 * Copy these [ip-up|http://www.wlug.org.nz/archive/6to4/ipv6-6to4-up] and [ip-down|http://www.wlug.org.nz/archive/6to4/ipv6-6to4-down] fragments to /etc/ppp/ip-up.d/ and /etc/ppp/ip-down.d/, respectively 
 * If you use freenet6 as well, you might want to make sure freenet drops on [ip-down|http://www.wlug.org.nz/archive/6to4/freenet6-down] as well. It doesn't do this by default, but I suspect it causes issues. 
  
 To start your 6to4 tunnel, run /etc/init.d/6to4 start, to stop it run /etc/init.d/6to4 stop. These should be run automatically whenever your ppp connection starts and stops.