Networking Forums

Networking Forums > Computer Networking > Windows Networking > Route command challenges

Reply
Thread Tools Display Modes

Route command challenges

 
 
M. Eteum
Guest
Posts: n/a

 
      09-27-2006, 09:18 PM
The scenario is:

All traffic to 192.168.0.0 should be routed to RouterA EXCEPT for 192.168.222.0 which is direct connect to this server running Windows 2003(ServerA).

In ServerA, do I have to do the route command for each subnet one by one or can I have 2 route commands - one for the generic 192.168.0.0 and one for the exception 192.168.222.0? How?

Thanks.

M.
 
Reply With Quote
 
 
 
 
Bill Grant
Guest
Posts: n/a

 
      09-28-2006, 04:53 AM
Just set up a route for 192.168.0.0 pointing to the router. Directly
connected traffic won't be affected - direct delivery is a higher priority
that any route command.

"M. Eteum" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> The scenario is:
>
> All traffic to 192.168.0.0 should be routed to RouterA EXCEPT for
> 192.168.222.0 which is direct connect to this server running Windows
> 2003(ServerA).
>
> In ServerA, do I have to do the route command for each subnet one by one
> or can I have 2 route commands - one for the generic 192.168.0.0 and one
> for the exception 192.168.222.0? How?
>
> Thanks.
>
> M.



 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      09-28-2006, 05:42 AM
The route command would be

route add -p 192.168.0.0 255.255.0.0 <IP address of router>

"Bill Grant" <not.available@online> wrote in message
news:%(E-Mail Removed)...
> Just set up a route for 192.168.0.0 pointing to the router. Directly
> connected traffic won't be affected - direct delivery is a higher priority
> that any route command.
>
> "M. Eteum" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> The scenario is:
>>
>> All traffic to 192.168.0.0 should be routed to RouterA EXCEPT for
>> 192.168.222.0 which is direct connect to this server running Windows
>> 2003(ServerA).
>>
>> In ServerA, do I have to do the route command for each subnet one by one
>> or can I have 2 route commands - one for the generic 192.168.0.0 and one
>> for the exception 192.168.222.0? How?
>>
>> Thanks.
>>
>> M.

>
>



 
Reply With Quote
 
M. Eteum
Guest
Posts: n/a

 
      09-28-2006, 01:30 PM
Bill Grant wrote:
> The route command would be
>
> route add -p 192.168.0.0 255.255.0.0 <IP address of router>
>
> "Bill Grant" <not.available@online> wrote in message
> news:%(E-Mail Removed)...
>> Just set up a route for 192.168.0.0 pointing to the router. Directly
>> connected traffic won't be affected - direct delivery is a higher priority
>> that any route command.
>>
>> "M. Eteum" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> The scenario is:
>>>
>>> All traffic to 192.168.0.0 should be routed to RouterA EXCEPT for
>>> 192.168.222.0 which is direct connect to this server running Windows
>>> 2003(ServerA).
>>>
>>> In ServerA, do I have to do the route command for each subnet one by one
>>> or can I have 2 route commands - one for the generic 192.168.0.0 and one
>>> for the exception 192.168.222.0? How?
>>>
>>> Thanks.
>>>
>>> M.

>>

>
>


I though so too, but not sure that the direct connection take precedence than the route table.

Thank you.

M.
 
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
About the route command Neroku Linux Networking 3 04-25-2007 03:41 PM
How To Add a route command joe Windows Networking 2 11-14-2006 10:35 PM
Using the ROUTE command Peter Windows Networking 2 06-13-2004 11:57 PM
Using the ROUTE command Peter Windows Networking 2 06-13-2004 11:57 PM
ROUTE command =?iso-8859-1?Q?Utopic=AE?= Windows Networking 1 02-25-2004 02:09 PM



1 2 3 4 5 6 7 8 9 10 11