https://www.sixxs.net
Borde kanske ha tänkt på att fixa igång IPv6 internt hemma först, men men...

Det funkar utmärkt mellan 2 av mina laptops:
Kod: Markera allt
emil@Zepto-laptop: ~ $> ping6 -I eth0 fe80::21c:25ff:fe90:615d
PING fe80::21c:25ff:fe90:615d(fe80::21c:25ff:fe90:615d) from fe80::21b:38ff:fecb:bfa8 eth0: 56 data bytes
64 bytes from fe80::21c:25ff:fe90:615d: icmp_seq=1 ttl=64 time=0.321 ms
64 bytes from fe80::21c:25ff:fe90:615d: icmp_seq=2 ttl=64 time=0.288 ms
64 bytes from fe80::21c:25ff:fe90:615d: icmp_seq=3 ttl=64 time=0.309 ms
--- fe80::21c:25ff:fe90:615d ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.288/0.306/0.321/0.013 ms
Kod: Markera allt
root@ThinkPad: ~ #> ping6 -I eth0 fe80::21b:38ff:fecb:bfa8
PING fe80::21b:38ff:fecb:bfa8(fe80::21b:38ff:fecb:bfa8) from fe80::21c:25ff:fe90:615d eth0: 56 data bytes
64 bytes from fe80::21b:38ff:fecb:bfa8: icmp_seq=1 ttl=64 time=0.245 ms
64 bytes from fe80::21b:38ff:fecb:bfa8: icmp_seq=2 ttl=64 time=0.295 ms
64 bytes from fe80::21b:38ff:fecb:bfa8: icmp_seq=3 ttl=64 time=0.294 ms
^C
--- fe80::21b:38ff:fecb:bfa8 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.245/0.278/0.295/0.023 ms
Servern kör Gutsy med en egen kärna, som ska ha stöd för IPv6, men jag får det ändå inte att funka...
ifconfig på servern:
Kod: Markera allt
root@Sandnabba.se: ~ #> ifconfig
eth-loc Link encap:Ethernet HWaddr 00:1B:11:F1:00:1C
inet addr:10.0.0.1 Bcast:10.0.0.255 Mask:255.255.255.0
inet6 addr: fe80::21b:11ff:fef1:1c/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:122631851 errors:0 dropped:0 overruns:0 frame:0
TX packets:173072054 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:4048049171 (3.7 GB) TX bytes:1533167774 (1.4 GB)
Interrupt:9 Base address:0xe400
Kod: Markera allt
root@ThinkPad: ~ #> ping6 -I eth0 fe80::21b:11ff:fef1:1c
PING fe80::21b:11ff:fef1:1c(fe80::21b:11ff:fef1:1c) from fe80::21c:25ff:fe90:615d eth0: 56 data bytes
From fe80::21c:25ff:fe90:615d icmp_seq=1 Destination unreachable: Address unreachable
From fe80::21c:25ff:fe90:615d icmp_seq=2 Destination unreachable: Address unreachable
From fe80::21c:25ff:fe90:615d icmp_seq=3 Destination unreachable: Address unreachable
^C
--- fe80::21b:11ff:fef1:1c ping statistics ---
5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4019ms
Kod: Markera allt
root@Sandnabba.se: ~ #> ping6 -I eth-loc fe80::21c:25ff:fe90:615d
PING fe80::21c:25ff:fe90:615d(fe80::21c:25ff:fe90:615d) from fe80::21b:11ff:fef1:1c eth-loc: 56 data bytes
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted

Kod: Markera allt
root@Sandnabba.se: ~ #> ping6 ::1
PING ::1(::1) 56 data bytes
64 bytes from ::1: icmp_seq=1 ttl=64 time=0.052 ms
64 bytes from ::1: icmp_seq=2 ttl=64 time=0.054 ms
64 bytes from ::1: icmp_seq=3 ttl=64 time=0.056 ms
^C
--- ::1 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2000ms
rtt min/avg/max/mdev = 0.052/0.054/0.056/0.001 ms
Någon annan som lekt med det här?
