R
RickB
I know this has been asked ad nauseum, but I haven't seen a clear response.
I have a local network with the local subnet 192.168.0.*, and a remote
network 192.168.2.*. My W2K Server is 192.168.0.1. This uses a persistent
demand dial entry to connect to the remote entry. The machine it is
connecting to is a Windows XP box, 192.168.2.2.
I have set up a static route in RRAS as follows:
Destination 192.168.2.0
Mask 255.255.255.0
Gateway none (demand dial sets this)
Interface My VPN Interface
To simplify matters, I let the demand-dial interface use a static IP,
192.168.2.10. So here is how it looks:
Local W2K server - local interface 192.168.0.1, VPN interface 192.168.2.10
Remove WinXP machine 192.168.2.2
From the W2K server (192.168.0.1/192.168.2.10) I can ping the machine that I
am connected to (192.168.2.2). As expected so far.
I have added a static route to other machines on the 192.168.0.* network
route -p add 192.168.2.0 mask 255.255.255.0 192.168.0.1
And I can successfully ping 192.168.2.10 so the subnets are getting routed.
However, none of the machines on the local network (other than 192.168.2.10)
can ping 192.168.2.2. or any other machine on the remote network. So my W2K
server is routing to the subnet, but will not forward packets over the VPN
connection.
Can anyone help? As I said, I've seen similar issues posted, but I haven't
seen a clear solution.
I have a local network with the local subnet 192.168.0.*, and a remote
network 192.168.2.*. My W2K Server is 192.168.0.1. This uses a persistent
demand dial entry to connect to the remote entry. The machine it is
connecting to is a Windows XP box, 192.168.2.2.
I have set up a static route in RRAS as follows:
Destination 192.168.2.0
Mask 255.255.255.0
Gateway none (demand dial sets this)
Interface My VPN Interface
To simplify matters, I let the demand-dial interface use a static IP,
192.168.2.10. So here is how it looks:
Local W2K server - local interface 192.168.0.1, VPN interface 192.168.2.10
Remove WinXP machine 192.168.2.2
From the W2K server (192.168.0.1/192.168.2.10) I can ping the machine that I
am connected to (192.168.2.2). As expected so far.
I have added a static route to other machines on the 192.168.0.* network
route -p add 192.168.2.0 mask 255.255.255.0 192.168.0.1
And I can successfully ping 192.168.2.10 so the subnets are getting routed.
However, none of the machines on the local network (other than 192.168.2.10)
can ping 192.168.2.2. or any other machine on the remote network. So my W2K
server is routing to the subnet, but will not forward packets over the VPN
connection.
Can anyone help? As I said, I've seen similar issues posted, but I haven't
seen a clear solution.