Hey guys,
I'm subscribed a VPN network and I want to know how to get it to work.
I've used the VPN addon for the standard network but when I log in (successfully) my connection stops. I don't get anything in, nor can I send anything out.
The .ovpn file :-
I'm subscribed a VPN network and I want to know how to get it to work.
I've used the VPN addon for the standard network but when I log in (successfully) my connection stops. I don't get anything in, nor can I send anything out.
The .ovpn file :-
Code:
client
script-security 3
auth-user-pass
no-replay
remote-cert-tls server
sndbuf 255552
rcvbuf 255552
tcp-queue-limit 256
dev tun
proto tcp
tun-mtu 1500
mssfix 1400
remote uk1.fixmylag.com 80
resolv-retry infinite
nobind
cipher BF-CBC
keysize 64
verb 3
persist-key
persist-tun
ca "ca.crt"
cert "vpnuser.crt"
key "vpnuser.key"
#Local subnets
route 10.0.0.0 255.0.0.0 net_gateway
route 172.16.0.0 255.240.0.0 net_gateway
route 192.168.0.0 255.255.0.0 net_gateway
route 224.0.0.0 255.0.0.0 net_gateway