I'm having some strange issues with two ISA nics I have on a Mandrake
Linux box. The Linux box has a combination of PCI and ISA nics that
are all recognized at boot time. The PCI cards all seem to be working
properly, but the two ISA cards, though viewable under ifconfig, don't
seem to be able to route properly. They both have the same routing
information as the PCI cards. I'm able to ping the ISA cards assigned
IP from withing the box, but not externally.
I should also probably mention that the two ISA nics are old 10BaseT
SMC 8013s (actually, Western Digitals) that required manual jumper and
module (wd) configuration. The first ISA card is set to io=0x280
irq=5 and the second is set to io=0x300 irq=13, which seemed to be
availiable (according to /proc). Now here is one strange thing...
When I look at the io and irq info using ifconfig it reports the first
ISA card is on io=0x290 and the second is on io=0x310. However, I
don't think this would account for the routing issue.
Any ideas as to what might cause this annomily?
Respectfully,
Gary
NOTE: The two ISA cards are eth4 and eth5.
IFCONFIG:
eth4 Link encap:Ethernet HWaddr 00:00:C0:E8:B9:82
inet addr:192.168.0.104 Bcast:192.168.0.255
Mask:255.255.255.255
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:5 Base address:0x290 Memory:d0000-d4000
eth5 Link encap:Ethernet HWaddr 00:00:C0:BE:1B:83
inet addr:192.168.0.105 Bcast:192.168.0.255
Mask:255.255.255.255
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)
Interrupt:13 Base address:0x310 Memory:cc000-d0000
ROUTING TABLE:
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref
Use Iface
192.168.0.40 * 255.255.255.255 UH 0 0
0 eth4
192.168.0.10 * 255.255.255.255 UH 0 0
0 eth1
192.168.0.30 * 255.255.255.255 UH 0 0
0 eth0
192.168.0.1 * 255.255.255.255 UH 0 0
0 eth3
192.168.0.50 * 255.255.255.255 UH 0 0
0 eth5
192.168.0.20 * 255.255.255.255 UH 0 0
0 eth2
127.0.0.0 * 255.0.0.0 U 0 0
0 lo