I'm trying to get an HE 6in4 tunnel up on Attitude Adjustment RC1. I followed the HOWTO at:
http://wiki.openwrt.org/doc/howto/ipv6#in4.tunneling and have the following in my /etc/config/network: config interface 'henet' option proto '6in4' option peeraddr '216.66.38.58' option ip6addr '2001:xxx:xx:xxx::2/64' option tunnelid 'xxxxxx' option username 'xxxxxxxxxxxxxxxx.xxxxxxxx' option password 'xxxxxxx' I then tried to issue an: # ifup henet But nothing happened. I put some debug into /lib/netifd/proto/6in4.sh and discovered that "ifup henet" is not actually triggering anything to happen. So on JOW's advise I did an /etc/init.d/network restart and while all of my interfaces went down and up (yuck), still no henet interface. So I resorted to rebooting entirely and while there was no "henet" interface after the reboot I did see evidence that the /lib/netifd/proto/6in4.sh script was being run. The first time is was given the following arguments: dump The second time it was given init_proto 6in4 teardown henet { "proto": "6in4", "peeraddr": "216.66.38.58", "ip6addr": "2001:xxx:xx:xxx::2\/64", "tunnelid": "xxxxxx", "username": "xxxxxxxxxxxxxxxx.xxxxxxxx", "password": "xxxxxxx" } and the third time it was run it was given: init_proto 6in4 setup henet { "proto": "6in4", "peeraddr": "216.66.38.58", "ip6addr": "2001:xxx:xx:xxx::2\/64", "tunnelid": "xxxxxx", "username": "xxxxxxxxxxxxxxxx.xxxxxxxx", "password": "xxxxxxx" } And after all of that, still no "henet" interface. So, has anyone gotten this to work on AA-rc1 and if so, what did you have to do to get it to work? Also, is there any way to plumb up just the henet interface with something less intrusive than restarting the whole network stack (/etc/init.d/network restart) or rebooting the router entirely? Cheers, b.
signature.asc
Description: OpenPGP digital signature
_______________________________________________ openwrt-users mailing list [email protected] https://lists.openwrt.org/mailman/listinfo/openwrt-users
