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