Hello,
I just upgraded to the latest (r33409) community release of arokh for my WNDR3700v2. All went fine, except that my SixXS tunnel did not work anymore. I found out, that the init-Script was missing, which was obviously removed because of incompatibilities with the terms of SixXS.
https://dev.openwrt.org/changeset/32666
I then created a config file manually and started the tunnel manually. But more problems arises:
Succesfully retrieved tunnel information for T12345
sock_printf() : "QUIT Every Time We Live Together"
Tunnel Information for T12345:
POP Id : qwert09
IPv6 Local : 2001:1234:e000:153::2/64
IPv6 Remote : 2001:1234:e000:153::1/64
Tunnel Type : ayiya
Adminstate : enabled
Userstate : enabled
RTNETLINK answers: Permission denied
RTNETLINK answers: Permission denied
RTNETLINK answers: No route to host
[AYIYA-start] : Anything in Anything (draft-02)
[AYIYA-tun->tundev] : (Socket to TUN) started
According to this forum entry over at sixxs.net, the tool simply runs some commands. I then started the commands by myself, and the third command failed:
ip -6 addr add 2001:1234:e000:153::2/64 dev sixxs
RTNETLINK answers: Permission denied
I could fix that by enabling IPv6 on the sixxs interface
echo 0 > /proc/sys/net/ipv6/conf/sixxs/disable_ipv6
# ip -6 ro add default via 2001:1234:e000:153::1/64 dev sixxs
Error: an inet address is expected rather than "2001:1234:e000:153::1/64"
Any ideas? The whole aiccu support seems to be gone pretty much.
Or is there another way to run a SixXS tunnels nowadays?
Regards,
falstaff