I can not get workstation to access the internet or pass traffic
I have set up Routing and Remote access (vpn pptp site to site) on and answer server and a calling server.
The vpn connects but I can not get the workstations on the calling side (remote office) to see past the calling server or get to the internet. Here is my setup both servers are Win server 2003
calling server 2 nics 1st nic internal - 192.168.211.1 255.255.255.0 0.0.0.0 2nd nic to the internet router 192.168.113.51 255.255.0.0 192.168.113.1
with 2 route added: 192.168.111.0 255.255.255.0 192.168.113.1
192.168.112.0 255.255.255.0 192.168.113.1
Answering server: 2 nics 1st nic (internal Net) 10.10.12.3 255.255.255.0 10.10.12.1 dns 172.16.8.7 2nd nic to internet router 192.168.112.3 255.255.0.0 192.168.112.1
with 2 route added: 192.168.111.0 255.255.255.0 192.168.112.1
192.168.113.0 255.255.255.0 192.168.112.1
once I connect the vpn on the calling machine I can ping the following:
from answering server I can ping: 192.168.211.1, 192.168.113.51 and 192.168.113.1 and the workstation 192.168.211.7
from the calling server I can ping 10.10.12.3, 192.168.112.3 and 192.168.112.1 and 192.168.111.13 (another Inet site) but I can not ping the 10.10.12.1 gateway
What am i missing