On Wed, 26 Feb 2003, santosh kumar wrote:

> Kernel IP routing table
> Destination     Gateway         Genmask         Flags   MSS Window  irtt
> Iface
> 192.168.3.0     0.0.0.0         255.255.255.0   U        40 0          0
> eth2
> 192.168.3.0     0.0.0.0         255.255.255.0   U        40 0          0
> eth2
> 127.0.0.0       0.0.0.0         255.0.0.0       U        40 0          0
> lo
> 0.0.0.0         192.168.3.10    0.0.0.0         UG       40 0          0
> eth0
>
> This time I enabled both NIC cards for which same IP is assigned..If I
> connect to eth2 it don't work and for eth0 it will work fine..

????

You don't have a definition for eth0.

You have 2 identical definitions for eth2.  And you are telling the system
that the default gateway is via 192.168.3.10  out of eth0.

Now, I don't know why you have 2 NIC with the same IP....or what you are
trying to accomplish.

For 2 NIC you may have something like this...

Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt
Iface
61.16.7.192     0.0.0.0         255.255.255.224 U        40 0          0
eth1
192.168.0.0     0.0.0.0         255.255.255.0   U        40 0          0
eth0
127.0.0.0       0.0.0.0         255.0.0.0       U        40 0          0
lo
0.0.0.0         61.16.7.193     0.0.0.0         UG       40 0          0
eth1

Ed



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to