Gentoo Archives: gentoo-user

From: Zhang Weiwu <zhangweiwu@××××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] IPv6, now what?
Date: Mon, 24 Oct 2005 10:43:42
Message-Id: 435BA22D.7000904@realss.com
1 Hello. I recently got an IPv6 address for my small server (or perhaps I
2 recently got a lot of IPv6 address, I cannot tell) from my ISP. This is
3 what I did in attempt to activate this address (all following exactly
4 what is written on the ISP's manual)
5
6 server root # ip addr add 2001:41c8:1:53ae::2/64 dev eth0
7 server root # ip route add 2000::/3 via 2001:41c8:1:53ae::1
8 server root # ip -6 addr show eth0
9 5: eth0: <BROADCAST,MULTICAST,ALLMULTI,UP> qlen 1000
10 inet6 2001:41c8:1:53ae::2/64 scope global
11 inet6 fe80::fcfd:50ff:fe44:5d98/64 scope link
12 server root # ping6 2001:41c8:1:53ae::2
13 PING 2001:41c8:1:53ae::2(2001:41c8:1:53ae::2) 56 data bytes
14 64 bytes from 2001:41c8:1:53ae::2: icmp_seq=1 ttl=64 time=0.077 ms
15 64 bytes from 2001:41c8:1:53ae::2: icmp_seq=2 ttl=64 time=0.069 ms
16 server root # ping6 www.ipv6.org
17 PING www.ipv6.org(igloo.stacken.kth.se) 56 data bytes
18
19 --- www.ipv6.org ping statistics ---
20 5 packets transmitted, 0 received, 100% packet loss, time 4024ms
21
22 Now what? Is my ipv6 address working now? I don't see a clue on how to
23 do testing.
24
25 Further more I found the documents closest ('closest' by the means of
26 google) is surprisingly outdated. I was thinking IPv6 is a hot topic
27 untill I get these documents, e.g.
28 http://www.tldp.org/HOWTO/Linux+IPv6-HOWTO mension 2.5 kernel as
29 something in the future (they say 2.4 kernel do not have full support of
30 IPv6 and they are looking forward to have a kernel with good IPv6
31 support). Another document says the latest kernel version is 2.1
32 (http://www.cs-ipv6.lancs.ac.uk/ipv6/systems/linux/faq/linux-ipv6.faq-4.html#ss4.2).
33 I am still going through the documents to find more knowledge.
34
35 One question important to me but I never understood well. If I have a
36 website only defined on IPv6 address, is this website accessible from
37 major platforms (e.g. Win2k+/modern Linux, IE 6+/Firefox 1+) without any
38 special configuration on the client side?
39 --
40 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] IPv6, now what? "Jonathan A. Kollasch" <jakllsch@××××××××.net>