On 15/08/2019 08.55, Per Jessen wrote:
Carlos E. R. wrote:
Hi,
Well, as suggested, I got an account on Hurricane Electric and I got the tunnel data.
The next step is how to configure it on my router. [snip]
I don't know what to do at this point.
Ignore the router, afair, this will work from any box behind your router. Instead set up a 6in4 tunnel on any other machine (which will afterwards need to run radvd or dhcpv6).
That's IPv4-in-IPv6 :-) It would be <http://tldp.org/HOWTO/Linux+IPv6-HOWTO/ch09.html>
It's been too long since I played with this, I don't remember the exact details, but I think you'll end up with a device 'tunl0', and maybe something like 'he0' for the actual tunnel. Google will no doubt help with the rest.
If it can be set on any machine, then yes, there is a way. HE posts also an example configuration, but not knowing what it does I thought it had to be done on the router. If it can be done inside, then I can do it, I suppose. modprobe ipv6 ip tunnel add he-ipv6 mode sit remote 216.A.B.C local 88.Z.X.Y ttl 255 ip link set he-ipv6 up ip addr add 2001:M:N:O::2/64 dev he-ipv6 ip route add ::/0 dev he-ipv6 ip -f inet6 addr But there is a lot of info missing. How to make that machine a router, for instance, what to do on the firewalls, what to do on the LAN machines, etc. -- Cheers / Saludos, Carlos E. R. (from 15.0 x86_64 at Telcontar)