Windows XP Windows Static Route

Joined
Nov 26, 2008
Messages
1
Reaction score
0
Dears ,,,,

We have a Domain Network and 3 Vlan Network , Where Networks are segregated themselves though physically it is connected . 1 system is configured with 4 NIC where it can communicate with Domain Network and 3 vlan network .
My requirement is to make a communication with 3 vlan network with antivirus server (192.168.10.11) in domain network fromt the clients.
3 vlan networks ip range is 176.16.0.0/16 , 176.19.0.0/16 ,176.22.0.0/16 with default G.W 176.16.74.215,176.19.74.215,176.22.74.215 respectively.
domain networks is in range 192.168.10.0/24 (servers ) and dhcp clients (192.168.20.0/24)

The routing Table for the system with 4 NIC is as follows :

C:\Documents and Settings\Administrator>route print
===========================================================================
Interface List
0x1 ........................... MS TCP Loopback interface
0x2 ...00 17 9a 39 0c e5 ...... Realtek RTL8139 Family PCI Fast Ethernet NIC - P
acket Scheduler Miniport
0x3 ...00 0a 5e 60 b1 22 ...... 3Com EtherLink XL 10/100 PCI For Complete PC Man
agement NIC (3C905C-TX) #3 - Packet Scheduler Miniport
0x4 ...00 0a 5e 60 af a1 ...... 3Com EtherLink XL 10/100 PCI For Complete PC Man
agement NIC (3C905C-TX) #2 - Packet Scheduler Miniport
0x5 ...00 14 c2 08 8d e6 ...... Broadcom NetXtreme Gigabit Ethernet - Packet Sch
eduler Miniport
===========================================================================
===========================================================================
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.20.1 192.168.20.6 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
176.16.0.0 255.255.0.0 176.16.74.215 176.16.74.215 20
176.16.74.215 255.255.255.255 127.0.0.1 127.0.0.1 20
176.16.255.255 255.255.255.255 176.16.74.215 176.16.74.215 20
176.19.0.0 255.255.0.0 176.19.74.215 176.19.74.215 20
176.19.74.215 255.255.255.255 127.0.0.1 127.0.0.1 20
176.19.255.255 255.255.255.255 176.19.74.215 176.19.74.215 20
176.22.0.0 255.255.0.0 176.22.74.215 176.22.74.215 20
176.22.74.215 255.255.255.255 127.0.0.1 127.0.0.1 20
176.22.255.255 255.255.255.255 176.22.74.215 176.22.74.215 20
192.168.20.0 255.255.255.0 192.168.20.6 192.168.20.6 20
192.168.20.6 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.20.255 255.255.255.255 192.168.20.6 192.168.20.6 20
224.0.0.0 240.0.0.0 176.16.74.215 176.16.74.215 20
224.0.0.0 240.0.0.0 176.19.74.215 176.19.74.215 20
224.0.0.0 240.0.0.0 176.22.74.215 176.22.74.215 20
224.0.0.0 240.0.0.0 192.168.20.6 192.168.20.6 20
255.255.255.255 255.255.255.255 176.16.74.215 176.16.74.215 1
255.255.255.255 255.255.255.255 176.19.74.215 176.19.74.215 1
255.255.255.255 255.255.255.255 176.22.74.215 176.22.74.215 1
255.255.255.255 255.255.255.255 192.168.20.6 192.168.20.6 1
Default Gateway: 192.168.20.1
===========================================================================
Persistent Routes:
None

from this system it is able to communicate with all 4 networks.
so i gave a try from clients (vlan network ) and found it is able to ping only to respective G.W.
Gave a tracert with default G.W it gave result with 1st hope
when tried to add static route with command route add 192.168.10.11 255.255.255.255 176.22.74.215 gave error message bad gateway address 255.255.255..255


A solution for the above is higly appreciated...
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top