iOS client bind to a local port (lport)
Posted: Fri Apr 22, 2016 9:14 am
Is it possible for iOS OpenVPN connect to bind a specific local port (not default 1194)?
I try to put following config in a openvpn config file.
There's no error while import this config to OpenVPN Connect(iOS). However, it doesn't bind to the local_ip and local_pot at all...
Does anyone know that's going wrong here?
Thanks in advance
I try to put following config in a openvpn config file.
Code: Select all
client
dev tun
proto udp
remote remote_ip remote_port
<connection>
bind
local local_ip
lport local_port
</connection>
....
Does anyone know that's going wrong here?
Thanks in advance