On Sun, Jun 06, 2004 at 12:21:53PM +0200, Dick Visser wrote: > Hi guys > > # default route to gateway > up ip -6 route add default via 2001:0898:1001:1001::20 dev eth0
What kernel are you using? Some older kernels had a problem with "default" and you had to use 2000::/3 with them. > # ip's for services > up ip addr add 2001:0898:2000:001b::1/64 dev eth0 > up ip addr add 2001:0898:2000:001b::2/64 dev eth0 > up ip addr add 2001:0898:2000:001b::3/64 dev eth0 > up ip addr add 2001:0898:2000:001b::4/64 dev eth0 > up ip addr add 2001:0898:2000:001b::5/64 dev eth0 Try /128 with those. Atleast try without them and see if it works. Kurt

