mcfly9 wrote:I simply used the aiccu package from the whiterussian rc6 release... don't know if this may cause any problems, it works like a charm for me.
Don't seem to work like a charm for me ...
Jun 19 21:10:17 OpenWrt local7.debug syslog: sock_getline() : "400 Deprecated Client Detected, please upgrade to the newest version which can be found at http://www.sixxs.net/tools/aiccu/"
Jun 19 21:10:17 OpenWrt local7.err syslog: Couldn't pass client information: Deprecated Client Detected, please upgrade to the newest version which can be found at http://www.sixxs.net/tools/aiccu/.
Jun 19 21:10:17 OpenWrt local7.err syslog: Couldn't retrieve first tunnel for the above reason, aborting
Then I installed the version 2007.01.15 :
Succesfully retrieved tunnel information for Txxxxx
sock_printf() : "QUIT Tschau!"
Tunnel Information for Txxxxx:
POP Id : bebru01
IPv6 Local : 2001:...::2/64
IPv6 Remote : 2001:...::1/64
Tunnel Type : ayiya
Adminstate : enabled
Userstate : enabled
[AYIYA-start] : Anything in Anything (draft-02)
[AYIYA-tun->tundev] : (Socket to TUN) started
Then I tried to ping6 IPv6 Local => OK
Then I tried to ping6 IPv6 Remote => KO!!!
So I tcpdumped on sixxs and eth0.1 interfaces to see something like :
~$ tcpdump -i sixxs
22:28:45.061533 IP6 2001:...::2 > 2001:...::1: ICMP6, echo request, seq 5, length 64
~$ tcpdump -i eth0.1
22:28:45.062390 IP 192.168.5.2.1038 > bebru01.sixxs.net.5072: UDP, length 152
Where 192.168.5.2 is, of course, the WAN interface of the router
For information, I run the last kamikaze found on x-wrt website wich is on based kernel 2.4.34
I also ran these :
~$ ip -6 addr sho
1: lo: <LOOPBACK,UP>
inet6 ::1/128 scope host
2: eth0: <BROADCAST,MULTICAST,PROMISC,UP> qlen 1000
inet6 fe80::212:17ff:fed4:40bc/64 scope link
3: eth0.0: <BROADCAST,MULTICAST,PROMISC,UP>
inet6 fe80::212:17ff:fed4:40bc/64 scope link
4: eth0.1: <BROADCAST,MULTICAST,PROMISC,UP>
inet6 fe80::212:17ff:fed4:40bc/64 scope link
5: br-lan: <BROADCAST,MULTICAST,UP>
inet6 fe80::212:17ff:fed4:40bc/64 scope link
6: wl0: <BROADCAST,MULTICAST,PROMISC,UP> qlen 1000
inet6 fe80::212:17ff:fed4:40be/64 scope link
15: sixxs: <POINTOPOINT,MULTICAST,NOARP,PROMISC,UP> qlen 10
inet6 2001:...::2/64 scope global
inet6 fe80::4f8:202:1b7:2/64 scope link
~$ ip -6 route sho
2001:...::/64 dev sixxs metric 256 mtu 1280 advmss 1220
fe80::/64 dev eth0 metric 256 mtu 1500 advmss 1440
fe80::/64 dev br-lan metric 256 mtu 1500 advmss 1440
fe80::/64 dev wl0 metric 256 mtu 1500 advmss 1440
fe80::/64 dev eth0.0 metric 256 mtu 1500 advmss 1440
fe80::/64 dev eth0.1 metric 256 mtu 1500 advmss 1440
fe80::/64 dev sixxs metric 256 mtu 1280 advmss 1220
ff00::/8 dev eth0 metric 256 mtu 1500 advmss 1440
ff00::/8 dev br-lan metric 256 mtu 1500 advmss 1440
ff00::/8 dev wl0 metric 256 mtu 1500 advmss 1440
ff00::/8 dev eth0.0 metric 256 mtu 1500 advmss 1440
ff00::/8 dev eth0.1 metric 256 mtu 1500 advmss 1440
ff00::/8 dev sixxs metric 256 mtu 1280 advmss 1220
default dev sixxs proto kernel metric 256 mtu 1280 advmss 1220
unreachable default dev lo proto none metric -1 error -128
What can I do? It seems to be a route problem but I don't know wich one... (well, I don't know what look a good route config should have)
Could it be due to kernel version?
Any advice is welcome