I am having difficulty setting up a network for our new remote office. One office has a nt4 server with an IP scheme 192.168.89.x. Our new office has windows 2000 server and is set up with 192.168.90.x scheme. I set a VPN from the 2000 svr to the NT4 svr with persistent connection. The problem lies in the fact that I can not ping from client machines on the 2000 network to the remote network. From the 2000 server i can ping just fine, but clients can’t. They browse the web, so the client setupis fine.
I think its with routing but cant add what i think should be in the table which is below:
0.0.0.0 0.0.0.0 209.242.61.89 209.242.61.91 1
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.89.0 255.255.255.0 192.168.89.241 192.168.89.242 1
192.168.89.241 255.255.255.255 192.168.89.242 192.168.89.242 1
192.168.89.242 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.89.255 255.255.255.255 192.168.89.242 192.168.89.242 1
192.168.90.0 255.255.255.0 192.168.90.1 192.168.90.1 1
192.168.90.1 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.90.40 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.90.255 255.255.255.255 192.168.90.1 192.168.90.1 1
209.172.177.26 255.255.255.255 209.242.61.89 209.242.61.91 1
209.242.61.88 255.255.255.248 209.242.61.91 209.242.61.91 1
209.242.61.91 255.255.255.255 127.0.0.1 127.0.0.1 1
209.242.61.255 255.255.255.255 209.242.61.91 209.242.61.91 1
224.0.0.0 224.0.0.0 192.168.89.242 192.168.89.242 1
224.0.0.0 224.0.0.0 192.168.90.1 192.168.90.1 1
224.0.0.0 224.0.0.0 209.242.61.91
209.242.61.91 1
255.255.255.255 255.255.255.255 192.168.90.1 192.168.90.1 1
Default Gateway: 209.242.61.89
does anything look funny in this table?
Am I in the right place?