Can't ping anything except.
Shadow Hawkins on Tuesday, 21 September 2010 06:58:02
Hi,
I tried to set up SixXS IPv6 connectivity on a xen-virtualized server with Debian.
The problem is, that I can not ping my PoP or anything else.
Here is my config:
avps05:~# cat /etc/network/interfaces
# Used by ifup(8) and ifdown(8). See the interfaces(5) manpage or
# /usr/share/doc/ifupdown/examples for more information.
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet static
address 194.96.xxx.29
netmask 255.255.255.0
gateway 194.96.xxx.1
broadcast 194.96.xxx.255
dns-nameservers 208.67.222.222 208.67.220.220
auto sixxs
iface sixxs inet6 v4tunnel
address 2001:15c0:65ff:xxx::2
netmask 64
local 194.96.xxx.29
endpoint 212.18.63.73
ttl 64
up ip link set mtu 1280 dev sixxs
up ip -6 route add default via 2001:15c0:65ff:xxx::1 dev sixxs
avps05:~# ifconfig
eth0 Link encap:Ethernet HWaddr 00:16:3e:b5:49:55
inet addr:194.96.xxx.29 Bcast:194.96.xxx.255 Mask:255.255.255.0
inet6 addr: fe80::216:3eff:feb5:4955/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:90654 errors:0 dropped:0 overruns:0 frame:0
TX packets:13990 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:6810704 (6.4 MiB) TX bytes:20182834 (19.2 MiB)
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:23 errors:0 dropped:0 overruns:0 frame:0
TX packets:23 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2125 (2.0 KiB) TX bytes:2125 (2.0 KiB)
sixxs Link encap:IPv6-in-IPv4
inet6 addr: 2001:15c0:65ff:xxx::2/64 Scope:Global
inet6 addr: fe80::c260:e31d/128 Scope:Link
UP POINTOPOINT RUNNING NOARP MTU:1280 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:41 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 B) TX bytes:5084 (4.9 KiB)
avps05:~# ping6 ::0
PING ::0(::) 56 data bytes
64 bytes from ::1: icmp_seq=1 ttl=64 time=0.026 ms
64 bytes from ::1: icmp_seq=2 ttl=64 time=0.046 ms
64 bytes from ::1: icmp_seq=3 ttl=64 time=0.035 ms
^C
--- ::0 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1999ms
rtt min/avg/max/mdev = 0.026/0.035/0.046/0.010 ms
avps05:~# ping6 2001:15c0:65ff:xxx::2
PING 2001:15c0:65ff:499::2(2001:15c0:65ff:499::2) 56 data bytes
64 bytes from 2001:15c0:65ff:499::2: icmp_seq=1 ttl=64 time=0.027 ms
64 bytes from 2001:15c0:65ff:499::2: icmp_seq=2 ttl=64 time=0.038 ms
64 bytes from 2001:15c0:65ff:499::2: icmp_seq=3 ttl=64 time=0.016 ms
^C
--- 2001:15c0:65ff:499::2 ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 1998ms
rtt min/avg/max/mdev = 0.016/0.027/0.038/0.009 ms
avps05:~# ping6 2001:15c0:65ff:xxx::1
PING 2001:15c0:65ff:499::1(2001:15c0:65ff:499::1) 56 data bytes
^C
--- 2001:15c0:65ff:499::1 ping statistics ---
3 packets transmitted, 0 received, 100% packet loss, time 2013ms
When i start aiccu tonnels I can see my tunnel. But when I type aiccu test (or autotest) nothing happens.
I disabled the firewall on the server - same problem.
Has anyone an idea?
Thanks,
Armin
Can't ping anything except localhost.
Shadow Hawkins on Tuesday, 21 September 2010 07:13:59
Tag [/b] is not closed
Can't ping anything except.
Jeroen Massar on Tuesday, 21 September 2010 09:55:20 avps05:~# cat /etc/network/interfaces
You have an AYIYA tunnel, thus /etc/network/interfaces won't work as that deines protocol 41 tunnels. You need to use just AICCU.
Can't ping anything except.
Shadow Hawkins on Tuesday, 21 September 2010 10:16:30
Many thanks, works fine :-)
Posting is only allowed when you are logged in. |