Carlos E. R. wrote:
On 19/08/2019 16.15, Per Jessen wrote:
Carlos E. R. wrote:
I do not see in the FAQ instructions to remove the tunnel
I guess it is not a faq ..... :-) The answer is just deconfigure it, much like a network interface.
No idea how to do that.
I suspect something liek this: ip link set he-ipv6 down ip tunnel del he-ipv6
or what to do when my dynamic address changes (it changed yesterday). They say how to tell them, but not what commands to issue locally on my tunnel setup.
Tear down tunnel, rebuild ?
Sure, but I don't know how to do that.
The commands to put it up are like magic incantations to me, they come without explanations or comments.
That is what man pages are for :-) HE are happy to provide you with the connectivity, but they don't need to explain everything else.
It does not work.
Show us your route table, please. I did not see you set up a default route for ipv6.
If they did not tell me to do it, then I did not. But in fact I did:
ip route add ::/0 dev he-ipv6
Ah, sorry, I overlooked that.
Isengard:~ # route If 'route' is not a typo you can use command-not-found to lookup the package that contains it, like this: cnf route Isengard:~ #
WTF? The command was there in the past.
It has long been deprecated, like netstat and ifconfig et al. Maybe install "net-tools-deprecated" if you want it.
Isengard:~ # ip route default via 192.168.1.1 dev eth0 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.16
It would be more useful with the output from these two: ip -6 route show ip route get 2a00:1450:4003:80a::2003 Your setup looks like it ought to work, but we don't know if the tunnel is actually working. -- Per Jessen, Zürich (19.2°C) http://www.cloudsuisse.com/ - your owncloud, hosted in Switzerland. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org