I have a PPTP VPN running on 'MachineA' (set up in Routing and Remote Access) to connect to a customer site.
I have tried to create a permanent route from MachineB with MachineA as the gateway, but I'm unable to ping any servers at the customer site. Should this work?
The customer servers are on 10.0.0.x range and I have added:
route add 10.0.0.0 mask 225.255.255.0 192.168.0.17 metric 1
...but I still can't ping any machiens on 10.0.0.x range.
This can't work unless you also tell the machines on the other side of the VPN that they can reach your network through the VPN connection.
You need to add a static route on the machines on the remote network, such as:
Where
10.x.y.z
is the router/firewall managing the VPN in the remote network.Or, better, just add the route on the router/firewall itself.
If you don't manage the remote network, you'll need to ask whoever manages it to do this (assuming it's ok for them).