Sysinternals Homepage
Forum Home Forum Home > Sysinternals Utilities > BgInfo
  New Posts New Posts RSS Feed: IP Address not showing when NICS are Teamed
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

IP Address not showing when NICS are Teamed

 Post Reply Post Reply
Author
Message Reverse Sort Order
komskom View Drop Down
Newbie
Newbie


Joined: 03 November 2009
Online Status: Offline
Posts: 5
Post Options Post Options   Quote komskom Quote  Post ReplyReply Direct Link To This Post Topic: IP Address not showing when NICS are Teamed
    Posted: 10 November 2009 at 7:20pm
fantastic, that worked a treat.

thanks

Back to Top
fizzy View Drop Down
Newbie
Newbie


Joined: 03 November 2009
Online Status: Offline
Posts: 2
Post Options Post Options   Quote fizzy Quote  Post ReplyReply Direct Link To This Post Posted: 04 November 2009 at 9:04pm
Hi, I have looked at both solution.
 
And i can confirm that this workaround works like a charm.
 
Still hoping it will be fixed in a new release, we should not have to create on each server that use a team network card.
 
Originally posted by molotov

Hi sjb,

Perhaps, a custom-field with a VBScript like:
computer = "."
Set wmiService = GetObject("winmgmts:\\" & computer & "\root\CIMV2")
Set items = wmiService.ExecQuery( _
    "SELECT * FROM Win32_NetworkAdapterConfiguration where ipenabled =True",,48)
For Each item in items
    If not isNull(item.IPAddress) Then
        Echo item.IPAddress(0)
    End If
Next

Back to Top
molotov View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 04 October 2006
Online Status: Offline
Posts: 17492
Post Options Post Options   Quote molotov Quote  Post ReplyReply Direct Link To This Post Posted: 04 November 2009 at 3:26am
Previous suggestions (1, 2) include using WMI...

Daily affirmation:
net helpmsg 4006
Back to Top
fizzy View Drop Down
Newbie
Newbie


Joined: 03 November 2009
Online Status: Offline
Posts: 2
Post Options Post Options   Quote fizzy Quote  Post ReplyReply Direct Link To This Post Posted: 03 November 2009 at 8:28pm
Hi,
 
   Exact problem here, seems to be an issue that is still not fixed !!!!
 
   BGINFO  = 4.16
   OS         = Windows 2008 SP2 (64 bit)
   IPV4      = Static adress
   IPV6      = Disabled
 
Here a few screenshots, sorry for the quality, it had to be less than 10k/image
 
 
 
 
 
 
 
 
 
 
 


Edited by fizzy - 03 November 2009 at 8:29pm
Back to Top
komskom View Drop Down
Newbie
Newbie


Joined: 03 November 2009
Online Status: Offline
Posts: 5
Post Options Post Options   Quote komskom Quote  Post ReplyReply Direct Link To This Post Posted: 03 November 2009 at 4:20pm
I've just noticed when teaming my NICS with HP Network Teaming software that the IP Address, Subnet Mask, DHCP and DNS servers are not showing in BGInfo. Only the default gateway is recognised.

This is running BGInfo v4.12 on Windows Server 2008 SP2.
 
I have upgraded to BGInfo v4.16 but this makes no difference. If I dissolve the team the IP address, subnet mask, DHCP server and DNS servers are visible for both Primary and Secondary NICS.
 
Teaming the NICS again and the details dissapear. The server has full network connectivity. IPv6 is disabled.
 
Anyone got any ideas? All this information is visible on Server 2003. It appears to be an issue with Server 2008?
 
Thanks
 
Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down