Penguin

Differences between version 20 and predecessor to the previous major change of IPv6Setup.

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

Newer page: version 20 Last edited on Saturday, July 21, 2007 4:03:33 am by JeroenMassar Revert
Older page: version 19 Last edited on Thursday, July 28, 2005 9:53:58 pm by MattBrown Revert
@@ -1,30 +1,58 @@
 Don't try and give your client machines [IP] addresses -- make use of the __stateless address auto-configuration__ and just set up zebra or radvd on your gateway. See [Simple IPv6 HOWTO | http://www.wiggy.net/texts/ipv6-howto/] for a quick introduction. 
  
 ---- 
+  
+! Tunnel Brokers  
+The following [Tunnel Brokers | http://en.wikipedia.org/wiki/List_of_IPv6_tunnel_brokers] are well known for the New Zealand area, see the Wikipedia link for more information about them:  
+  
+(alphabetically)  
+* [AARNet | http://broker.aarnet.net.au] in Australia and maybe in New Zealand too (uses Hexago's Gateway6)  
+* [Go6 | http://www.go6.net] is one of the most common tunnel providers (uses Hexago's Gateway6)  
+* [Hurricane Electric | http://www.tunnelbroker.net] was recommended by Andy Linton during his talk on the [APE]-[WIX] [IPv6] testbed.  
+* [SixXS ACSData PoP | http://www.sixxs.net/pops/acsdata/] in Wellington, New Zealand  
+  
+Seem to not exist/function anymore:  
+* [http://tunnelbroker.ipv6.net.au] or [http://broker.ipv6.co.nz] (a local tunnel broker being tested at the moment).  
+  
+----  
+  
+!! IPv6 Configuration  
+Also see [OSSetup | http://www.sixxs.net/faq/connectivity/?faq=ossetup] or [Using Subnets | http://www.sixxs.net/faq/connectivity/?faq=usingsubnet]  
+  
+SixXS also allows manual configuration though, eg with static tunnels. Manual configuration is partially possible with Hexago's Gateway6.  
+  
+If you want a statically assigned address, you'll probably need to use a tunnel broker, which is most likely, latency wise etc, a good idea anyhow. Otherwise you can try [6to4] or [Teredo] though latency for those and debugging is far from optimal, they also don't provide static addresses.  
+  
+* For Hexago's Gateway6: issue <tt>apt-get install tspc</tt>  
+* For SixXS: issue <tt>apt-get install aiccu</tt>  
+  
+Both [AICCU | http://www.sixxs.net/tools/aiccu/] and [Gateway6 Client | http://www.go6.net/4105/description.asp?product_id=169&category_id=276] are also available for Windows, and the various BSD's.  
  
 !!! [Linux] 
  
 Make sure [IPv6] is either compiled into the [Kernel], or compile it as a module and load it by way of <tt>modprobe ipv6</tt>. 
  
 For debugging, you'll want to install <tt>traceroute6</tt> and <tt>ping6</tt>; on [Debian], <tt>apt-get install iputils-tracepath iputils-ping</tt>. 
  
-A cheap way of installing [IPv6] under [Linux] is to grab a [6to4 script | http://www.linux.it/~md/6to4], put it in your <tt>/etc/init.d</tt> directory, and set it to run on boot. That's it, you're done. (See [6to4] for a more involved explaination as to what this script does.) 
+A cheap way of installing [IPv6] under [Linux] is to grab a [6to4 script | http://www.linux.it/~md/6to4], put it in your <tt>/etc/init.d</tt> directory, and set it to run on boot. That's it, you're done. (See [6to4] for a more involved explanation as to what this script does.) 
  
-If you want a statically assigned address, you'll probably need to use a tunnel broker.  
+!!! [Windows] Vista  
  
-* [http://www.freenet6.net] is one of the most common tunnel providers , For [Debian] , issue <tt>apt-get install freenet6</tt>  
-* [http://broker.aarnet.net.au ] in Australia and maybe in NewZealand too  
-* [http://tunnelbroker.ipv6.net.au] or [http://broker.ipv6.co.nz] (a local tunnel broker being tested at the moment).  
-* [Hurricane Electric | http://www.tunnelbroker.org] was recommended by Andy Linton during his talk on the [APE]-[WIX] [IPv6 ] testbed
+Installed per default , tries to use ISATAP (Corporate networks) , [6to4 ] and then [Teredo ]. 
  
 !!! [Windows] XP 
  
-Start up a command prompt and type <tt>ipv6 install</tt> 
+Start up a command prompt and type <tt>netsh int ipv6 install</tt> 
  
 !!! [Windows] 2000 
  
 The following page may be of some assistance: [Microsoft IPv6 Technology Preview for Windows 2000 | http://msdn.microsoft.com/downloads/sdks/platform/tpipv6/readme.asp] 
+Downloads with [fixes for various services packs can be found here | https://noc.sixxs.net/archive/windows/]  
+  
+!!! [Windows] NT4  
+  
+There is a beta stack available, it works, but try to avoid this platform, it is old.  
  
 !!! [FreeBSD] 
  
 GENERIC supports it by default, but otherwise compile support into your kernel with the following options