Hey guys,
I am trying setup a routing machine using two nic on a windows 2003 machine using static routes but is having some problem. Any help is appreciated.
Here is the setup.
Routing Table for multihomed computer:
IPv4 Route Table
==========================
==========
==========
==========
==========
=========
Interface List
0x1 ..........................
. MS TCP Loopback interface
0x10003 ...00 0d 56 3c 0f fa ...... Broadcom 570x Gigabit Integrated Controller
0x10004 ...00 50 fc 8e 54 a3 ...... USB 10/100 Fast Ethernet Adapter
==========================
==========
==========
==========
==========
=========
==========================
==========
==========
==========
==========
=========
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.6 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.1.0 255.255.255.0 192.168.1.6 192.168.1.6 20
192.168.1.6 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.1.255 255.255.255.255 192.168.1.6 192.168.1.6 20
192.168.2.0 255.255.255.0 192.168.2.1 192.168.2.1 20
192.168.2.1 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.2.255 255.255.255.255 192.168.2.1 192.168.2.1 20
224.0.0.0 240.0.0.0 192.168.1.6 192.168.1.6 20
224.0.0.0 240.0.0.0 192.168.2.1 192.168.2.1 20
255.255.255.255 255.255.255.255 192.168.1.6 192.168.1.6 1
255.255.255.255 255.255.255.255 192.168.2.1 192.168.2.1 1
Default Gateway: 192.168.1.1
==========================
==========
==========
==========
==========
=========
Persistent Routes:
None
Note: I didn't put in the default gateway for the 192.168.2.1 nic. 192.168.1.1 is the internet gateway (linksys router)
Routing table for one of the host in 192.168.2.0 network
Interface List
0x1 ..........................
. MS TCP Loopback interface
0x2 ...00 12 f0 aa 1a 53 ...... Intel(R) PRO/Wireless 2200BG Network Connection - Packet Scheduler Miniport
0x3 ...00 12 3f 13 86 2e ...... Broadcom 440x 10/100 Integrated Controller - Packet Scheduler Miniport
==========================
==========
==========
==========
==========
=========
==========================
==========
==========
==========
==========
=========
Active Routes:
Network Destination Netmask Gateway Interface Metric
0.0.0.0 0.0.0.0 192.168.2.1 192.168.2.2 20
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1 1
192.168.2.0 255.255.255.0 192.168.2.2 192.168.2.2 20
192.168.2.2 255.255.255.255 127.0.0.1 127.0.0.1 20
192.168.2.255 255.255.255.255 192.168.2.2 192.168.2.2 20
224.0.0.0 240.0.0.0 192.168.2.2 192.168.2.2 20
255.255.255.255 255.255.255.255 192.168.2.2 192.168.2.2 1
255.255.255.255 255.255.255.255 192.168.2.2 2 1
Default Gateway: 192.168.2.1
==========================
==========
==========
==========
==========
=========
Persistent Routes:
None
The problem is hosts in the 192.168.2.0 network cannot ping or access the 192.168.1.1 gateway and internet. 192.168.2.0 hosts can ping hosts in the 192.168.1.0 network such as 192.168.1.6.
Any clues?
View the Solution FREE for 30 Days