When I make a vpn connection to an openvpn server, I loose the internet connection. The VPN works all right.
Server config (extract)
Code: Select all
port 1194
proto udp
dev tun
server 10.8.0.0 255.255.255.0
push "route 192.168.1.0 255.255.255.0"
Code: Select all
client
dev tun
proto udp
remote *******.****** 1194
resolv-retry infinite
nobind
persist-key
persist-tun
ns-cert-type server
comp-lzo
verb 3
Code: Select all
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.62.131.0 * 255.255.255.128 U 2 0 0 wlan0
link-local * 255.255.0.0 U 1000 0 0 wlan0
default 10.62.131.1 0.0.0.0 UG 0 0 0 wlan0
Code: Select all
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
10.8.0.5 * 255.255.255.255 UH 0 0 0 tun0
10.8.0.1 10.8.0.5 255.255.255.255 UGH 0 0 0 tun0
81.244.84.163 10.62.131.1 255.255.255.255 UGH 0 0 0 wlan0
10.62.131.0 * 255.255.255.128 U 2 0 0 wlan0
link-local * 255.255.0.0 U 1000 0 0 wlan0
default 10.8.0.5 0.0.0.0 UG 0 0 0 tun0