Gentoo Archives: gentoo-user

From: "Jonathan A. Kollasch" <jakllsch@××××××××.net>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] IPv6, now what?
Date: Mon, 24 Oct 2005 18:59:46
Message-Id: 200510241355.11993.jakllsch@kollasch.net
In Reply to: [gentoo-user] IPv6, now what? by Zhang Weiwu
1 On Sunday 23 October 2005 09:46 am, Zhang Weiwu wrote:
2 > Hello. I recently got an IPv6 address for my small server (or perhaps I
3 > recently got a lot of IPv6 address, I cannot tell) from my ISP. This is
4 > what I did in attempt to activate this address (all following exactly
5 > what is written on the ISP's manual)
6 >
7 > server root # ip addr add 2001:41c8:1:53ae::2/64 dev eth0
8 > server root # ip route add 2000::/3 via 2001:41c8:1:53ae::1
9 > server root # ip -6 addr show eth0
10 > 5: eth0: <BROADCAST,MULTICAST,ALLMULTI,UP> qlen 1000
11 > inet6 2001:41c8:1:53ae::2/64 scope global
12 > inet6 fe80::fcfd:50ff:fe44:5d98/64 scope link
13 > server root # ping6 2001:41c8:1:53ae::2
14 > PING 2001:41c8:1:53ae::2(2001:41c8:1:53ae::2) 56 data bytes
15 > 64 bytes from 2001:41c8:1:53ae::2: icmp_seq=1 ttl=64 time=0.077 ms
16 > 64 bytes from 2001:41c8:1:53ae::2: icmp_seq=2 ttl=64 time=0.069 ms
17 > server root # ping6 www.ipv6.org
18 > PING www.ipv6.org(igloo.stacken.kth.se) 56 data bytes
19 >
20 > --- www.ipv6.org ping statistics ---
21 > 5 packets transmitted, 0 received, 100% packet loss, time 4024ms
22 >
23 > Now what? Is my ipv6 address working now? I don't see a clue on how to
24 > do testing.
25
26 Well it should be, but it's not. I can ping (your|their) router, but not your
27 server. You might try a traceroute6 to see where the problem might be. If you
28 still need help try #IPv6 on irc.freenode.net. Or if your ISP provides
29 support for IPv6 talk to them.
30
31 ~~~~~~~
32 >
33 > One question important to me but I never understood well. If I have a
34 > website only defined on IPv6 address, is this website accessible from
35 > major platforms (e.g. Win2k+/modern Linux, IE 6+/Firefox 1+) without any
36 > special configuration on the client side?
37
38 Windows (XP) has IPv6 disabled by default. Users would need to configure it.
39 On Linux if an IPv6 router advertises itself configuration is often
40 automatic. But once users have an IPv6 connection your site should be
41 accessible (assuming you get your connection up).
42
43 Jonathan Kollasch
44 --
45 gentoo-user@g.o mailing list