Penguin
Annotated edit history of IPv6Setup version 22, including all changes. View license author blame.
Rev Author # Line
15 AristotlePagaltzis 1 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.
12 CraigBox 2
15 AristotlePagaltzis 3 ----
20 JeroenMassar 4
5 ! Tunnel Brokers
6 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:
7
8 (alphabetically)
9 * [AARNet | http://broker.aarnet.net.au] in Australia and maybe in New Zealand too (uses Hexago's Gateway6)
10 * [Go6 | http://www.go6.net] is one of the most common tunnel providers (uses Hexago's Gateway6)
21 KarlAuer 11 * [IPv6Now | http://www.ipv6now.com.au] in Australia (uses Hexago's Gateway6, offers static tunnels)
20 JeroenMassar 12 * [Hurricane Electric | http://www.tunnelbroker.net] was recommended by Andy Linton during his talk on the [APE]-[WIX] [IPv6] testbed.
13 * [SixXS ACSData PoP | http://www.sixxs.net/pops/acsdata/] in Wellington, New Zealand
14
15 Seem to not exist/function anymore:
16 * [http://tunnelbroker.ipv6.net.au] or [http://broker.ipv6.co.nz] (a local tunnel broker being tested at the moment).
17
18 ----
19
20 !! IPv6 Configuration
21 Also see [OSSetup | http://www.sixxs.net/faq/connectivity/?faq=ossetup] or [Using Subnets | http://www.sixxs.net/faq/connectivity/?faq=usingsubnet]
22
23 SixXS also allows manual configuration though, eg with static tunnels. Manual configuration is partially possible with Hexago's Gateway6.
24
25 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.
26
22 KarlAuer 27 * For Hexago's Gateway6: issue <tt>apt-get install tspc</tt>. This is a very old version of the Gateway6 client. The current version is called gw6c and is available from the [Go6 site | http://www.go6.net] site or from the [IPv6Now site | http://www.ipv6now.com.au/downloads.php], amongst others. There are source and binary distributions.
20 JeroenMassar 28 * For SixXS: issue <tt>apt-get install aiccu</tt>
29
21 KarlAuer 30 Both [AICCU | http://www.sixxs.net/tools/aiccu/] and the [Hexago 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.
12 CraigBox 31
15 AristotlePagaltzis 32 !!! [Linux]
12 CraigBox 33
15 AristotlePagaltzis 34 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>.
10 DanielLawson 35
15 AristotlePagaltzis 36 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>.
10 DanielLawson 37
20 JeroenMassar 38 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.)
10 DanielLawson 39
20 JeroenMassar 40 !!! [Windows] Vista
10 DanielLawson 41
20 JeroenMassar 42 Installed per default, tries to use ISATAP (Corporate networks), [6to4] and then [Teredo].
12 CraigBox 43
15 AristotlePagaltzis 44 !!! [Windows] XP
10 DanielLawson 45
20 JeroenMassar 46 Start up a command prompt and type <tt>netsh int ipv6 install</tt>
12 CraigBox 47
15 AristotlePagaltzis 48 !!! [Windows] 2000
12 CraigBox 49
15 AristotlePagaltzis 50 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]
20 JeroenMassar 51 Downloads with [fixes for various services packs can be found here | https://noc.sixxs.net/archive/windows/]
52
53 !!! [Windows] NT4
54
55 There is a beta stack available, it works, but try to avoid this platform, it is old.
12 CraigBox 56
15 AristotlePagaltzis 57 !!! [FreeBSD]
12 CraigBox 58
59 GENERIC supports it by default, but otherwise compile support into your kernel with the following options
10 DanielLawson 60
15 AristotlePagaltzis 61 <pre>
62 options INET6
63 device gif # IPv6 and IPv4 tunneling
64 device faith # for [IPv6] and [IPv4] translation
65 device stf # 6to4 IPv6 over IPv4 encapsulation
66 </pre>
17 PerryLorier 67
68 !!! [Cisco]
69
70 See [IFM's configuration wizard|http://www.ifm.net.nz/cookbooks/ipv6configwizard.html]
10 DanielLawson 71
72 ----
18 IanMcDonald 73 Part of CategoryNetworking

PHP Warning

lib/blame.php:177: Warning: Invalid argument supplied for foreach() (...repeated 4 times)