Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > Dual NICs?

Reply
 
 
Mervin Williams
Guest
Posts: n/a

 
      06-15-2005, 03:57 PM
I am bringing up a new Windows Server 2003 server with dual NICs - one
private and one public. I am not sure how I should make the network
connections:
(1) Should the public NIC be connected directly to the router, or should
there be a switch between the them.
(2) Should the private NIC be uplinked to a separate switch to which all
our internal machines are connected?

Thanks in advance,

Mervin Williams


 
Reply With Quote
 
 
 
 
AllenM
Guest
Posts: n/a

 
      06-15-2005, 04:34 PM
The public NIC can go directly into your router and the internal can go into
a switch that is linked to your internal network.

"Mervin Williams" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>I am bringing up a new Windows Server 2003 server with dual NICs - one
>private and one public. I am not sure how I should make the network
>connections:
> (1) Should the public NIC be connected directly to the router, or
> should there be a switch between the them.
> (2) Should the private NIC be uplinked to a separate switch to which
> all our internal machines are connected?
>
> Thanks in advance,
>
> Mervin Williams
>



 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      06-15-2005, 05:50 PM
"Mervin Williams" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I am bringing up a new Windows Server 2003 server with dual NICs - one
> private and one public. I am not sure how I should make the network
> connections:
> (1) Should the public NIC be connected directly to the router, or

should
> there be a switch between the them


Switch is optional.

> (2) Should the private NIC be uplinked to a separate switch to which

all
> our internal machines are connected?


Switch (or hub) is required. No "uplink",... it is just a normal
connection. "Uplink" connections are for connecting two hubs/switches
together.

Then you must configure the Server as a Router or a NAT Device (depending on
which applies) by using RRAS.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


 
Reply With Quote
 
KarlS
Guest
Posts: n/a

 
      06-16-2005, 09:49 AM
Just out of interest....

I have heard someone describing that their W2K3 server has two nics, both
were connected to their switch in the same way. They seemed to think that
they'd get workload sharing or something(?). I tried to explain that he
probably had a public/private configuration, one nic for internal LAN and
2nd nic for outside world (connected to router), but he still maintained
that they were both connected to the LAN in the same way. I was about to
ridicule them, then thought I'd better double check that he was being as
silly as I thought, and that it was not me being ignorant.

Any useful comments?

KarlS


 
Reply With Quote
 
Jeff Cochran
Guest
Posts: n/a

 
      06-16-2005, 11:56 AM
On Thu, 16 Jun 2005 10:49:12 +0100, "KarlS"
<(E-Mail Removed)> wrote:

>I have heard someone describing that their W2K3 server has two nics, both
>were connected to their switch in the same way. They seemed to think that
>they'd get workload sharing or something(?). I tried to explain that he
>probably had a public/private configuration, one nic for internal LAN and
>2nd nic for outside world (connected to router), but he still maintained
>that they were both connected to the LAN in the same way. I was about to
>ridicule them, then thought I'd better double check that he was being as
>silly as I thought, and that it was not me being ignorant.
>
>Any useful comments?


A VLAN can run separate virtual networks through the same switch gear,
so you could both be right. The IP addresses and netmasks assigned to
the NIC would most likely tell you.

Jeff
 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      06-16-2005, 01:31 PM
"KarlS" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> I have heard someone describing that their W2K3 server has two nics, both
> were connected to their switch in the same way. They seemed to think that
> they'd get workload sharing or something(?).


Unless they were using *specially* designed Nics that come with specialized
software & drivers to perform Nic Teaming,... then they will not get any
kind of load balancing or load sharing,...absolutely not.

175767 - Expected Behavior of Multiple Adapters on Same Network
http://support.microsoft.com/default...b;EN-US;175767

But there are other reasons for doing that,..as Jeff mentioned.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com


 
Reply With Quote
 
Phillip Windell
Guest
Posts: n/a

 
      06-16-2005, 04:04 PM
That is for multiple Server, not multiple Nics.

--

Phillip Windell [MCP, MVP, CCNA]
www.wandtv.com

"Mark S" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed) oups.com...
> Server 2K3 has something built in to networking called Network Load
> Balancing. I'm not sure I've seen a setup using this to share load
> between two nics on the same machine though. Typically, it's used
> between multiple servers.
>



 
Reply With Quote
 
Manny Borges
Guest
Posts: n/a

 
      06-21-2005, 04:55 PM
Most of the answeres seemed a little out of focus so....

Yes you can team network adapters for agragate throuput and fault tolerance.
It requires "special hardware".

All or my core services servers use multiple teams for
both speed and multihoming.

"KarlS" wrote:

> Just out of interest....
>
> I have heard someone describing that their W2K3 server has two nics, both
> were connected to their switch in the same way. They seemed to think that
> they'd get workload sharing or something(?). I tried to explain that he
> probably had a public/private configuration, one nic for internal LAN and
> 2nd nic for outside world (connected to router), but he still maintained
> that they were both connected to the LAN in the same way. I was about to
> ridicule them, then thought I'd better double check that he was being as
> silly as I thought, and that it was not me being ignorant.
>
> Any useful comments?
>
> KarlS
>
>
>

 
Reply With Quote
 
Manny Borges
Guest
Posts: n/a

 
      06-21-2005, 04:59 PM
Ig you want to go multihomed:

public port should go into a firewall device and only the needed public
ports should be exposed/translated. Firewall device goes into router.

Private connection gets patched into a second firewall device. Firewall
device is then attatched to the internal LAN.

Tha being said, multihoming is not needed on the server. A multiport
firewall can do all this with less cable mess.

"Mervin Williams" wrote:

> I am bringing up a new Windows Server 2003 server with dual NICs - one
> private and one public. I am not sure how I should make the network
> connections:
> (1) Should the public NIC be connected directly to the router, or should
> there be a switch between the them.
> (2) Should the private NIC be uplinked to a separate switch to which all
> our internal machines are connected?
>
> Thanks in advance,
>
> Mervin Williams
>
>
>

 
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
2003 LAN with Dual NICs . . . Triz Windows Networking 2 01-12-2007 08:57 PM
Dual NICs? Mervin Williams Windows Networking 9 06-21-2005 04:59 PM
dual NICs Question =?Utf-8?B?bXltb2JpbGU=?= Windows Networking 0 03-22-2005 02:53 PM
dual nics jack Windows Networking 2 03-02-2004 11:51 PM
Why do servers have dual NICs? Chris Linux Networking 7 01-21-2004 05:39 PM



1 2 3 4 5 6 7 8 9 10 11