Static Routes - How to allow client PCs access another ip on another network?
hi,
i have sbs 2003 , has 2 network cards. 1 ip address 10.0.0.2 , 172.16.0.2. desktop clients on 10.0.0.x network. have linux server (172.16.0.1) desktop clients access.
on server can see web page of linux box. on desktop clients when ping windows server adapter (172.16.0.2) gives reply. when desktop clients try ping (linux server adapter) 172.16.0.1, has request time out. did tracert desktop clients see going on, , see traffic go 10.0.0.2 adapter , traffic times out.
i thought use static routes around this...so created static routes on server desktop clients hits server (10.0.0.2) interface first. still same problem. (timeout on ping).
i have list of static routes here.
active routes:
network destination netmask gateway interface metric
0.0.0.0 0.0.0.0 172.16.0.1 172.16.0.2 20
0.0.0.0 0.0.0.0 172.16.0.254 172.16.0.2 20
10.0.0.0 255.255.255.0 10.0.0.2 10.0.0.2 10
10.0.0.2 255.255.255.255 127.0.0.1 127.0.0.1 10
10.255.255.255 255.255.255.255 10.0.0.2 10.0.0.2 10
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
172.16.0.0 255.255.255.0 172.16.0.2 172.16.0.2 20
172.16.0.0 255.255.255.255 172.16.0.2 172.16.0.2 1
172.16.0.1 255.255.255.255 172.16.0.2 172.16.0.2 1
172.16.0.2 255.255.255.255 127.0.0.1 127.0.0.1 20
172.16.255.255 255.255.255.255 172.16.0.2 172.16.0.2 20
224.0.0.0 240.0.0.0 10.0.0.2 10.0.0.2 10
224.0.0.0 240.0.0.0 172.16.0.2 172.16.0.2 20
255.255.255.255 255.255.255.255 10.0.0.2 10.0.0.2 1
255.255.255.255 255.255.255.255 172.16.0.2 172.16.0.2 1
default gateway: 172.16.0.254
===========================================================================
persistent routes:
network address netmask gateway address metric
172.16.0.1 255.255.255.255 172.16.0.2 1
172.16.0.0 255.255.255.255 172.16.0.2 1
i not quite sure if correct or not appreciated.
Windows Server > Platform Networking
Comments
Post a Comment