Cannot Ping Anything

Official client software for OpenVPN Access Server and OpenVPN Cloud.
Post Reply
rp1783
OpenVpn Newbie
Posts: 2
Joined: Sat May 03, 2014 8:06 pm

Cannot Ping Anything

Post by rp1783 » Sat May 03, 2014 8:15 pm

I setup OpenVPN server on windows 7, and installed the OpenVPN connect client on my Android phone. I can connect to the VPN fine, at least as far as the Android application tells me, but I cannot ping the server side IP 10.8.0.1 nor can I ping the Android phone from the server 10.8.0.10.

I am wanting to add a route to my home LAN 10.10.10.0/26, but that's not working either, but that's probably because the connection is not being made.

I also need to state that I am trying to accomplish this via Verizon's wireless network, and not over wifi.

Here is my server side config:

Code: Select all

port 41795
proto udp
dev tun
ca "C:\\Program Files\\OpenVPN\\config\\ca.crt"
cert "C:\\Program Files\\OpenVPN\\config\\server.crt"
key "C:\\Program Files\\OpenVPN\\config\\server.key"  # This file should be kept secret
dh "C:\\Program Files\\OpenVPN\\config\\dh1024.pem"
server 10.8.0.0 255.255.255.0
ifconfig-pool-persist ipp.txt
push "route 10.10.10.0 255.255.255.192"
keepalive 10 120
comp-lzo
persist-key
persist-tun
status openvpn-status.log
verb 3

rp1783
OpenVpn Newbie
Posts: 2
Joined: Sat May 03, 2014 8:06 pm

Re: Cannot Ping Anything

Post by rp1783 » Sat May 03, 2014 9:57 pm

Ok, so I just tested over wifi on separate machine, and I can't ping from that machine either I get a request timed out so I'm guessing I've done something wrong even though it says I'm connected.

Post Reply