Aiccu installation on ubuntu 10.04
Shadow Hawkins on Wednesday, 04 August 2010 11:34:06
Hi All,
I have installed the aiccu and it seems to have installed fine!
$ifconfig
eth0 Link encap:Ethernet HWaddr 00:22:15:70:d5:54
UP BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)
Interrupt:28 Base address:0x4000
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:16 errors:0 dropped:0 overruns:0 frame:0
TX packets:16 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:960 (960.0 B) TX bytes:960 (960.0 B)
sixxs Link encap:UNSPEC HWaddr 00-00-00-00-00-00-00-00-00-00-00-00-00-00-00-00
inet6 addr: 2a01:348:6:389::2/64 Scope:Global
inet6 addr: fe80::48:6:389:2/64 Scope:Link
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1280 Metric:1
RX packets:1600 errors:0 dropped:0 overruns:0 frame:0
TX packets:1551 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:500
RX bytes:1010940 (1.0 MB) TX bytes:369058 (369.0 KB)
wlan0 Link encap:Ethernet HWaddr 00:1f:3c:8f:ee:c5
inet addr:192.168.1.8 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21f:3cff:fe8f:eec5/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:8491 errors:0 dropped:0 overruns:0 frame:0
TX packets:6791 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:8761131 (8.7 MB) TX bytes:1258348 (1.2 MB)
But the ip6 websites are not accessible
$ ping6 ip6.google.com
unknown host
could not find any other configuration help on wiki.
Thanks
Faisal
Aiccu installation on ubuntu 10.04
Jeroen Massar on Wednesday, 04 August 2010 11:39:36 But the ip6 websites are not accessible $ ping6 ip6.google.com unknown host could not find any other configuration help on wiki.
That error is perfectly fine, as ip6.google.com does not exist. Also note that DNS is unrelated from IPv4 or IPv6 transport, most very likely you are using IPv4 transport at the moment (that is, /etc/resolv.conf contains IPv4 addresses)
Try a "ping6 ipv6.google.com" or easier probably: "ping6 www.ipv6.sixxs.net" and all should be fine.
More importantly for testing if your connection works though is to just check if the PoP side of the tunnel responds, thus in your case: "ping6 2a01:348:6:389::1"
Aiccu installation on ubuntu 10.04
Shadow Hawkins on Wednesday, 04 August 2010 11:52:34
hi Jeroen
my bad, i have corrected it and now both are working
ping6 2a01:348:6:389::1
PING 2a01:348:6:389::1(2a01:348:6:389::1) 56 data bytes
64 bytes from 2a01:348:6:389::1: icmp_seq=1 ttl=64 time=10.8 ms
64 bytes from 2a01:348:6:389::1: icmp_seq=2 ttl=64 time=10.6 ms
64 bytes from 2a01:348:6:389::1: icmp_seq=3 ttl=64 time=10.4 ms
^C
ping6 ipv6.google.com
PING ipv6.google.com(2a00:1450:8002::69) 56 data bytes
64 bytes from 2a00:1450:8002::69: icmp_seq=1 ttl=57 time=17.2 ms
64 bytes from 2a00:1450:8002::69: icmp_seq=2 ttl=57 time=16.7 ms
64 bytes from 2a00:1450:8002::69: icmp_seq=3 ttl=57 time=19.3 ms
64 bytes from 2a00:1450:8002::69: icmp_seq=4 ttl=57 time=201 ms
^C
Actually i was not accessing google's ip6 addr on the browser which is working now as well.
Thanks
Faisal
Posting is only allowed when you are logged in. |