Internet connection lost when client logged in
Posted: Sun Oct 31, 2010 7:50 am
Hi all,
When I make a vpn connection to an openvpn server, I loose the internet connection. The VPN works all right.
Server config (extract)
Client config
Client route without the VPN connection (intenet working)
client route with VPN connected (internet lost)
Is there anything I can do to the push rule of the servers's config file?
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