Penguin

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

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

Newer page: version 55 Last edited on Friday, May 13, 2005 4:21:34 pm by CraigBox Revert
Older page: version 54 Last edited on Friday, May 13, 2005 2:12:18 pm by SamHathaway Revert
@@ -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 -- note that the file currently (12-May-2005) contains the incorrect value 192.88.91.1 .) 
+* 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 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.