Chocobozzz / OpenVPN-Admin

Install and administrate OpenVPN with a web interface (logs visualisations, users managing...)
GNU Affero General Public License v3.0
948 stars 368 forks source link

How can I install the ovpn in iPhone IOS? #169

Closed vicn1222 closed 3 years ago

vicn1222 commented 3 years ago

I download the configuration, unzip, and it gives 4 files

ca.crt
ta.key
client.ovpn
update-resolv.sh

The OpenVPN Connect in iPhone only take client.ovpn. Under Certificate, I can't select anything. It always show "None"... I am unable to connect...

Please help. Thanks

Wutze commented 3 years ago

https://github.com/Wutze/OpenVPN-WebAdmin#openvpn-clients-and-documentation-to-install

vicn1222 commented 3 years ago

Thanks. Got it work finally.

There is one problem though. My website and openvpn are installed in the same machine with same ip address. When I turn on vpn, the website still see the original ip. It doesn't mask the ip in this case. What should I do then?

Wutze commented 3 years ago

Unfortunately, I cannot say anything about this without information about the routing or the firewall rules. Normally, you should not use both together on one server.

vicn1222 commented 3 years ago

All works now! Thanks