no internet through vpn

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
gws
OpenVpn Newbie
Posts: 1
Joined: Fri Oct 31, 2014 7:50 pm

no internet through vpn

Post by gws » Fri Oct 31, 2014 8:17 pm

I established a vpn connection to my router from my phone.
it says connected :)
i can't connect to the internet anymore with my phone.

i made the same connection with my pc and have the same problem.

When i uncheck : Direct clients to redirect Internet traffic, Then i have internet but not with the home ip

i use the next config with my tomato router Version 1.28 by shibby
tun
tcp
1195
automatic
tls
disabled
10.8.0.0 255.255.255.0

Push LAN to clients: checked
Direct clients to redirect Internet traffic : as described above
Respond to DNS : checked
Advertise DNS to clients : checked
Encryption cipher : aes-128-cbc
Compression : adaptive
TLS Renegotiation Time (in seconds, -1 for default) -1
Manage Client-Specific Options : not checked
Allow User/Pass Auth : not checked

the client side is:
client
dev tun
proto tcp
remote xxx.xxx.xxx.xxx 1195
resolv-retry infinite
nobind
persist-key
persist-tun

ca ca.crt
cert toshiba.crt
key toshiba.key
ns-cert-type server
cipher AES-128-CBC
comp-lzo
verb 3

I have the 1e server installed on the router to tab and that works fine (with the client also tab of-course ) but only on the pc.

silly question what can i do with the vpn in combination with my phone?

Post Reply