windows 2000 server routing problem

  • Thread starter Thread starter jyothy2271
  • Start date Start date
J

jyothy2271

pls help

I have one multihomed win2k server

configuration as follows

nic 1 : ip 10.0.0.1 (private)
mask :255.0.0.0
no gateway
nic 2 : ip 172.16.1.9
mask : 255.255.255.0
gate way 172.16.1.1 (linux server)

I cannot ping to the systems in the 172.16.1.0 network from
10.0.0.0 network

I have enabled the rras in the server

I have tried the following steps

from the server:

ping 172.16.1.1 result ok....
ping 10.0.0.3 result ok...

from the node with ip address 10.0.0.3 mask 255.0.0.0
gway :10.0.0.1
ping 10.0.0.1 result ok.....

ping 172.16.1.9 result ok
ping 172.16.1.1 result ---request timeout


can you give me some solution

I cannot modify the settings at linux g way

regards

jyothy
 
Looks like, your linux server 172.16.1.1 can not routes for 10.0.0.0
network. try "pathping 10.0.0.X OR tracert -d 10.0.0.Y from Linux
server)

As you said, 10.0.0.0 is private network, have you enabled NAT on 10.0.0.1
server machine (which is the gateway for the private network, right?) saying
10.0.0.1 is private network and 172.16.1.9 is public network interface?
 
Back
Top