Hello,
iOS only supports IKEv2, IPSec and L2TP as VPN. Is there any Tomato Firmware which can run a server and configure it in the GUI with one of that methods?
Hello,
iOS only supports IKEv2, IPSec and L2TP as VPN. Is there any Tomato Firmware which can run a server and configure it in the GUI with one of that methods?
OpenVPN is also available for iOS via the app. We use it for client iPads.
Thanks, so this is the only possible option with an additional app?
Do you have a tutorial on how to set it up on the router and on the iPhone?
I want a VPN server on tomato router. Dont you understand?
Thanks, I did set it up now and the server is running!
Can you please tell me, how to include the static key into the client.ovpn?
My VPN server settings:
https://i.imgur.com/XS4Qr1a.png
https://i.imgur.com/FyjVmx9.png
Is this the correct client.ovpn? Or into which do I have to enter the static key?
client
proto udp
remote xxx.yyy.com
port 1194
dev tun
<key>
-----BEGIN OpenVPN Static key V1-----
11111111111111111111111111111111
22222222222222222222222222222222
33333333333333333333333333333333
-----END OpenVPN Static key V1-----
</key>
FT openvpn setup, Client configuration.