Sixxs on dedibox without aiccu
Shadow Hawkins on Thursday, 25 October 2007 16:41:37
Hi,
I have setup an ipv6 tunnel on my dedicated server (dedibox), I can ping my ipv6, the remote ipv6, I can even dig an ipv6 domain name successfully but when I ping this domain it says:
connect: Network is unreachable
I have follow this setup and many other:
https://noc.sixxs.net/faq/connectivity/?faq=ossetup&os=linux
My route seems correct:
Table de routage IPv6 du noyau
::/0 2001:6f8:202:204::1 UG 1024 0 0 sixxs
I can't install debian aiccu package because it's for debian unstable...
If it can help, here is my PoP: bebru01.sixxs.net
Anyone can help ? Thanks
Sixxs on dedibox without aiccu
Shadow Hawkins on Thursday, 25 October 2007 16:58:11
I finally found a working tutorial but I don't understand why the other one didn't work.
I can finally gain credit again 8-)
Sixxs on dedibox without aiccu
Jeroen Massar on Thursday, 25 October 2007 17:06:50
[ you might want to read Reporting Problems to figure out what goes wrong where]
I can even dig an ipv6 domain name successfully
As DNS gets transported over either IPv4 or IPv6 and you can resolve AAAA and A over either, being able to resolve something doesn't mean connectivity works.
but when I ping this domain it says: connect: Network is unreachable
And what does traceroute tell you? Or better phrased: which host/router is stating that it is unreachable?
My route seems correct: Table de routage IPv6 du noyau ::/0 2001:6f8:202:204::1 UG 1024 0 0 sixxs
If that are all the routes, you are definitely missing a couple.
For instance a route to the gw given there is useful.
Otherwise, depending on your kernel version, you might need a 2000::/3 route.
But if that is the case you are using a quite old kernel which you should really upgrade due to a number of security issues.
I can't install debian aiccu package because it's for debian unstable...
AFAIk, Debian provides packages or all distributions. Otherwise you can take it from backports.
Then again, aiccu won't resolve the above misconfiguration for you as it doesn't have any possible ability to know what it is 'good configuration' and what is 'bad configuration' as such it won't touch the existing configuration as that will be there most likely for a purpose.
Sixxs on dedibox without aiccu
Shadow Hawkins on Thursday, 25 October 2007 18:06:47
First, thanks for this fast reply,
-For the DNS, I forgot the v4 transport, sorry.
-traceroute, only display * even on the first hop, which I can ping.
-For the routes, yes I have many others, I can post them if it help.
-For the aiccu package, I don't have backports activates.
(I have read the "Reporting problems", I'll do better this time)
Handle: SDQ2-SIXXS
Tunnel: T12914
Setup: Direct 100Mpbs internet connection.
Uname: Linux wadybox 2.6.20.7-snurf #3 Sun Apr 15 11:56:15 CEST 2007 i686 GNU/Linux
I use the following script:
#!/bin/sh
LOCALIP=88.191.32.82
POPIP=212.100.184.146
LOCTUN=2001:6f8:202:204::2
REMTUN=2001:6f8:202:204::1
case $1 in
start)
echo -n "Starting SixXS.Net IPv6 tunnel: "
ip tunnel add sixxs mode sit local $LOCALIP remote $POPIP
ip link set sixxs up
ip link set mtu 1420 dev sixxs
ip tunnel change sixxs ttl 64
ip -6 addr add $LOCTUN/64 dev sixxs
ip -6 ro add default via $REMTUN dev sixxs
echo "Done."
;;
stop)
echo -n "Stopping SixXS.Net IPv6 tunnel: "
ip link set sixxs down
ip tunnel del sixxs
echo "Done."
;;
restart)
$0 stop
$0 start
;;
*)
echo "Usage: $0 {start | stop | restart}"
;;
esac
exit 0
Network setup:
eth0 Lien encap:Ethernet HWaddr 00:40:63:E8:09:ED
inet adr:88.191.32.82 Bcast:88.191.32.255 Masque:255.255.255.0
adr inet6: fe80::240:63ff:fee8:9ed/64 Scope:Lien
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2660689 errors:0 dropped:0 overruns:0 frame:0
TX packets:1787134 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:1000
RX bytes:245063151 (233.7 MiB) TX bytes:2272824197 (2.1 GiB)
Interruption:18 Adresse de base:0xfc00
lo Lien encap:Boucle locale
inet adr:127.0.0.1 Masque:255.0.0.0
adr inet6: ::1/128 Scope:Hôte
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:410677 errors:0 dropped:0 overruns:0 frame:0
TX packets:410677 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:47510909 (45.3 MiB) TX bytes:47510909 (45.3 MiB)
sixxs Lien encap:IPv6-dans-IPv4
adr inet6: 2001:6f8:202:204::2/64 Scope:Global
adr inet6: fe80::58bf:2052/128 Scope:Lien
UP POINTOPOINT RUNNING NOARP MTU:1420 Metric:1
RX packets:35 errors:0 dropped:0 overruns:0 frame:0
TX packets:20 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 lg file transmission:0
RX bytes:3220 (3.1 KiB) TX bytes:2480 (2.4 KiB)
Routing table:
Table de routage IPv6 du noyau
Destination Prochain Hop Indic Metric Ref Utilis. Iface
2001:6f8:202:204::/64 :: U 256 21 0 sixxs
fe80::/64 :: U 256 0 0 eth0
fe80::/64 :: U 256 0 0 sixxs
::/0 2001:6f8:202:204::1 UG 1024 0 0 sixxs
::1/128 :: U 0 351 1 lo
2001:6f8:202:204::2/128 :: U 0 20 1 lo
fe80::58bf:2052/128 :: U 0 0 1 lo
fe80::240:63ff:fee8:9ed/128 :: U 0 0 1 lo
ff00::/8 :: U 256 0 0 eth0
ff00::/8 :: U 256 0 0 sixxs
Traceroute IPV4 to my PoP:
traceroute to 212.100.184.146 (212.100.184.146), 30 hops max, 40 byte packets
1 ge-vl32.swr2.bzn.dedibox.fr (88.191.32.1) 0.334 ms 0.485 ms 0.295 ms
2 10ge-1-50.swr1.bzn.dedibox.fr (88.191.2.17) 0.328 ms 0.381 ms 0.289 ms
3 10ge-vl401-7-3.rt1.bzn.dedibox.fr (88.191.2.9) 0.260 ms * 0.329 ms
4 * * *
5 * th1-6k-2-po21.intf.routers.proxad.net (212.27.57.214) 0.896 ms *
6 th1-4k-1-v900.intf.routers.proxad.net (212.27.58.78) 0.968 ms 0.966 ms 0.772 ms
7 easynet.FreeIX.net (213.228.3.226) 1.027 ms 0.968 ms 1.040 ms
8 v121.br0.cpnan.fr.easynet.net (194.116.219.1) 1.317 ms 1.230 ms 1.041 ms
9 er0.cpnan.fr.easynet.net (194.116.218.130) 1.384 ms 1.324 ms 1.290 ms
10 ip-87-86-71-112.easynet.net (87.86.71.112) 2.101 ms 1.968 ms 2.023 ms
11 te0-0-0.gr10.gdbru.be.easynet.net (87.86.77.47) 14.279 ms 14.165 ms 14.484 ms
12 ip-87-86-71-165.easynet.net (87.86.71.165) 14.656 ms 14.735 ms 14.571 ms
13 fe0-0.ar1.gdbru.be.easynet.net (212.100.191.8) 14.363 ms 14.306 ms 14.924 ms
14 bebru01.sixxs.net (212.100.184.146) 14.492 ms 16.166 ms 14.512 ms
Traceroute IPV6 to my PoP
traceroute to 2001:6f8:202:204::1 (2001:6f8:202:204::1) from 2001:6f8:202:204::2, 30 hops max, 16 byte packets
1 gw-517.bru-01.be.sixxs.net (2001:6f8:202:204::1) 15.476 ms 13.97 ms 15.468 ms
Here is the response when I ping sixxs.net:
ping6 sixxs.net
connect: Network is unreachable
Here is the link with the working script:
http://www.sixxs.net/forum/?msg=setup-53334
Thanks for your help, and sorry for the first post, I hope I haven't forget anything this time.
Sixxs on dedibox without aiccu
Jeroen Massar on Thursday, 01 November 2007 13:07:41
Try adding a 'default' route using:
ip -6 ro add 2000::/3 via 2001:6f8:202:204::1 dev sixxs
as there was a 2.6.20 version which was broken for that. As they are at 2.6.23 you might want to upgrade it a bit to see if that really is the issue.
Posting is only allowed when you are logged in. |