I use the Hurricane Electric Free IPv6 Tunnel Broker service, without difficulty.
Problem
How can I regain a route?
Experience has taught me that it might be most reliable to
The Client IPv4 Address that is set on the Hurricane Electric side matches the current WAN IP Address of my router.
A restart of the router (without changing its address) has not resolved the issue.
gif0
is up, following a take-down for test purposes.Problem
Code:
root@mowa219-gjp4-8570p-freebsd:~ # ping -6 freshports.org
ping: UDP connect: No route to host
root@mowa219-gjp4-8570p-freebsd:~ #
How can I regain a route?
Experience has taught me that it might be most reliable to
shutdown now
then exit to multi-user mode. I'd like an approach that's less disruptive. ifconfig wlan0 && ifconfig gif0
the inet
and tunnel inet
lines look OK, to me. Matches for:- the IPv4 address that's recently used for Wi-Fi with iwn(4)
- the Server IPv4 Address that is given on the Hurricane Electric side.
Code:
root@mowa219-gjp4-8570p-freebsd:~ # ifconfig wlan0 | grep "inet"
inet 192.168.1.7 netmask 0xffffff00 broadcast 192.168.1.255
root@mowa219-gjp4-8570p-freebsd:~ # ifconfig gif0 | grep tunnel
tunnel inet 192.168.1.7 --> {Server IPv4 Address}
root@mowa219-gjp4-8570p-freebsd:~ #
The Client IPv4 Address that is set on the Hurricane Electric side matches the current WAN IP Address of my router.
A restart of the router (without changing its address) has not resolved the issue.