Networking Forums

Networking Forums > Computer Networking > Windows Networking > Routing table

Reply
Thread Tools Display Modes

Routing table

 
 
Matt Scoff
Guest
Posts: n/a

 
      06-05-2006, 09:33 PM
I need some assistance in configuring some routing tables on a Windows
2003 Server. This server has two network cards.

NIC1 is assigned ip 172.16.31.x/255.255.255.0
NIC2 is assigned ip 172.32.2.x/255.255.0.0

I need to route anything in the 172.16.31.x network to NIC1 and
everything else to NIC2. Is this possible?

Let me know if you need more details. Thank you!

 
Reply With Quote
 
 
 
 
Mike Lowery
Guest
Posts: n/a

 
      06-05-2006, 09:49 PM
Open a Command Prompt and type "route print" to see what your current routing
table looks like. Seems to me Windows should already be routing correctly since
these are both Class B addresses on separate networks. You may need to set
172.32.2.x as the default gateway.

"Matt Scoff" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I need some assistance in configuring some routing tables on a Windows
> 2003 Server. This server has two network cards.
>
> NIC1 is assigned ip 172.16.31.x/255.255.255.0
> NIC2 is assigned ip 172.32.2.x/255.255.0.0
>
> I need to route anything in the 172.16.31.x network to NIC1 and
> everything else to NIC2. Is this possible?
>
> Let me know if you need more details. Thank you!
>



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      06-06-2006, 04:42 AM
As Mike said, that is pretty much what would happen without adding any
routes. Any traffic arriving at the server for a 172.16.31 address would go
to the 172.16.31.x interface and be delivered directly to the client. (Leave
the default gateway setting on this NIC blank). If you want all other
traffic to go out the 172.32.2.x interface, set a default gateway on that
interface pointing to a "next hop" router.

Mike Lowery wrote:
> Open a Command Prompt and type "route print" to see what your current
> routing table looks like. Seems to me Windows should already be
> routing correctly since these are both Class B addresses on separate
> networks. You may need to set 172.32.2.x as the default gateway.
>
> "Matt Scoff" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> I need some assistance in configuring some routing tables on a
>> Windows 2003 Server. This server has two network cards.
>>
>> NIC1 is assigned ip 172.16.31.x/255.255.255.0
>> NIC2 is assigned ip 172.32.2.x/255.255.0.0
>>
>> I need to route anything in the 172.16.31.x network to NIC1 and
>> everything else to NIC2. Is this possible?
>>
>> Let me know if you need more details. Thank you!



 
Reply With Quote
 
Matt Scoff
Guest
Posts: n/a

 
      06-06-2006, 01:24 PM
It does not appear to be working that way. But maybe there is another
solution? I have a web server with two network cards. One NIC(NIC2)
is connected to a router that is connected to the internet. The other
NIC(NIC1) is conencted to a router/firewall that is connected to my
internal network that only allows specified traffic. When I enable
NIC1 then my web page hosted b ythe server who's traffic should be
routed through NIC1 does not operate correctly but NIC2 does operate
correctly. When I disable NIC2 and enable NIC1, then the NIC1
connection operates correctly.
It appears to be a routing problem but it could be something else I
suppose.



On Tue, 6 Jun 2006 14:42:30 +1000, "Bill Grant" <not.available@online>
wrote:

> As Mike said, that is pretty much what would happen without adding any
>routes. Any traffic arriving at the server for a 172.16.31 address would go
>to the 172.16.31.x interface and be delivered directly to the client. (Leave
>the default gateway setting on this NIC blank). If you want all other
>traffic to go out the 172.32.2.x interface, set a default gateway on that
>interface pointing to a "next hop" router.
>
>Mike Lowery wrote:
>> Open a Command Prompt and type "route print" to see what your current
>> routing table looks like. Seems to me Windows should already be
>> routing correctly since these are both Class B addresses on separate
>> networks. You may need to set 172.32.2.x as the default gateway.
>>
>> "Matt Scoff" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> I need some assistance in configuring some routing tables on a
>>> Windows 2003 Server. This server has two network cards.
>>>
>>> NIC1 is assigned ip 172.16.31.x/255.255.255.0
>>> NIC2 is assigned ip 172.32.2.x/255.255.0.0
>>>
>>> I need to route anything in the 172.16.31.x network to NIC1 and
>>> everything else to NIC2. Is this possible?
>>>
>>> Let me know if you need more details. Thank you!

>


 
Reply With Quote
 
Mike Lowery
Guest
Posts: n/a

 
      06-06-2006, 05:43 PM
Sounds more like IIS isn't listening on both IP addresses. Try running
"WMSHttpSysCfg.exe" as mentioned in this article:
http://support.microsoft.com/kb/328728

"Matt Scoff" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> It does not appear to be working that way. But maybe there is another
> solution? I have a web server with two network cards. One NIC(NIC2)
> is connected to a router that is connected to the internet. The other
> NIC(NIC1) is conencted to a router/firewall that is connected to my
> internal network that only allows specified traffic. When I enable
> NIC1 then my web page hosted b ythe server who's traffic should be
> routed through NIC1 does not operate correctly but NIC2 does operate
> correctly. When I disable NIC2 and enable NIC1, then the NIC1
> connection operates correctly.
> It appears to be a routing problem but it could be something else I
> suppose.
>
>
>
> On Tue, 6 Jun 2006 14:42:30 +1000, "Bill Grant" <not.available@online>
> wrote:
>
>> As Mike said, that is pretty much what would happen without adding any
>>routes. Any traffic arriving at the server for a 172.16.31 address would go
>>to the 172.16.31.x interface and be delivered directly to the client. (Leave
>>the default gateway setting on this NIC blank). If you want all other
>>traffic to go out the 172.32.2.x interface, set a default gateway on that
>>interface pointing to a "next hop" router.
>>
>>Mike Lowery wrote:
>>> Open a Command Prompt and type "route print" to see what your current
>>> routing table looks like. Seems to me Windows should already be
>>> routing correctly since these are both Class B addresses on separate
>>> networks. You may need to set 172.32.2.x as the default gateway.
>>>
>>> "Matt Scoff" <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed)...
>>>> I need some assistance in configuring some routing tables on a
>>>> Windows 2003 Server. This server has two network cards.
>>>>
>>>> NIC1 is assigned ip 172.16.31.x/255.255.255.0
>>>> NIC2 is assigned ip 172.32.2.x/255.255.0.0
>>>>
>>>> I need to route anything in the 172.16.31.x network to NIC1 and
>>>> everything else to NIC2. Is this possible?
>>>>
>>>> Let me know if you need more details. Thank you!

>>

>



 
Reply With Quote
 
Matt Scoff
Guest
Posts: n/a

 
      06-06-2006, 09:33 PM
I re-read Bill's message about leaving the gateway blank on the
172.16.13.x network and everything starting working correctly! Thank
you so much!
 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      06-08-2006, 02:19 AM
Yes, that can really foul up RRAS.


Matt Scoff wrote:
> I re-read Bill's message about leaving the gateway blank on the
> 172.16.13.x network and everything starting working correctly! Thank
> you so much!



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help with a simply routing table Juanjillo Linux Networking 2 03-19-2010 03:17 PM
Routing table problem Hasan MANZAK Windows Networking 3 10-16-2009 02:36 AM
Routing Table Issue DHK Windows Networking 12 07-20-2009 04:35 PM
reset the routing table? Polaris Windows Networking 4 10-12-2006 02:01 PM
How to use second routing table? Martin Pauly Linux Networking 0 03-08-2005 04:54 PM



1 2 3 4 5 6 7 8 9 10 11