Does the NT kernel support two NICS on the same IP Network... IE 1

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Does the NT kernel support two NICS on the same IP Network... IE 192.168.12.1
& 192.168.12.2 with Mask of 192.168.25.255 and GW 192.168.12.254?
 
Kernel supports many things, but...

You don't need more than one logical interface for each segment/subnet
(physical adapters can be grouped if they support Teaming).
 
Thanks a lot for your reply, but we are looking for redundancy... Does
"Teaming" require external software?
Thanks again.
Ollie
 
NIC Teaming was developed exactly for some fault-tolerance when two or more
physical NICs are grouped together into one logical interface. Not every NIC
manufacturer develops Teaming drivers but the major ones do.

Please read more regarding your initial question, NLB, and NIC Teaming here

http://support.microsoft.com/kb/q135404/
Multihomed master browser may cause Event ID 8021 and 8032
http://www.microsoft.com/technet/prodtechnol/windowsserver2003/technologies/clustering/nlbbp.mspx
Network Load Balancing : Configuration Best Practices for Windows 2000 and
Windows Server 2003
http://support.microsoft.com/default.aspx?scid=kb;en-us;278431
Using teaming adapters with network load balancing may cause network
problems
 
We developed a "Fault Tolerant Ethernet" (FTE) driver for our products where
we use two NICs connected to the same network subnet via different switches.
We followed the Fieldbus Foundation High Speed Ethernet Redundancy
specification. Most teaming schemes only look at which port to send out
packets and our FTE keeps track of not only what port to send out on but
also which port on the receiving node to send to.

Larry C
 
Timeless Networking said:
Does the NT kernel support two NICS on the same IP Network... IE 192.168.12.1
& 192.168.12.2 with Mask of 192.168.25.255 and GW 192.168.12.254?

Yes, it does. However, the computer will use one NIC or the other,
but not both, to access the network. To control which one it uses,
assign a metric to the network connection for each NIC, giving a lower
value to the desired connection:

1. Open the Network Connections folder.
2. Right click the desired connection.
3. Click Properties | Internet Protocol (TCP/IP).
4. Click Properties | Advanced.
5. Un-check "Automatic metric".
6. Enter a number between 1 and 9999 for the "Interface metric".
--
Best Wishes,
Steve Winograd, MS-MVP (Windows Networking)

Please post any reply as a follow-up message in the news group
for everyone to see. I'm sorry, but I don't answer questions
addressed directly to me in E-mail or news groups.

Microsoft Most Valuable Professional Program
http://mvp.support.microsoft.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top