Networking Forums

Networking Forums > Computer Networking > Windows Networking > Multiple NICs in same segment server 2008

Reply
Thread Tools Display Modes

Multiple NICs in same segment server 2008

 
 
dcohn
Guest
Posts: n/a

 
      06-04-2009, 01:28 AM
I have anew Server 2008 server with multiple NICs. The Server is going to be
running HYPER-V. I have a Management NIC and 2 more NICs that are bound to
the same network segment and use Public IPs.

The first NIC gets the gateway. The 2nd and thrid NIC I do not assign a
Gateway. I set the order of the NICs so the one with the Gateway is at the
top.

When viewing in Route Print it says ON-LINK for the 2nd and thrid NIC.

I can talk to these NICs locally from other servers on the same segment but
nothing outside the network. If I add a route it works just fine. As you
know if you attempt to assign a Gateway to a second NIC an error message is
thrown telling you that you should not be assigning multiple Gateways.

In the past I have never had routing issues on second or third NICs on the
same segment. This seems to be specific to Server 2008.

Firewall is disabled.
\
I am betting there is a simple solution but I have been unable to find it
hence this post
 
Reply With Quote
 
 
 
 
dcohn
Guest
Posts: n/a

 
      06-04-2009, 01:57 AM
All of them use Public IPs.

It is the same network and the same segment hence the reason the primary
gateway should affect the second and third nics.

I have the same config on a server 2003 and the additional NICs work fine.

The IPCONFIG is huge as there are 8 NIcs and IPV6 as well (Not being used
but left enabled)

It is simply three NICs. Imagine the IPs below but they are PUBLIC IPS NOT
natted IPs. All going to one GIG Switch in the same VLAN.

I hope that is clear now. Nothing complicated here.

NIC 1 is.

10.1.1.10
255.255.255.0
10.1.1.1
DNS
10.1.1.5
10.1.1.6

NIC 2 is.

10.1.1.11
255.255.255.0
No Gateway
DNS
10.1.1.5
10.1.1.6

NIC 3 is.

10.1.1.12
255.255.255.0
No Gateway
DNS
10.1.1.5
10.1.1.6

"dcohn" wrote:

> I have anew Server 2008 server with multiple NICs. The Server is going to be
> running HYPER-V. I have a Management NIC and 2 more NICs that are bound to
> the same network segment and use Public IPs.
>
> The first NIC gets the gateway. The 2nd and thrid NIC I do not assign a
> Gateway. I set the order of the NICs so the one with the Gateway is at the
> top.
>
> When viewing in Route Print it says ON-LINK for the 2nd and thrid NIC.
>
> I can talk to these NICs locally from other servers on the same segment but
> nothing outside the network. If I add a route it works just fine. As you
> know if you attempt to assign a Gateway to a second NIC an error message is
> thrown telling you that you should not be assigning multiple Gateways.
>
> In the past I have never had routing issues on second or third NICs on the
> same segment. This seems to be specific to Server 2008.
>
> Firewall is disabled.
> \
> I am betting there is a simple solution but I have been unable to find it
> hence this post

 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      06-04-2009, 07:12 AM


"dcohn" <(E-Mail Removed)> wrote in message
news:73713195-9AA1-419E-B04A-(E-Mail Removed)...
> All of them use Public IPs.
>
> It is the same network and the same segment hence the reason the primary
> gateway should affect the second and third nics.
>
> I have the same config on a server 2003 and the additional NICs work fine.
>
> The IPCONFIG is huge as there are 8 NIcs and IPV6 as well (Not being used
> but left enabled)
>
> It is simply three NICs. Imagine the IPs below but they are PUBLIC IPS
> NOT
> natted IPs. All going to one GIG Switch in the same VLAN.
>
> I hope that is clear now. Nothing complicated here.
>
> NIC 1 is.
>
> 10.1.1.10
> 255.255.255.0
> 10.1.1.1
> DNS
> 10.1.1.5
> 10.1.1.6
>
> NIC 2 is.
>
> 10.1.1.11
> 255.255.255.0
> No Gateway
> DNS
> 10.1.1.5
> 10.1.1.6
>
> NIC 3 is.
>
> 10.1.1.12
> 255.255.255.0
> No Gateway
> DNS
> 10.1.1.5
> 10.1.1.6
>
> "dcohn" wrote:
>
>> I have anew Server 2008 server with multiple NICs. The Server is going
>> to be
>> running HYPER-V. I have a Management NIC and 2 more NICs that are bound
>> to
>> the same network segment and use Public IPs.
>>
>> The first NIC gets the gateway. The 2nd and thrid NIC I do not assign a
>> Gateway. I set the order of the NICs so the one with the Gateway is at
>> the
>> top.
>>
>> When viewing in Route Print it says ON-LINK for the 2nd and thrid NIC.
>>
>> I can talk to these NICs locally from other servers on the same segment
>> but
>> nothing outside the network. If I add a route it works just fine. As
>> you
>> know if you attempt to assign a Gateway to a second NIC an error message
>> is
>> thrown telling you that you should not be assigning multiple Gateways.
>>
>> In the past I have never had routing issues on second or third NICs on
>> the
>> same segment. This seems to be specific to Server 2008.
>>
>> Firewall is disabled.
>> \
>> I am betting there is a simple solution but I have been unable to find it
>> hence this post



Why do you have three NICs in the same IP subnet assigned to the
machine? What purpose do they serve?

If you are planning to use the second and third NICs for vms running
under Hyper-V, the problem will go away. Once the NICs are assigned to a
virtual switch for the vms to use, they do not require an IP address on the
host.

 
Reply With Quote
 
Ace Fekay [Microsoft Certified Trainer]
Guest
Posts: n/a

 
      06-04-2009, 01:08 PM
"dcohn" <(E-Mail Removed)> wrote in message
news:73713195-9AA1-419E-B04A-(E-Mail Removed)...
> All of them use Public IPs.
>
> It is the same network and the same segment hence the reason the primary
> gateway should affect the second and third nics.
>
> I have the same config on a server 2003 and the additional NICs work fine.
>
> The IPCONFIG is huge as there are 8 NIcs and IPV6 as well (Not being used
> but left enabled)
>
> It is simply three NICs. Imagine the IPs below but they are PUBLIC IPS
> NOT
> natted IPs. All going to one GIG Switch in the same VLAN.
>
> I hope that is clear now. Nothing complicated here.


[snipped]

Hello Dcohn,

In addition to Bill's reply, if an interface doesn't have a gateway, and it
receives a request on that specific NIC, it won't be able to respond if it
doesn't have a gate if the NICs are on the same subnet. Why not just team
them for balancing and fault tolerance? You can assign individual IPs on the
VM guests independent of the host.

--
Ace

This posting is provided "AS-IS" with no warranties or guarantees and
confers no rights.

Ace Fekay, MCSE 2003 & 2000, MCSA 2003 & 2000, MCSA Messaging, MCT
Microsoft Certified Trainer
(E-Mail Removed)

For urgent issues, you may want to contact Microsoft PSS directly. Please
check http://support.microsoft.com for regional support phone numbers.

"Efficiency is doing things right; effectiveness is doing the right
things." - Peter F. Drucker
http://twitter.com/acefekay








 
Reply With Quote
 
dcohn
Guest
Posts: n/a

 
      06-08-2009, 09:41 PM
That is correct HYPER V. But if you create a Virtual Switch the NIC must
first have assigned IPs and gateways NO?????? QUESTION THAT IS ACTUALLY....
Or is it simply based on the network address assigned to the VMs and where
the NIC used for the VS is physically cabled?

I thought I had to make the NICs working before assigning them to a switch.
Wasn't that true of Virtual Server 2005?

I cannot team them to use with HYPER-V to answer another post.

What would be different if I select Private or public when creating the
VSwitch as well.



"Bill Grant" wrote:

Why do you have three NICs in the same IP subnet assigned to the
machine? What purpose do they serve?

If you are planning to use the second and third NICs for vms running
under Hyper-V, the problem will go away. Once the NICs are assigned to a
virtual switch for the vms to use, they do not require an IP address on the
host.

 
Reply With Quote
 
dcohn
Guest
Posts: n/a

 
      06-08-2009, 09:43 PM
CAN I TEAM NICS I AM USING for a Virtual Switch?? I thought this was a NO NO?


You said

Why not just team
them for balancing and fault tolerance? You can assign individual IPs on the
VM guests independent of the host.

"Ace Fekay [Microsoft Certified Trainer]" wrote:


 
Reply With Quote
 
Ace Fekay [Microsoft Certified Trainer]
Guest
Posts: n/a

 
      06-09-2009, 01:52 AM
"dcohn" <(E-Mail Removed)> wrote in message
news:E4CB35EA-3C18-4D55-994F-(E-Mail Removed)...
> CAN I TEAM NICS I AM USING for a Virtual Switch?? I thought this was a NO
> NO?
>
>
> You said
>
> Why not just team
> them for balancing and fault tolerance? You can assign individual IPs on
> the
> VM guests independent of the host.
>
> "Ace Fekay [Microsoft Certified Trainer]" wrote:
>
>



I was speaking of the machine NICs itself. I had a server running with
teamed NICs using Virtual Server without a problem. I just assigned the
guests their own IP configs.

Ace


 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      06-09-2009, 02:12 AM


"Ace Fekay [Microsoft Certified Trainer]" <(E-Mail Removed)>
wrote in message news:ek9#(E-Mail Removed)...
> "dcohn" <(E-Mail Removed)> wrote in message
> news:E4CB35EA-3C18-4D55-994F-(E-Mail Removed)...
>> CAN I TEAM NICS I AM USING for a Virtual Switch?? I thought this was a
>> NO NO?
>>
>>
>> You said
>>
>> Why not just team
>> them for balancing and fault tolerance? You can assign individual IPs on
>> the
>> VM guests independent of the host.
>>
>> "Ace Fekay [Microsoft Certified Trainer]" wrote:
>>
>>

>
>
> I was speaking of the machine NICs itself. I had a server running with
> teamed NICs using Virtual Server without a problem. I just assigned the
> guests their own IP configs.
>
> Ace
>


There were problems with NIC teaming and Hyper-V early on. The
manufacturers were slow to bring out drivers which were compatible with the
Hyper-V networking software. The latest versions from Broadcom and Intel
should handle NIC teaming, if you really need it.

Networking in Hyper-V is very different from Virtual Server.


 
Reply With Quote
 
Ace Fekay [Microsoft Certified Trainer]
Guest
Posts: n/a

 
      06-09-2009, 03:27 AM
"Bill Grant" <not.available@online> wrote in message
news:(E-Mail Removed)...
>
> There were problems with NIC teaming and Hyper-V early on. The
> manufacturers were slow to bring out drivers which were compatible with
> the Hyper-V networking software. The latest versions from Broadcom and
> Intel should handle NIC teaming, if you really need it.
>
> Networking in Hyper-V is very different from Virtual Server.
>


I wasn't aware of the driver issues early on, but aware the two are
different. Are you saying the later drivers, and possibly 2008 SP2 covers
the issue?

Ace




 
Reply With Quote
 
Bill Grant
Guest
Posts: n/a

 
      06-09-2009, 05:25 AM


"Ace Fekay [Microsoft Certified Trainer]" <(E-Mail Removed)>
wrote in message news:(E-Mail Removed)...
> "Bill Grant" <not.available@online> wrote in message
> news:(E-Mail Removed)...
>>
>> There were problems with NIC teaming and Hyper-V early on. The
>> manufacturers were slow to bring out drivers which were compatible with
>> the Hyper-V networking software. The latest versions from Broadcom and
>> Intel should handle NIC teaming, if you really need it.
>>
>> Networking in Hyper-V is very different from Virtual Server.
>>

>
> I wasn't aware of the driver issues early on, but aware the two are
> different. Are you saying the later drivers, and possibly 2008 SP2 covers
> the issue?
>
> Ace
>
>
>
>

I don't run NIC teaming myself (although I do have multiple NICs in the
host), but postings in the forums indicate that the latest NIC teaming
software works fine with Hyper-V-enabled NICs. There were heaps of problems
when Hyper-V was first released.

Not sure about any improvements with SP2. There are certainly changes
and improvements to networking in Hyper-V with R2!

 
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
Dual Nics in Different Subnets on Server 2008 JamesF Windows Networking 2 08-24-2009 07:04 AM
Multiple NICs in a Server 2003 Box Marc Hoffman Windows Networking 1 04-26-2005 11:26 PM
DHCP server, multiple NICs and scopes Roger H. Levy Windows Networking 3 03-30-2005 03:49 PM
Multiple NICs in server =?Utf-8?B?SmVyZW1leQ==?= Windows Networking 13 03-15-2005 06:01 PM
One computer with two NICs in one segment = strange ARP behavior? Kamran Remin Linux Networking 1 07-11-2003 09:33 AM



1 2 3 4 5 6 7 8 9 10 11