1

I'm trying to route internet traffic through my vpn. I've set up everything using a tutorial. Now, I've heard that OpenVPN can only handle either ipv4 OR ipv6. So I wanna stick with ipv4. I disabled ipv6 in the network manager on my pc, but now, ipv6 websites are still sent over ipv6 without the VPN. How can I prevent this?

Thanks!! :)

1 Answers1

1

If you don't mind disabling IPv6 entirely then you could try this answer here.

Do ifconfig first and check if you still have an IPv6 address, if you do then it's still active, if not then something else is going on...

There is always 1 IPv6 address, ignore the fe80 one, if you have a second then it is still active. enter image description here

You could also trying pinging an ipv6 address to see if you still get a reply

ping6 2607:f8b0:4003:c00::6a

Baa
  • 3,750