OpenWrt Forum Archive

Topic: WNDR4300 Hurricane electric setup please help

The content of this topic has been archived on 15 Apr 2018. There are no obvious gaps in this topic, but there may still be some posts missing at the end.

So I have moved from DD-WRT to Openwrt and am loving it so far I have entered the following

uci set network.henet=interface
uci set network.henet.proto=6in4
uci set network.henet.peeraddr=Server-IPv4-Address
uci set network.henet.ip6addr='Client-IPv6-Address'
uci set network.henet.ip6prefix='Routed-/48'
uci set network.henet.tunnelid=Tunnel-ID
uci set network.henet.username=User-ID
uci set network.henet.password='Your-HE-Website-Password'
uci commit network

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

ifup henet
/etc/init.d/firewall restart

but it does not seem to be working as my ipv6 test fails I am running chaos calmer 15.05.1.

(Last edited by wub901 on 19 Feb 2018, 03:06)

Have you installed 6in4 and can you see the 6in4-henet interface with "ip a" or "ifconfig"? That's the first step. When you enter tunnelid, username and password it will allow for openwrt to update it's tunnel endpoint address. This may require the ca-certificate package, or that you install the CA certificate used by HE manually. You also need to allow ICMv4 ping requests to your wan IP address, since HE pings the address.

(Last edited by mikma on 19 Feb 2018, 20:56)

Yes 6in4 is installed I can see the Henet ipv6 in the web interface not sure what you mean by "ip a" or "ifconfig"?

When I look at overview I can see under ipv6 the gateway is blank

(Last edited by wub901 on 20 Feb 2018, 00:35)

ip a and ifconfig are command line commands.  They will show the status of all your network interfaces.

The discussion might have continued from here.