Networking Forums

Networking Forums > Computer Networking > Linux Networking > SOS - two NICs installed on a PC do not work at the same time

Reply
Thread Tools Display Modes

SOS - two NICs installed on a PC do not work at the same time

 
 
L
Guest
Posts: n/a

 
      11-09-2004, 12:30 AM
This is a very strange issue. We install two NICs on a PC (Linux or
Windows), and use two crossover Ethernet cables to connect each NIC to a
different Ethernet port on an iSCSI router.

NIC 1 (IP 192.168.100.200) connects to port 1 (IP 192.168.100.121) of iSCSI
router.
NIC 2 (IP 192.168.100.201) connects to port 2 (IP 192.168.100.123) of iSCSI
router.

From the PC, we can ping 192.168.100.123, but not 192.168.100.121. If we
disconnect the cable to 192.168.100.123, then we can ping 192.168.100.121.
Both NIC use the same configuration but different IPs.

I would appreciate it if some one can give me a hint why we can not ping
192.168.100.121.

Thanks,


T.
--


 
Reply With Quote
 
 
 
 
David Efflandt
Guest
Posts: n/a

 
      11-09-2004, 03:13 AM
On Mon, 8 Nov 2004 19:30:08 -0600, L <(E-Mail Removed)> wrote:
> This is a very strange issue. We install two NICs on a PC (Linux or
> Windows), and use two crossover Ethernet cables to connect each NIC to a
> different Ethernet port on an iSCSI router.
>
> NIC 1 (IP 192.168.100.200) connects to port 1 (IP 192.168.100.121) of iSCSI
> router.
> NIC 2 (IP 192.168.100.201) connects to port 2 (IP 192.168.100.123) of iSCSI
> router.
>
> From the PC, we can ping 192.168.100.123, but not 192.168.100.121. If we
> disconnect the cable to 192.168.100.123, then we can ping 192.168.100.121.
> Both NIC use the same configuration but different IPs.
>
> I would appreciate it if some one can give me a hint why we can not ping
> 192.168.100.121.


Check your routing table in both cases (/sbin/route -n). With 2
interfaces using same network/netmask, you have duplicate conflicting
routes, so only the first matching route in routing table will be used.
If you want to have more than 1 interface using the same network/netmask,
you should read Adv-Routing HOWTO.

I do not know what an iSCSI router is, but I imagine it may also have a
routing conflict unless it has "host" routes instead of "network" routes
to your IPs.
 
Reply With Quote
 
David Schwartz
Guest
Posts: n/a

 
      11-09-2004, 03:56 AM

"L" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...

> This is a very strange issue. We install two NICs on a PC (Linux or
> Windows), and use two crossover Ethernet cables to connect each NIC to a
> different Ethernet port on an iSCSI router.
>
> NIC 1 (IP 192.168.100.200) connects to port 1 (IP 192.168.100.121) of
> iSCSI
> router.
> NIC 2 (IP 192.168.100.201) connects to port 2 (IP 192.168.100.123) of
> iSCSI
> router.
>
> From the PC, we can ping 192.168.100.123, but not 192.168.100.121. If we
> disconnect the cable to 192.168.100.123, then we can ping 192.168.100.121.
> Both NIC use the same configuration but different IPs.
>
> I would appreciate it if some one can give me a hint why we can not ping
> 192.168.100.121.


What's the subnet mask?

DS


 
Reply With Quote
 
HisNameWasRobertPaulson
Guest
Posts: n/a

 
      11-09-2004, 05:37 PM
Agreed, this won't work. You should have each interface on a seperate subnet
(assuming /24 network)

"David Efflandt" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
> On Mon, 8 Nov 2004 19:30:08 -0600, L <(E-Mail Removed)> wrote:
> > This is a very strange issue. We install two NICs on a PC (Linux or
> > Windows), and use two crossover Ethernet cables to connect each NIC to a
> > different Ethernet port on an iSCSI router.
> >
> > NIC 1 (IP 192.168.100.200) connects to port 1 (IP 192.168.100.121) of

iSCSI
> > router.
> > NIC 2 (IP 192.168.100.201) connects to port 2 (IP 192.168.100.123) of

iSCSI
> > router.
> >
> > From the PC, we can ping 192.168.100.123, but not 192.168.100.121. If

we
> > disconnect the cable to 192.168.100.123, then we can ping

192.168.100.121.
> > Both NIC use the same configuration but different IPs.
> >
> > I would appreciate it if some one can give me a hint why we can not ping
> > 192.168.100.121.

>
> Check your routing table in both cases (/sbin/route -n). With 2
> interfaces using same network/netmask, you have duplicate conflicting
> routes, so only the first matching route in routing table will be used.
> If you want to have more than 1 interface using the same network/netmask,
> you should read Adv-Routing HOWTO.
>
> I do not know what an iSCSI router is, but I imagine it may also have a
> routing conflict unless it has "host" routes instead of "network" routes
> to your IPs.



 
Reply With Quote
 
L
Guest
Posts: n/a

 
      11-12-2004, 06:33 PM

"David Schwartz" <(E-Mail Removed)> wrote in message
news:cmpim4$plu$(E-Mail Removed)...
>
> "L" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
>
> > This is a very strange issue. We install two NICs on a PC (Linux or
> > Windows), and use two crossover Ethernet cables to connect each NIC to a
> > different Ethernet port on an iSCSI router.
> >
> > NIC 1 (IP 192.168.100.200) connects to port 1 (IP 192.168.100.121) of
> > iSCSI
> > router.
> > NIC 2 (IP 192.168.100.201) connects to port 2 (IP 192.168.100.123) of
> > iSCSI
> > router.
> >
> > From the PC, we can ping 192.168.100.123, but not 192.168.100.121. If

we
> > disconnect the cable to 192.168.100.123, then we can ping

192.168.100.121.
> > Both NIC use the same configuration but different IPs.
> >
> > I would appreciate it if some one can give me a hint why we can not ping
> > 192.168.100.121.

>
> What's the subnet mask?


255.255.255.0



 
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
Can you have 2 NICs connected to internet at the same time? Nick Gilbert Windows Networking 7 09-06-2007 04:40 PM
Two NICs, one unplugged, both IPs still work gt Linux Networking 14 05-15-2007 05:36 PM
No NICs work on XP Pro Machine L Windows Networking 9 01-20-2005 12:49 AM
Two NICs can't work simultaneously David Windows Networking 1 02-13-2004 10:08 PM
Installed New Ethernet Card. Now Software Bridge Doesn't Work. Gazza Linux Networking 3 12-03-2003 12:43 AM



1 2 3 4 5 6 7 8 9 10 11