So I've been working on this for awhile with no success. I have been running openvpn fine with just IPv4, however I want to enable serving up both 4 and 6 within my openvpn tunnel. I've done this before with linux based servers by simply adding this to my config.
However when doing so with my router all traffic stop passing through the tunnel. Also just configuring the interface with IPv6 causes all traffic to stop over the tunnel.
Is anyone else enabling IPv6 over their openvpn tunnels? if so how? Or if someone has any suggestions I would be glad to hear them. I assume this poitn that it is an iptables issue, but I have had zero luck with troubleshooting.
Thanks
Code:
server-ipv6 20xx:4xx:c2xx::/64
However when doing so with my router all traffic stop passing through the tunnel. Also just configuring the interface with IPv6 causes all traffic to stop over the tunnel.
Is anyone else enabling IPv6 over their openvpn tunnels? if so how? Or if someone has any suggestions I would be glad to hear them. I assume this poitn that it is an iptables issue, but I have had zero luck with troubleshooting.
Thanks