Discussion on:

26
Comments

Join the conversation!

Follow via:
RSS
Email Alert
I'd say you should also check the setup or config of the hubs and switches you are connecting the dual nic's too, some may have difficulty handling traffic to the same IP address's on two different ports or switches.
0 Votes
+ -
Hubs and switches don't care about IP addresses - they work with MAC addresses, so they shouldn't be affected. See the OSI network model... happy
0 Votes
+ -
My switches, Alcatel OmniSwitch/Routers, would care in this situation, as they indeed know about IP addresses. My switch would detect a duplicate IP address if a servers 2 NIC's had the same IP address. It would show one IP address assigned to twoMAC address's. My guess is other switches would care as well.
0 Votes
+ -
True
RDendtler 25th Jul 2002
Remember though, your Alcatel "cares" because it is a "Layer-3 switch" and understands the network layer of the OSI.

Most of the basic switches and ALL hubs will not care about IP addresses coming in. The switch may have issues with MAC addresses, but certainly not the hub.
0 Votes
+ -
Key Points
emailjk 28th Jul 2002
Great points everyone. But remember if you select multicast in your configuration you have two very important things to look out for. The first is if you are connecting to a switch instead of a hub (who would connecting to a hub anyway) you need to make a registry hack. The second is that all your infrastructure must support multicast addresses. The way NLB works is that it changes the MAC address of the Nic's to distribute the response to the traffic and ALL of the incoming requests go to ALL Nic's.
0 Votes
+ -
Switches do Care
msabot 28th Jul 2002
At a former client, I went this route. Much to my dismay, The Alcatel Omni switch did care about the IP address. Went so far as having the Alcatel service rep come by. End result was we could never get it to work correctly. All though it worked, the switch generate errors to the monitoring software and daily I would see disconnects on the port, I would see errors in the NT log that would show a disconnect every 30 seconds that occured once an hour for about 15 min. NIC's would keep swapping from primary to backup and back. End result, Network people told me to disconnect the second NIC

My advice, check to make sure your switch will handel dual NIC prior to implenting. I beleive INTEL will handel up to 8 NIC. I was using the software that came with HP's, that would handel up 6 NIC. Both can be used in Fault Tolance and/or Load balancing modes.
0 Votes
+ -
switches do - ever heard of Layer 3 & 4 switches?
0 Votes
+ -
When i added new NIC to W2K i have received the following Event :
A duplicate name has been detected on the TCP network. The IP address of the machine that sent the message is in the data. Use nbtstat -n in a command window to see which name is inthe Conflict state.

2 NIC IP addresses added to DNS.
How to use 2 Nic without any problems !
0 Votes
+ -
Huh?????
snyderd@... 28th Jul 2002
If you have 2 NIC's they can't have the same IP address. They can be on the same network for load balancing, or they can be on different networks to do public and private networks. The second option is favored when doing VPN, using the private side for the VPN for your intranet.
Another alternative is to do a very simple round robin system using DNS. Set up each NIC with a different IP address, and set up two DNS entries on your server, with the same hostname but pointing to the two separate IPs. A DNS server by default should then give out the first IP to the first request, and the second IP to the second request, and so on. It's more primitive, but it doesn't require any extra software at all!

Look up 'Round Robin' on the Windows 2000 Server DNS help for more information.
Anyone have any experiences they would like to share on installing a 2nd NIC on a standard Win2K server?
0 Votes
+ -
Win2K Standard
RDendtler 23rd Jul 2002
Most of the time, I have used the vendor supplied Teaming utility for Load-balancing and failover on a single server with multiple nics. Dell, HP/Compaq, and IBM typically provide the teaming driver (usually an OEM of an Intel driver) that works just fine.

This can be used in a configuration with multiple trunked switches for a failover setup, or with a single switch for port aggregation (giving you higher throughput).
0 Votes
+ -
Win2K Standard
Load"*",8,1 23rd Jul 2002
I have a Dell Poweredge 2400 for which we purchased the optional Dual Port Intel Pro Server adapter. Like Rdendtler has suggested I have set up the Intel Proset adapter teaming service to team the 2 dual ports and the 1 onboard NIC adapter. Then Iset the Cisco switch, to which the server is attached, to 100Mb Full Duplex communications (100Mb for the server, 10Mb for staff) for a nice big fat pipe for my network traffic.
0 Votes
+ -
Win2K Standard
Load"*",8,1 23rd Jul 2002
One other thing, the Inter Dual port adapter requires a 64 bit PCI slot which might cause some difficulties putting into some servers. I checked out the NIC listed in the article from Adaptec and it looks like their cards might fit into standard 32bit PCI adapters.
0 Votes
+ -
round robin
ghstinshll 24th Jul 2002
see above comments on round robin with DNS>..
For Intel server NICs, you can also team up several NICs together as one. You can choose Fault tolerance, Load Sharing, FEC or 802.1q to setup the teaming NICs. The teaming software works like a new NIC card driver.
0 Votes
+ -
I have a Netfinity 3000 server running IAS. It has an on board Untel 8255x Based PCI and I recently added a 3COM Etherlink XL 10/100 PCI TX NIC. Is it a bad idea to use two different NICS. Would I have to upgrade to advanced server?
0 Votes
+ -
The company I work for buys Dell servers with the Intel integrated NIC. We buy a dual port Intel NIC with them for $160 and the software to run them in teaming mode or Load Balancing mode comes on Dell's CD. Triple network connectivity and load-balancing for a great price.
0 Votes
+ -
I have a PowerEdge 1650 with Intel Dual Port where in the CD can I find the software to do load balancing. Or how can I do that.
0 Votes
+ -
I also have Dell servers with multiple nics and am interested in setting up Load Balancing. Why do you need teaming software from the cd? Can't I just use the Intel PROSet II software thats already running in the taskbar to set up Teaming?
Here's a question..
If you place 2 NIC's in the same machine without loadbalance software and give each NIC a seperate IP address would they both use the same NETBIOS name?
And would it make a difference on the server as far as throughput?
0 Votes
+ -
Someone posted a comment above about utilizing DNS for load balancing and fault tolerance. While it is a crude way of performing this task, it should work and thereby circumvent the need for specialized software.
Any advice on changing an existing Windows 2000 Std DC from a 3Com one NIC to an Intel DUAL NIC? It is the only Server in a small business when I first attempted DHCP stopped working and I didn't allow enought time to see if it just needed time to work it out. I switched back to the 3Com everything started working correctly again.
0 Votes
+ -
So glad...
pieter_v_s@... 20th Jan 2003
that an "independant" source like TechRepublic fails to recognize, let alone mention, other network operating systems like Linux and Novell NetWare.
Then again: the Microsoft advertisement accompanying this article says it all...
0 Votes
+ -
So!
pstringer@... 13th Feb 2003
When the majority of organisations use Microsoft what do you expect. When Linux becomes mainstream then matbe there will be more interest.
I'm looking for the same thing for Ubuntu 9.04 linux.
Keyboard Shortcuts:
Prev
Next
Toggle
Join the conversation
Formatting +
BB Codes - Note: HTML is not supported in forums
  • [b] Bold [/b]
  • [i] Italic [/i]
  • [u] Underline [/u]
  • [s] Strikethrough [/s]
  • [q] "Quote" [/q]
  • [ol][*] 1. Ordered List [/ol]
  • [ul][*] · Unordered List [/ul]
  • [pre] Preformat [/pre]
  • [quote] "Blockquote" [/quote]

Join the TechRepublic Community and join the conversation! Signing-up is free and quick, Do it now, we want to hear your opinion.