openvpn-install icon indicating copy to clipboard operation
openvpn-install copied to clipboard

ipv6 not working

Open vicn1222 opened this issue 1 year ago • 1 comments

WOW, I was probably the 1st person used this script a long time ago, and now this script becomes so popular with so many issues! :-)

Anyway, excellent job, thank you!

When I installed openvpn using this script, I turn on the ipv6 support, but when I connect to the vpn server, there is no ipv6.

I use https://test-ipv6.com for ipv6 test using iPhone. No ipv6 detected.

Can the author please check the script?

Keep up all the good work!

vicn1222 avatar Mar 29 '23 04:03 vicn1222

check if you are missing ip6tables nat entries using

sudo ip6tables -t nat -L

You probably have none. Then check the following PR. https://github.com/angristan/openvpn-install/pull/1140 It helped me out.

pathia avatar Apr 10 '23 13:04 pathia