Page 1 of 1

Transferring OpenVPN Setting from Windows

Posted: Mon May 15, 2017 10:49 pm
by kristalized
I'm having trouble transferring my OpenVPN connection configuration from Windows PC to Android.
client
proto udp
dev tap
remote vpn1.mbmproxy.com 1699
persist-key
persist-tun
ca "C:\\Program Files\\OpenVPN\\config\\ca.crt"
cert "C:\\Program Files\\OpenVPN\\config\\client49.crt" #######CHANGE#########
key "C:\\Program Files\\OpenVPN\\config\\client49.key" #######CHANGE#########
cipher none
comp-lzo
auth none
verb 3
log openvpn.log
tun-mtu 1399
mssfix 1359
rcvbuf 393216
sndbuf 393216
explicit-exit-notify 3
no-replay
After changing dev tap to dev tun I still get:
Tun interface setup failed: tun_prop_error: ifconfig addresses are not in the same /30 subnet (topology net30)

Anyone know how to fix this?

Re: Transferring OpenVPN Setting from Windows

Posted: Mon May 15, 2017 11:10 pm
by TinCanTech
You need to speak to the server admin.