Tomato VPN connect but cannot ping LAN IP
- by David Hamilton
I've setup TomatoVPN using these settings on the server:
TAP
UDP
1194
Client address pool 10.10.9.1 -10.10.9.254
LAN clients are configured with 10.10.10.x
I can connect from a remote client, but pinging anything in the 10.10.10.x results in
a "Destination Host Unreachable" error.
Here's my client configuration script:
remote x.x.x.x 1194
client
dev tap0
proto udp
resolv-retry infinite
nobind
persist-key
persist-tun
float
ca ca.crt
cert client1.crt
key client1.key
ns-cert-type server
Any suggestions as how I can make this properly bridge the two networks?