Tomato VPN connect but cannot ping LAN IP
Posted
by
David Hamilton
on Super User
See other posts from Super User
or by David Hamilton
Published on 2012-10-08T23:11:25Z
Indexed on
2012/10/17
11:06 UTC
Read the original article
Hit count: 279
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?
© Super User or respective owner