Multiple network cards

Page 1 of 2 12 LastLast

  1. Posts : 28
    Windows 7 x64
       #1

    Multiple network cards


    Hello i have one windows 7 computer with 3 network cards connected.

    I have assigned ip addresses to 3 network cards but i am able to ping to only one ip.
    I am not able to ping to other 2 network cards ip addresses. how do i achieve it.
      My Computer


  2. Posts : 2,298
    Windows 7 Professional x64 SP1 ; Windows Server 2012 R2 Standard
       #2

    What are the 3 IP addresses? Are they connected to the same switch/IP subnet? An ipconfig would be good to see. It sounds like the addresses might be incorrectly configured and the client accidently sending the traffic to its default gateway.

    Many Thanks,
    Josh :)
      My Computer


  3. Posts : 28
    Windows 7 x64
    Thread Starter
       #3

    Three Network Cards are on the same subnet with Same IP Address Scheme
      My Computer


  4. Posts : 2,298
    Windows 7 Professional x64 SP1 ; Windows Server 2012 R2 Standard
       #4

    I need more information in order to better assist you. Are you saying that each NIC his the same IP address? Or that they have 3 separate addresses?

    Also, firewalls can sometimes block ICMP (Ping) traffic if the NIC is seen as public. Try to temporarily disable the firewall and try again

    Many thanks,
    Josh
      My Computer


  5. Posts : 8,870
    Windows 7 Ult, Windows 8.1 Pro,
       #5

    This certainly works for me but in my case it's two different IP's and both are active connections, wired/wireless are both connected to the internet, of course Windows is only using one of those connections at a time but I'm able to ping both of them without problems.

    I use a group policy that allow Windows to connect to both at start up.
    Attached Thumbnails Attached Thumbnails Multiple network cards-group-policy-using-two-connections-once.png  
      My Computer


  6. Posts : 2,298
    Windows 7 Professional x64 SP1 ; Windows Server 2012 R2 Standard
       #6

    chev65 said:
    This certainly works for me but in my case it's two different IP's and both are active connections, wired/wireless are both connected to the internet, of course Windows is only using one of those connections at a time but I'm able to ping both of them without problems.

    I use a group policy that allow Windows to connect to both at start up.
    Have you changed the metrics in the local routing table for any of the interfaces? From a routing perspective the issue may be where the return traffic is sent out a different interface (And Source IP address) than what it was received on due to Windows picking the better interface. This would cause the reply traffic to fail on the client end since source IP addresses would not match.

    On routers this can be an issue and is mitigated with certain security measures however considering that this is a Windows machine I am not entirely sure if the same concept applies. I would still be convinced with the firewall being the issue since the other NICs are most likely seen as "Public Interfaces".

    Josh :)
      My Computer


  7. Posts : 8,870
    Windows 7 Ult, Windows 8.1 Pro,
       #7

    Shadowjk said:
    chev65 said:
    This certainly works for me but in my case it's two different IP's and both are active connections, wired/wireless are both connected to the internet, of course Windows is only using one of those connections at a time but I'm able to ping both of them without problems.

    I use a group policy that allow Windows to connect to both at start up.
    Have you changed the metrics in the local routing table for any of the interfaces? From a routing perspective the issue may be where the return traffic is sent out a different interface (And Source IP address) than what it was received on due to Windows picking the better interface. This would cause the reply traffic to fail on the client end since source IP addresses would not match.

    On routers this can be an issue and is mitigated with certain security measures however considering that this is a Windows machine I am not entirely sure if the same concept applies. I would still be convinced with the firewall being the issue since the other NICs are most likely seen as "Public Interfaces".

    Josh :)
    My firewall doesn't block any ping requests on either of my network interfaces despite having them both working with different IP's at the same time. No need to change the metric in my case, the entire metric thing is overrated and inconsistent at best.

    I can only guess that the Op may be trying to ping those IP's outside of the gateway's subnet which won't work without some type of routing set up.

    In case you were wondering about the GPO setting, Windows will not consistently connect to both interfaces at start up like it does now, unless that setting is disabled. I just use the wireless for testing.

    Both of my connected interfaces with different IP's showed no delay or dropped packets with the ping, that was the only point I was trying to make.
      My Computer


  8. Posts : 2,298
    Windows 7 Professional x64 SP1 ; Windows Server 2012 R2 Standard
       #8

    chev65 said:
    Shadowjk said:
    chev65 said:
    This certainly works for me but in my case it's two different IP's and both are active connections, wired/wireless are both connected to the internet, of course Windows is only using one of those connections at a time but I'm able to ping both of them without problems.

    I use a group policy that allow Windows to connect to both at start up.
    Have you changed the metrics in the local routing table for any of the interfaces? From a routing perspective the issue may be where the return traffic is sent out a different interface (And Source IP address) than what it was received on due to Windows picking the better interface. This would cause the reply traffic to fail on the client end since source IP addresses would not match.

    On routers this can be an issue and is mitigated with certain security measures however considering that this is a Windows machine I am not entirely sure if the same concept applies. I would still be convinced with the firewall being the issue since the other NICs are most likely seen as "Public Interfaces".

    Josh :)
    My firewall doesn't block any ping requests on either of my network interfaces despite having them both working with different IP's at the same time. No need to change the metric in my case, the entire metric thing is overrated and inconsistent at best.

    I can only guess that the Op may be trying to ping those IP's outside of the gateway's subnet which won't work without some type of routing set up.

    In case you were wondering about the GPO setting, Windows will not consistently connect to both interfaces at start up like it does now, unless that setting is disabled. I just use the wireless for testing.

    Both of my connected interfaces with different IP's showed no delay or dropped packets with the ping, that was the only point I was trying to make.
    Hmmm... Fair enough

    The OP didn't say where they were pinging from so I just assumed from the same subnet . You might have discovered something there but only time can tell.

    From a server perspective I find multiple layer 3 interfaces rarely used productively due to their inability to fail over and non bandwidth increasing nature. It is typical to have the NICs bundled to increase bandwidth and assign one IP address to aggregated link.

    Josh :)
      My Computer


  9. Posts : 8,870
    Windows 7 Ult, Windows 8.1 Pro,
       #9

    Shadowjk said:
    chev65 said:
    Shadowjk said:

    Have you changed the metrics in the local routing table for any of the interfaces? From a routing perspective the issue may be where the return traffic is sent out a different interface (And Source IP address) than what it was received on due to Windows picking the better interface. This would cause the reply traffic to fail on the client end since source IP addresses would not match.

    On routers this can be an issue and is mitigated with certain security measures however considering that this is a Windows machine I am not entirely sure if the same concept applies. I would still be convinced with the firewall being the issue since the other NICs are most likely seen as "Public Interfaces".

    Josh :)
    My firewall doesn't block any ping requests on either of my network interfaces despite having them both working with different IP's at the same time. No need to change the metric in my case, the entire metric thing is overrated and inconsistent at best.

    I can only guess that the Op may be trying to ping those IP's outside of the gateway's subnet which won't work without some type of routing set up.

    In case you were wondering about the GPO setting, Windows will not consistently connect to both interfaces at start up like it does now, unless that setting is disabled. I just use the wireless for testing.

    Both of my connected interfaces with different IP's showed no delay or dropped packets with the ping, that was the only point I was trying to make.
    Hmmm... Fair enough

    The OP didn't say where they were pinging from so I just assumed from the same subnet . You might have discovered something there but only time can tell.

    From a server perspective I find multiple layer 3 interfaces rarely used productively due to their inability to fail over and non bandwidth increasing nature. It is typical to have the NICs bundled to increase bandwidth and assign one IP address to aggregated link.

    Josh :)
    Yes those servers also have Network Teaming software built into them that allow this NIC bundling. Someone made a post not long ago showing the results.

    Back in the Vista days they had Network Teaming software built into the drivers for my NVidia board but it never really worked as advertised.

    It seems to work much better with the new server software where you can aggregate a few Gb NIC's and actually increase bandwidth. Some more info about this in the link.

    Of course the Op never said anything about teaming but it's an interesting subject just the same.

    Link aggregation for bandwidth doubling: 2PCs, 2 NICs each
      My Computer


  10. Posts : 2,298
    Windows 7 Professional x64 SP1 ; Windows Server 2012 R2 Standard
       #10

    Aye, I found it a cool topic when using my college's lab! Plus I can configure LACP or PAgP on the switch to get the maximum benefits which isn't something I can do at home without emulation software. Then it just becomes a matter of knowing the configuration rather than using the benefits

    Josh :)
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 22:34.
Find Us