Re: adding another network card

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance

From: Shalom B. (Anonymous_at_inter.net)
Date: 01/13/05


Date: Thu, 13 Jan 2005 12:47:09 +0000 (UTC)

You cannot just add another card to a system and expect it to
participate in any fail-over operations. You cannot even give the second
NIC an IP address within the same IP network/subnetwork as the first
one. (Rule of the thumb, different physical interfaces of a network host
require IP addresses in sperate logical IP networks).

For implementing redundant NICs and links for proper failover, you will
need some kind of third party solution (both hardware and software) to
this, dell, intel, 3com all provide these solutions which are quite
expensive to implement.

A cheaper alternative however is to implement a workaround to this by
writing a batch file/script scheduled to run every so often to ping the
machine's gateway (or another host if one doesn't exist), if no replies
are recieved you could then disable the primary NIC, release its IP
address and activate the secondary "standby" NIC and give it the Primary
NICs IP address.

Here is a rough sketch of the command file.

:: BEGIN NICFailover.cmd

:: Ping the Gateway
ping 172.28.216.221 -w 5 -n 10

:: If no replies are recieved , set the IP address of "Local Area
Connection" (the primary Interface) to an address in a non-existant IP
Network.

if NOT %errorlevel% EQU 0 (
netsh interface IP set address name="Local Area Connection" static
10.28.216.209 255.255.255.240 10.28.216.222 50
)

:: END NICFailover.cmd

This script is incomplete, but i hope i have shown you enough for you to
be able to go ahead and make changes to wuit your needs.

Martin wrote:
> Hello folks
>
> If I want to add a 2nd network card (same subnet , with fixed i.p.) for
> load balancing , is it just a matter of assigning a new ip address to the
> new card.?
> Any help or pointers to useful links appreciated.
> Thanks in advance
> Martin
>
>



Relevant Pages

  • Re: real NIC or virtual interfaces - for httpd-Server
    ... I would use both onboard nics - one with the host ip, ... also bring down the real physical interface. ... network card fails (or someone purposefully puts high voltage onto your ...
    (Fedora)
  • Re: How do you recover an SBS2003 server with a failed internal NIC
    ... uninstallation of hidden devices and loopback device. ... start and having seen the state of a server ... You know the various IP ranges of the NICs during change, ... Prem) where the internal network card was removed the the server was ...
    (microsoft.public.windows.server.sbs)
  • Re: 7.3 supported ethernet
    ... Support for Compaq's Fast Ethernet Network Interface Cards based ... These NICs replace the end-of-life DE500 ... 100BaseFX, Full Duplex, Half Duplex, and Auto Negotiation. ... The DE602-TA NIC daughter card, also known as the NC3132, should be ...
    (comp.os.vms)
  • Re: Force NIC to 100 Mbps
    ... I have USB 2.0 slots in my PC but they're on a card ... I have little experience with how well USB NICs perform. ... the rest, and way way way after that, anything realtek or its clones. ...
    (comp.dcom.lans.ethernet)
  • RE: Problem with Realtek 8139C and 8139D NIC in 5.4
    ... >> card, so I decided to upgrade it as well. ... >> the WiFi, ... >> Uninstall ALL other NICs in the system and only leave in the 8139D, ...
    (freebsd-questions)