Site 1:
- Windows 2008 R2
- It's the receiving side of the site-to-site PPTP VPN
- 192.168.1.4
Site 2:
- Windows 2003
- It's the dialing side of the site-to-site PPTP VPN
- 10.0.23.70
The VPN connects without issue, and once connected:
- I can ping site 1 from site 2
- I cannot ping site 2 from site 1
I assume there is some configuration to do on Site 1.
I have tried adding a route on Site 1 as follows:
route add 10.0.23.0 mask 255.255.255.0 192.168.1.4 metric 1
This did not fix the problem.
Any ideas?
EDIT: It's a routing issue - not a firewall issue. All firewalls are disabled.