0
votes
0answers
111 views

Ipv6 6in4 forwarding

I successfully setup 6in4 ipv6 tunnel to enable ipv6 connectivity at home using a remote linux box with a /64. The connectivity works well between the two host, but not with internet. Here is my ...
1
vote
0answers
72 views

How to redirect local connection to my things in IPv6 on linux?

With IPv4 I can make some program connect to my service instead of where it wants using REDIRECT and DNAT targets in OUTPUT chain in iptables (sometimes combined with -m owner) In IPv6 hovewer I ...