Help! how to execute/response by each ether with bridge

Masato Kato (mkato@melcoinc.co.jp)
Thu, 8 Oct 98 22:47:38 JST


Hi,

I'm very much in trouble because Linux-box cannot communicate from eth1 by ping.
I want this Linux-box to execute the IP-packet from 2-ethers.
Packets from eth0, execute and response to eth0.
Equally from eth1, execute and response to eth1.
And bridge with 2-ethers are active at the same time.

I tried to set one MAC-addr. and one IP-addr. with eth0 and eth1,
but following problem are happened.

eth0 eth1
+--------------------+--------------------+
| 192.168.100.111 | 192.168.100.111 | <- set to eth0-IP
+--------------------+--------------------+
| BRIDGE |
+--------------------+--------------------+
| 00:40:26:32:2C:F7 | 00:40:26:32:2C:F7 | <- change to eth0-MAC
+-----------+--------+----------+---------+
| |
*--------+-------+-----* *-----+---------+-----------*
| |
192.168.100.1 192.168.100.225

[OK] ping 192.168.100.1 -> 192.168.100.111
ping 192.168.100.1 -> 192.168.100.255
ping 192.168.100.225 -> 192.168.100.1

[NG] ping 192.168.100.225 -> 192.168.100.111

How can I communicate from eth1 to Linux-box itself, equally from eth0 ?
Rescue me please !

** Ifconfig is descibed below.

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:3924 Metric:1
txqueuelen:0
RX packets:101 errors:0 dropped:0 overruns:0 frame:0
TX packets:101 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0

eth0 Link encap:Ethernet HWaddr 00:40:26:32:2C:F7
inet addr:192.168.100.111 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
txqueuelen:100
RX packets:2185 errors:0 dropped:0 overruns:0 frame:0
TX packets:128 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0
Interrupt:11 Base address:0x6000

eth1 Link encap:Ethernet HWaddr 00:40:26:32:2C:F7
inet addr:192.168.100.111 Bcast:192.168.100.255 Mask:255.255.255.0
UP BROADCAST RUNNING PROMISC MULTICAST MTU:1500 Metric:1
txqueuelen:100
RX packets:17 errors:0 dropped:0 overruns:0 frame:0
TX packets:1082 errors:0 dropped:0 overruns:0 carrier:0
Collisions:0
Interrupt:10 Base address:0x6200

* ARP cash is below

Address HWtype HWaddress Flags Mask Iface
192.168.100.1 ether 00:40:26:25:00:01 C * eth0
192.168.100.225 ether 00:00:00:00:00:00 * eth0
192.168.100.225 ether 00:C0:D0:81:05:EC C * eth1

Best Regards, thak you.

Masato Kato

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu