Penguin
Blame: IPv6LessonsLearnt
EditPageHistoryDiffInfoLikePages
Annotated edit history of IPv6LessonsLearnt version 8, including all changes. View license author blame.
Rev Author # Line
3 PerryLorier 1 Since we had to learn several IPv6 Lessons the hard way, we're trying to document them so you don't have to.
2
3 !!!LinkLocal addresses should be left alone.
4 Don't use LinkLocal addresses for anything, they have a specific purpose (auto configuration etc), and using them for general connectivity will lead to nightmares.
5
6 Why?
7
8 ;I can't ping6 or ssh to a LinkLocal Address:Thats because theres no way to say the LinkLocal on which interface, since a machine always has more than one interface, did you mean the address out eth0 or out lo? Most programs let you specify this, either by %eth0 at the end of the address, or by explicitly saying which interface with -i or similar.
9
10 We tried to use LinkLocal addresses for [BGP] peering. This was a mistake too. Because [BGP] didn't know which interface the connections originated on, it would always set the next-hop to the LinkLocal address at the far end, even for routers on the same physical network.[1]
11
12 Perhaps LinkLocal addresses will work on PointToPoint links, but I suspect even then don't bother, save yourself some headaches, avoid LinkLocal addresses. You have 65536 subnets in your SiteLocal address range, use them and save everyone from the nightmares.
13
14 For more discussiong on this see LinkLocal.
15
16 !!!Machines of any consequence won't autoconf themselves.
17 If a machine has forwarding enabled then it won't auto configure itself. A machine which runs services should be statically allocated an address and shouldn't autoconf itself (but it will unless it's got forwarding enabled etc). So, set up RouterAdvertisements on your network, but then don't use them. :)
18
19 !!!IPv6 is "hostile" traffic
20 Many devices are either too dumb, or don't trust IPv6 traffic and will drop it. Pull out your IPv6 over IPv4 tunnels to bridge these irritating points.
21
22 !!!IPv6 routing as of 2003-06-11 is screwed.
23 From NZ the closest IPv6 "peering" point is in America, and well, latency sucks. If I ping6 someone on the same [ISP] as me, their [RTT] can exceed 3,000ms! This will improve as more people get [IPv6] connectivity and more peering points appear, but it's no wonder that noone uses IPv6 when it's significantly slower and less reliable than [IPv4] because it has to travel both ways across the pacific.
24
7 PerryLorier 25 The MetaNet is ameliorating[2] this by doing peering inside NewZealand between interested parties on an experimental basis. If you're interested in doing experimental [IPv6] peering with in NewZealand please contact <my firstname> at <the first word of MetaNet> . <the second word of MetaNet> . nz -- PerryLorier
5 PerryLorier 26
27 6to4 also helps significantly here.
6 PerryLorier 28
29 !!!Internal machines don't add a 2000::/3 route
30 Internal machines upon getting a router advertisement under linux add a default gateway to a router. All fine and well, until you realise that [IPv6] doesn't use default routers and you needed a route to 2000::/3 instead. Sigh.
8 DaveMill 31
32 !!!Adding IPv6 addresses to the wrong interfaces
33
34 I recently set-up IPv6 again on my linux box. My linux box would happily talk to the outside world using IPv6 but my internal network machines couldn't. Took me a while to realise that I had configured radvd to use eth0 and also had given my first IPv6 address (::1) to eth0. Change these both to eth2 (which faces my internal network) and everything works fine.
3 PerryLorier 35
36 ----
37 [1]: [YMMV], this was using Zebra, "real" routers may be smarter.
38 [2]: I like that word. It just sounds neat. More people should use it.
4 CraigBox 39
40 -----
41 CategoryNetworking
The following authors of this page have not agreed to the WlugWikiLicense. As such copyright to all content on this page is retained by the original authors.
  • DaveMill
The following authors of this page have agreed to the WlugWikiLicense.

PHP Warning

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

lib/blame.php (In template 'html'):177: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php (In template 'html'):99: Warning: Invalid argument supplied for foreach()

lib/plugin/WlugLicense.php (In template 'html'):111: Warning: in_array() [<a href='function.in-array'>function.in-array</a>]: Wrong datatype for second argument