[3946] in linux-net channel archive
No subject found in mail header
daemon@ATHENA.MIT.EDU (Rajnish Sinha)
Mon Aug 5 22:05:36 1996
Date: Mon, 5 Aug 1996 14:48:44 -0400
From: sinhar@bellcore.com (Rajnish Sinha)
To: linux-net@vger.rutgers.edu
Hello Everbody,
I'm having a problem with my eth1 interface. It is not a Linux
kernel/Card Services problem and I'm sure I'm missing something. I
have WaveLAN hooked up on the eth0 interface and a 3c589 card on the
eth1 interface. The WaveLAN interface works fine but the eth1
interface doesn't. I can't ping any machines on the wired network nor
the other way around. "netstat -i" does show that packets are being
transmitted but none are being received.
However if I switch the eth0 and eth1 interfaces i.e. configure
wavelan to be on eth1 and 3c589 to be on eth0, then the wired side
(eth0) works fine but the wireless one (eth1) doesn't. I think
I'm not configuring something correctly on eth1. What could be it? Has
anyone had this problem before? I would really appreciate any help.
bye,
thanks,
Rajnish.
The following are the outputs when the WaveLAN was on eth0 and
the 3c589 was on eth1.
--------------------------------------------------------------------------
>ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Bcast:127.255.255.255 Mask:255.0.0.0
UP BROADCAST LOOPBACK RUNNING MTU:2000 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0
TX packets:12 errors:0 dropped:0 overruns:0
eth0 Link encap:10Mbps Ethernet HWaddr 08:00:0E:21:47:37
inet addr:128.96.80.183 Bcast:128.96.80.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:43 errors:0 dropped:0 overruns:0
TX packets:24 errors:0 dropped:0 overruns:0
Interrupt:3 Base address:0x2e0 Memory:d1000-d2000
eth1 Link encap:10Mbps Ethernet HWaddr 00:A0:24:A8:A0:BC
inet addr:128.96.80.239 Bcast:128.96.80.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0
TX packets:83 errors:0 dropped:0 overruns:0
Interrupt:5 Base address:0x300
>netstat -nr
Kernel routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
128.96.80.71 0.0.0.0 255.255.255.255 UH 0 0 23 eth0
128.96.80.0 0.0.0.0 255.255.255.0 U 0 0 122 eth1
127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
0.0.0.0 128.96.80.254 0.0.0.0 UG 0 0 38 eth1
>route -nv
Kernel routing table
Destination Gateway Genmask Flags MSS Window Use Iface
128.96.80.71 * 255.255.255.255 UH 1436 0 23 eth0
128.96.80.0 * 255.255.255.0 U 1436 0 122 eth1
127.0.0.0 * 255.0.0.0 U 1936 0 0 lo
default 128.96.80.254 * UG 1436 0 38 eth1
>netstat -i
Kernel Interface table
Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flags
lo 2000 0 0 0 0 0 12 0 0 0 BLRU
eth0 1500 0 43 0 0 0 24 0 0 0 BRU
eth1 1500 0 0 0 0 0 83 0 0 0 BRU