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