Networking Forums

Networking Forums > Computer Networking > Windows Networking > Dual NIC Routing

Reply
Thread Tools Display Modes

Dual NIC Routing

 
 
Lee
Guest
Posts: n/a

 
      01-07-2008, 08:11 PM
I have a 2003 SBS Server with 2 nic cards one configured on one network and
the other on a different network. I have installed the RRAS and enabled it
for LAN routing. what else do I need to do to get the server to route
between the 2 cards?
 
Reply With Quote
 
 
 
 
Robert L. \(MS-MVP\)
Guest
Posts: n/a

 
      01-07-2008, 08:59 PM
Have you enabled IP routing?

--
Bob Lin, MS-MVP, MCSE & CNE
Networking, Internet, Routing, VPN Troubleshooting on
http://www.ChicagoTech.net
How to Setup Windows, Network, VPN & Remote Access on
http://www.HowToNetworking.com


"Lee" <(E-Mail Removed)> wrote in message
news:462E8544-E2A3-4D60-8994-(E-Mail Removed)...
>I have a 2003 SBS Server with 2 nic cards one configured on one network and
> the other on a different network. I have installed the RRAS and enabled it
> for LAN routing. what else do I need to do to get the server to route
> between the 2 cards?


 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      01-07-2008, 09:22 PM
That is a very bad idea. Using a DC as a router is always a bad idea. It
will cause you all sorts of problems. Use some other device as your router.

Routing between two subnets is easy if there is no other router
involved. But if one subnet already has a routed connection (such as an
Internet connection) it won't work without some extra work.

Here is the simple case which just works.

192.168.21.x dg 92.168.21.1
|
192.168.21.1 dg blank
router
192.168.31.1 dg blank
|
192.168.31.x dg 192.168.31.1

Here is a common setup which won't work.

Internet
|
gateway router
192.168.21.1
|
workstations
192.168.21.x dg 192.168.21.1
|
192.168.21.254 dg 192.168.21.1
router
192.168.31.1 dg blank
|
192.168.31.x dg 192.168.31.1

This doesn't work because the default gateway for the 192.168.21 subnet
is the gateway router, not the internal router. To route between the subnets
you need extra routing on the gateway router to "bounce" local traffic to
the internal router.




"Lee" <(E-Mail Removed)> wrote in message
news:462E8544-E2A3-4D60-8994-(E-Mail Removed)...
>I have a 2003 SBS Server with 2 nic cards one configured on one network and
> the other on a different network. I have installed the RRAS and enabled it
> for LAN routing. what else do I need to do to get the server to route
> between the 2 cards?


 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      01-08-2008, 04:15 AM
In news:(E-Mail Removed),
Bill Grant <not.available@online> typed:
> That is a very bad idea. Using a DC as a router is always a bad
> idea. It will cause you all sorts of problems. Use some other device
> as your router.
> Routing between two subnets is easy if there is no other router
> involved. But if one subnet already has a routed connection (such as
> an Internet connection) it won't work without some extra work.
>
> Here is the simple case which just works.
>
> 192.168.21.x dg 92.168.21.1
> |
> 192.168.21.1 dg blank
> router
> 192.168.31.1 dg blank
> |
> 192.168.31.x dg 192.168.31.1
>
> Here is a common setup which won't work.
>
> Internet
> |
> gateway router
> 192.168.21.1
> |
> workstations
> 192.168.21.x dg 192.168.21.1
> |
> 192.168.21.254 dg 192.168.21.1
> router
> 192.168.31.1 dg blank
> |
> 192.168.31.x dg 192.168.31.1
>
> This doesn't work because the default gateway for the 192.168.21
> subnet is the gateway router, not the internal router. To route
> between the subnets you need extra routing on the gateway router to
> "bounce" local traffic to the internal router.


Hence a static entry. :-)

Maybe he means he wants to NAT?


--
Regards,
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT,
MVP Microsoft MVP - Directory Services
Microsoft Certified Trainer

Infinite Diversities in Infinite Combinations


 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      01-08-2008, 06:00 AM

"Ace Fekay [MVP]" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> In news:(E-Mail Removed),
> Bill Grant <not.available@online> typed:
>> That is a very bad idea. Using a DC as a router is always a bad
>> idea. It will cause you all sorts of problems. Use some other device
>> as your router.
>> Routing between two subnets is easy if there is no other router
>> involved. But if one subnet already has a routed connection (such as
>> an Internet connection) it won't work without some extra work.
>>
>> Here is the simple case which just works.
>>
>> 192.168.21.x dg 92.168.21.1
>> |
>> 192.168.21.1 dg blank
>> router
>> 192.168.31.1 dg blank
>> |
>> 192.168.31.x dg 192.168.31.1
>>
>> Here is a common setup which won't work.
>>
>> Internet
>> |
>> gateway router
>> 192.168.21.1
>> |
>> workstations
>> 192.168.21.x dg 192.168.21.1
>> |
>> 192.168.21.254 dg 192.168.21.1
>> router
>> 192.168.31.1 dg blank
>> |
>> 192.168.31.x dg 192.168.31.1
>>
>> This doesn't work because the default gateway for the 192.168.21
>> subnet is the gateway router, not the internal router. To route
>> between the subnets you need extra routing on the gateway router to
>> "bounce" local traffic to the internal router.

>
> Hence a static entry. :-)
>
> Maybe he means he wants to NAT?
>
>
> --
> Regards,
> Ace
>
> This posting is provided "AS-IS" with no warranties or guarantees and
> confers no rights.
>
> Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSE+I, MCT,
> MVP Microsoft MVP - Directory Services
> Microsoft Certified Trainer
>
> Infinite Diversities in Infinite Combinations
>

Maybe he does, but then it won't route between the two subnets, because
one is on the "public" side of the NAT. It will give the "new" subnet
Internet access. We will have to wait for more info from the OP.

 
Reply With Quote
 
Ace Fekay [MVP]
Guest
Posts: n/a

 
      01-09-2008, 03:52 AM
In news:(E-Mail Removed),
Bill Grant <not.available@online> typed:

> Maybe he does, but then it won't route between the two subnets,
> because one is on the "public" side of the NAT. It will give the
> "new" subnet Internet access. We will have to wait for more info from
> the OP.


True, even if NAT'd, he won't be able to add another subnet without a static
route. Maybe the original poster can shed some light on this. In the
meantime, here is a static route example I drew up in the past for my
students. Hopefully it will help him and others out.

http://fekay.com/SupportBlogs/StaticRouteExample.htm

Ace




 
Reply With Quote
 
Lee
Guest
Posts: n/a

 
      01-09-2008, 09:18 PM
Well bad idea or not it has to be done, and SBS documentation suggests this
very scenario. so regardless...
Primary NIC Card 192.168.3.103 has gateway 192.168.3.7 which is the internet
and routes its traffic to the internet and works as expected. Now add
secondary NIC 192.168.5.103 (note the 5). Now I need to add the static
entries to RRAS to get the "5" subnet to the "3" subnet and the internet, and
visa versa the 3 sub net to the "5" subnet. I would expect entries in RRas to
get the "5" subnet to the "3" subnet and the internet, and perhaps entries in
the internet router to bounce the "5" subnet back somehow... ?????

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      01-10-2008, 12:19 AM
No, you don't need to add any routes to the RRAS router. That isn't
where the routing problem is. You have to add the route(s) to the Internet
router. The new subnet can get to LAN 1 machines and the Internet router by
default routing. Getting back is the problem and needs a static route on the
Internet router because its default route is out to the Internet.

Internet
|
gateway router
192.168.3.7
|
LAN 1 machines
|
192.168.3.x dg 192.168.3.7
|
192.168.3.103 dg 192.168.3.7
RRAS
192.168.5103 dg blank
|
LAN 2 machines
192.168.5.x dg 192.168.5.103

The Internet router needs a static route to forward traffic for
192.168.5 to the RRAS router. This is required for both traffic coming from
the Internet and for traffic from LAN 1 (which goes to the gateway by
default and needs to be bounced to the RRAS router).

A ststic route like 192.168.5.0 255.255.255.0 192.168.3.103 on the
gateway router should get it working if the RRAS router has LAN routing
enabled.


"Lee" <(E-Mail Removed)> wrote in message
news:30B2E33C-4240-497E-9385-(E-Mail Removed)...
> Well bad idea or not it has to be done, and SBS documentation suggests
> this
> very scenario. so regardless...
> Primary NIC Card 192.168.3.103 has gateway 192.168.3.7 which is the
> internet
> and routes its traffic to the internet and works as expected. Now add
> secondary NIC 192.168.5.103 (note the 5). Now I need to add the static
> entries to RRAS to get the "5" subnet to the "3" subnet and the internet,
> and
> visa versa the 3 sub net to the "5" subnet. I would expect entries in RRas
> to
> get the "5" subnet to the "3" subnet and the internet, and perhaps entries
> in
> the internet router to bounce the "5" subnet back somehow... ?????
>


 
Reply With Quote
 
Lee
Guest
Posts: n/a

 
      01-10-2008, 01:09 AM
Yes and thanks, I figured that out after a little playing around.

FYI it would be nice if when replying to these that the original text be
deleted so that only the reply is visible. AND if anyone at "headquarters" is
reading. How about changing the code for the site so that the original
message is not automatically placed in the reply.
 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      01-10-2008, 03:02 AM
That has nothing to do with the site. It is a setting in each user's
newreader, and many people would be very upset if they could not see the
complete conversation.

"Lee" <(E-Mail Removed)> wrote in message
news:5E20EEDF-3909-47FF-AF1E-(E-Mail Removed)...
> Yes and thanks, I figured that out after a little playing around.
>
> FYI it would be nice if when replying to these that the original text be
> deleted so that only the reply is visible. AND if anyone at "headquarters"
> is
> reading. How about changing the code for the site so that the original
> message is not automatically placed in the reply.


 
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
dual routing wifi / lan Matthias Linux Networking 3 04-12-2007 08:27 PM
Routing problem with dual nics Alex Linux Networking 11 10-09-2006 02:44 AM
Dual-network IP assignments on one NIC / Routing kihoshk@gmail.com Windows Networking 3 05-03-2006 03:34 PM
IP Routing Across Dual-homed 2003 Server Todd Windows Networking 3 05-24-2005 04:47 PM
dual homed web server routing big DWK Linux Networking 1 04-22-2005 03:33 AM



1 2 3 4 5 6 7 8 9 10 11