OpenWRT IPv6: Setup tunnel ke tunnelbroker

From OnnoWiki
Revision as of 07:44, 2 June 2013 by Onnowpurbo (talk | contribs) (New page: opkg update opkg install 6in4 uci set network.henet=interface uci set network.henet.proto=6in4 uci set network.henet.peeraddr=216.218.221.42 uci set network.henet.ip6addr='2001:470:35:ab6...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

opkg update opkg install 6in4

uci set network.henet=interface uci set network.henet.proto=6in4 uci set network.henet.peeraddr=216.218.221.42 uci set network.henet.ip6addr='2001:470:35:ab6::2/64' uci set network.henet.tunnelid=208951 uci set network.henet.username=tb51aa9310a105d0.19920640 uci set network.henet.password='YOUR_PASSWORD' uci commit network

uci set firewall.@zone[1].network='wan henet' uci commit firewall

ifup henet /etc/init.d/firewall restart