Networking Forums

Networking Forums > Computer Networking > Windows Networking > two nics, one ip

Reply
Thread Tools Display Modes

two nics, one ip

 
 
lastlee@gmail.com
Guest
Posts: n/a

 
      07-19-2006, 11:38 PM
Is there a way to have two separate network interface cards have some
sort of failover redundancy with one ip address (two nics with one ip,
say 192.168.1.3, both cards pointing to that, or some implementation of
redundancy)?

This is on a brand new Windows 2003 Enterprise Server Edition.

 
Reply With Quote
 
 
 
 
lastlee@gmail.com
Guest
Posts: n/a

 
      07-20-2006, 12:01 AM
Oh,

Some more information: The two interfaces are going to different
switches, and they are Intel Gigabit nics.

--
David Lee

(E-Mail Removed) wrote:
> Is there a way to have two separate network interface cards have some
> sort of failover redundancy with one ip address (two nics with one ip,
> say 192.168.1.3, both cards pointing to that, or some implementation of
> redundancy)?
>
> This is on a brand new Windows 2003 Enterprise Server Edition.


 
Reply With Quote
 
Greg Lindsay [MSFT]
Guest
Posts: n/a

 
      07-20-2006, 12:58 AM
Hi David,

As I'm sure you've seen, trying to use the same IP address on two interfaces
within the same server will result in an error. If you have two servers,
you can set them up as a cluster using Terminal Services and assign them
both to the same virtual server IP address. You can find more information
about clustering here:
http://www.microsoft.com/downloads/d...DisplayLang=en

Alternatively, you can look into VRRP which works with some switches, or
Cisco's HSRP protocol.

I hope this helps.

--
Greg Lindsay [MSFT]
(E-Mail Removed)

Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.

<(E-Mail Removed)> wrote in message
news:(E-Mail Removed) ps.com...
> Oh,
>
> Some more information: The two interfaces are going to different
> switches, and they are Intel Gigabit nics.
>
> --
> David Lee
>
> (E-Mail Removed) wrote:
>> Is there a way to have two separate network interface cards have some
>> sort of failover redundancy with one ip address (two nics with one ip,
>> say 192.168.1.3, both cards pointing to that, or some implementation of
>> redundancy)?
>>
>> This is on a brand new Windows 2003 Enterprise Server Edition.

>



 
Reply With Quote
 
Manny Borges
Guest
Posts: n/a

 
      07-20-2006, 04:09 AM
Greg:

Wow....your reply had absolutely no connection to this question.

You really really really have to try to answer as poorly as that.

David:

What you are talking about is best solved by using nic "Teams". This will be
a hardware based solution, IE your NICS need to be made to support teaming.
Think of it like RAID 1 for your nics. There are lots of brands out there
that do it so I am sure you can find what you need now that you know it
exists.

The standard config for our companys server farms is to have at least one
nic team per server sharing one virtual IP. Each nic is attatched to a
seperate physical infractructure with seperate power systems and generators
and feeds to teamed routers that connect to a minimum of two diffrent kinds
of wan links which are all aggragated for maximum performance.

--
Manny Borges
MCSE NT4-2003 (+ Security)
MCT, Certified Cheese Master

There are 10 kinds of people in the world. Those who do understand binary
and those who don't.
"Greg Lindsay [MSFT]" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Hi David,
>
> As I'm sure you've seen, trying to use the same IP address on two
> interfaces within the same server will result in an error. If you have
> two servers, you can set them up as a cluster using Terminal Services and
> assign them both to the same virtual server IP address. You can find more
> information about clustering here:
> http://www.microsoft.com/downloads/d...DisplayLang=en
>
> Alternatively, you can look into VRRP which works with some switches, or
> Cisco's HSRP protocol.
>
> I hope this helps.
>
> --
> Greg Lindsay [MSFT]
> (E-Mail Removed)
>
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
>
> <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed) ps.com...
>> Oh,
>>
>> Some more information: The two interfaces are going to different
>> switches, and they are Intel Gigabit nics.
>>
>> --
>> David Lee
>>
>> (E-Mail Removed) wrote:
>>> Is there a way to have two separate network interface cards have some
>>> sort of failover redundancy with one ip address (two nics with one ip,
>>> say 192.168.1.3, both cards pointing to that, or some implementation of
>>> redundancy)?
>>>
>>> This is on a brand new Windows 2003 Enterprise Server Edition.

>>

>
>



 
Reply With Quote
 
Kevin D. Goodknecht Sr. [MVP]
Guest
Posts: n/a

 
      07-20-2006, 02:34 PM
(E-Mail Removed) wrote:
> Oh,
>
> Some more information: The two interfaces are going to different
> switches, and they are Intel Gigabit nics.


Are these two switches on separate network segments?

Right Click on My Network Places, choose properties from the pop up menu,
hold the Ctrl key select the two NICs, Right click, select Bridge
Connections from the list, Right click on the Network Bridge, choose
properties, configure the bridge with the 192.168.1.3 IP address. The
network bridge should be connected to two physical Networks and should not
face each other.

http://www.microsoft.com/resources/d....mspx?mfr=true

>
>
> (E-Mail Removed) wrote:
>> Is there a way to have two separate network interface cards have some
>> sort of failover redundancy with one ip address (two nics with one
>> ip, say 192.168.1.3, both cards pointing to that, or some
>> implementation of redundancy)?



If you are wanting redundancy, you need NIC teaming or a hardware bridge.

--
Best regards,
Kevin D. Goodknecht Sr. [MVP]
Hope This Helps
===================================
When responding to posts, please "Reply to Group"
via your newsreader so that others may learn and
benefit from your issue, to respond directly to
me remove the nospam. from my email address.
===================================
http://www.lonestaramerica.com/
http://support.wftx.us/
https://secure.lsaol.com/
===================================
Use Outlook Express?... Get OE_Quotefix:
It will strip signature out and more
http://home.in.tum.de/~jain/software/oe-quotefix/
===================================
Keep a back up of your OE settings and folders
with OEBackup:
http://www.oehelp.com/OEBackup/Default.aspx
===================================


 
Reply With Quote
 
lastlee@gmail.com
Guest
Posts: n/a

 
      07-20-2006, 06:52 PM
Thanks for the information.

I'll try the options out to see which one will fit the bill for the
server.

--
David Lee

Kevin D. Goodknecht Sr. [MVP] wrote:
> (E-Mail Removed) wrote:
> > Oh,
> >
> > Some more information: The two interfaces are going to different
> > switches, and they are Intel Gigabit nics.

>
> Are these two switches on separate network segments?
>
> Right Click on My Network Places, choose properties from the pop up menu,
> hold the Ctrl key select the two NICs, Right click, select Bridge
> Connections from the list, Right click on the Network Bridge, choose
> properties, configure the bridge with the 192.168.1.3 IP address. The
> network bridge should be connected to two physical Networks and should not
> face each other.
>
> http://www.microsoft.com/resources/d....mspx?mfr=true
>
> >
> >
> > (E-Mail Removed) wrote:
> >> Is there a way to have two separate network interface cards have some
> >> sort of failover redundancy with one ip address (two nics with one
> >> ip, say 192.168.1.3, both cards pointing to that, or some
> >> implementation of redundancy)?

>
>
> If you are wanting redundancy, you need NIC teaming or a hardware bridge.
>
> --
> Best regards,
> Kevin D. Goodknecht Sr. [MVP]
> Hope This Helps
> ===================================
> When responding to posts, please "Reply to Group"
> via your newsreader so that others may learn and
> benefit from your issue, to respond directly to
> me remove the nospam. from my email address.
> ===================================
> http://www.lonestaramerica.com/
> http://support.wftx.us/
> https://secure.lsaol.com/
> ===================================
> Use Outlook Express?... Get OE_Quotefix:
> It will strip signature out and more
> http://home.in.tum.de/~jain/software/oe-quotefix/
> ===================================
> Keep a back up of your OE settings and folders
> with OEBackup:
> http://www.oehelp.com/OEBackup/Default.aspx
> ===================================


 
Reply With Quote
 
Greg Lindsay [MSFT]
Guest
Posts: n/a

 
      07-20-2006, 09:11 PM
Manny,

Thanks for the information about teaming. However, I disagree that my
answer was off topic. VRRP is another form of redundant pathing that may
also work with his existing hardware, and has the advantage of recovery in
case of a switch failure. It may not be ideal if load balancing is desired,
but that's where you may wish to implement other solutions such as
clustering. When you say that you have "teamed routers" I think you are
referring to VRRP.

--
Greg Lindsay [MSFT]
(E-Mail Removed)

Disclaimer: This posting is provided "AS IS" with no warranties, and confers
no rights.

"Manny Borges" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> Greg:
>
> Wow....your reply had absolutely no connection to this question.
>
> You really really really have to try to answer as poorly as that.
>
> David:
>
> What you are talking about is best solved by using nic "Teams". This will
> be a hardware based solution, IE your NICS need to be made to support
> teaming. Think of it like RAID 1 for your nics. There are lots of brands
> out there that do it so I am sure you can find what you need now that you
> know it exists.
>
> The standard config for our companys server farms is to have at least one
> nic team per server sharing one virtual IP. Each nic is attatched to a
> seperate physical infractructure with seperate power systems and
> generators and feeds to teamed routers that connect to a minimum of two
> diffrent kinds of wan links which are all aggragated for maximum
> performance.
>
> --
> Manny Borges
> MCSE NT4-2003 (+ Security)
> MCT, Certified Cheese Master
>
> There are 10 kinds of people in the world. Those who do understand binary
> and those who don't.
> "Greg Lindsay [MSFT]" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Hi David,
>>
>> As I'm sure you've seen, trying to use the same IP address on two
>> interfaces within the same server will result in an error. If you have
>> two servers, you can set them up as a cluster using Terminal Services and
>> assign them both to the same virtual server IP address. You can find
>> more information about clustering here:
>> http://www.microsoft.com/downloads/d...DisplayLang=en
>>
>> Alternatively, you can look into VRRP which works with some switches, or
>> Cisco's HSRP protocol.
>>
>> I hope this helps.
>>
>> --
>> Greg Lindsay [MSFT]
>> (E-Mail Removed)
>>
>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>> confers no rights.
>>
>> <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed) ps.com...
>>> Oh,
>>>
>>> Some more information: The two interfaces are going to different
>>> switches, and they are Intel Gigabit nics.
>>>
>>> --
>>> David Lee
>>>
>>> (E-Mail Removed) wrote:
>>>> Is there a way to have two separate network interface cards have some
>>>> sort of failover redundancy with one ip address (two nics with one ip,
>>>> say 192.168.1.3, both cards pointing to that, or some implementation of
>>>> redundancy)?
>>>>
>>>> This is on a brand new Windows 2003 Enterprise Server Edition.
>>>

>>
>>

>
>



 
Reply With Quote
 
Jacob
Guest
Posts: n/a

 
      07-21-2006, 03:03 AM
Greg - have a look at GLBP if you are interested in VRRP type solutions that
include load balancing.

"Greg Lindsay [MSFT]" <(E-Mail Removed)> wrote in message
news:u$(E-Mail Removed)...
> Manny,
>
> Thanks for the information about teaming. However, I disagree that my
> answer was off topic. VRRP is another form of redundant pathing that may
> also work with his existing hardware, and has the advantage of recovery in
> case of a switch failure. It may not be ideal if load balancing is
> desired, but that's where you may wish to implement other solutions such
> as clustering. When you say that you have "teamed routers" I think you
> are referring to VRRP.
>
> --
> Greg Lindsay [MSFT]
> (E-Mail Removed)
>
> Disclaimer: This posting is provided "AS IS" with no warranties, and
> confers no rights.
>
> "Manny Borges" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>> Greg:
>>
>> Wow....your reply had absolutely no connection to this question.
>>
>> You really really really have to try to answer as poorly as that.
>>
>> David:
>>
>> What you are talking about is best solved by using nic "Teams". This will
>> be a hardware based solution, IE your NICS need to be made to support
>> teaming. Think of it like RAID 1 for your nics. There are lots of brands
>> out there that do it so I am sure you can find what you need now that you
>> know it exists.
>>
>> The standard config for our companys server farms is to have at least one
>> nic team per server sharing one virtual IP. Each nic is attatched to a
>> seperate physical infractructure with seperate power systems and
>> generators and feeds to teamed routers that connect to a minimum of two
>> diffrent kinds of wan links which are all aggragated for maximum
>> performance.
>>
>> --
>> Manny Borges
>> MCSE NT4-2003 (+ Security)
>> MCT, Certified Cheese Master
>>
>> There are 10 kinds of people in the world. Those who do understand binary
>> and those who don't.
>> "Greg Lindsay [MSFT]" <(E-Mail Removed)> wrote in message
>> news:(E-Mail Removed)...
>>> Hi David,
>>>
>>> As I'm sure you've seen, trying to use the same IP address on two
>>> interfaces within the same server will result in an error. If you have
>>> two servers, you can set them up as a cluster using Terminal Services
>>> and assign them both to the same virtual server IP address. You can
>>> find more information about clustering here:
>>> http://www.microsoft.com/downloads/d...DisplayLang=en
>>>
>>> Alternatively, you can look into VRRP which works with some switches, or
>>> Cisco's HSRP protocol.
>>>
>>> I hope this helps.
>>>
>>> --
>>> Greg Lindsay [MSFT]
>>> (E-Mail Removed)
>>>
>>> Disclaimer: This posting is provided "AS IS" with no warranties, and
>>> confers no rights.
>>>
>>> <(E-Mail Removed)> wrote in message
>>> news:(E-Mail Removed) ps.com...
>>>> Oh,
>>>>
>>>> Some more information: The two interfaces are going to different
>>>> switches, and they are Intel Gigabit nics.
>>>>
>>>> --
>>>> David Lee
>>>>
>>>> (E-Mail Removed) wrote:
>>>>> Is there a way to have two separate network interface cards have some
>>>>> sort of failover redundancy with one ip address (two nics with one ip,
>>>>> say 192.168.1.3, both cards pointing to that, or some implementation
>>>>> of
>>>>> redundancy)?
>>>>>
>>>>> This is on a brand new Windows 2003 Enterprise Server Edition.
>>>>
>>>
>>>

>>
>>

>
>



 
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
2 nics DMZ JD Windows Networking 3 02-11-2006 12:01 AM
2 nics bill Windows Networking 4 10-28-2005 12:39 AM
3 or 4 Nics Windows Networking 4 07-14-2004 08:03 AM
two nics to one lan Hans Fugal Linux Networking 5 05-22-2004 05:17 AM
2 NICs John Windows Networking 0 02-05-2004 01:46 AM



1 2 3 4 5 6 7 8 9 10 11