[3635] in linux-net channel archive
Two ethernet cards in one machine
daemon@ATHENA.MIT.EDU (Marcel Groenewald)
Thu Jul 11 23:14:04 1996
From: Marcel Groenewald <marcelg@new.iscorltd.co.za>
To: "'linux-net@vger.rutgers.edu'" <linux-net@vger.rutgers.edu>
Date: Thu, 11 Jul 1996 08:37:23 +-200
Hi,
My problem has probably been discussed to death, but I have looked for a
description and solution to my it without luck:
I am using two network cards on different subnets in my linux box. IP
Forwarding is disabled. When doing a ping to one of the cards, it replies,
but when I do a traceroute, it fails. I also constantly get ICMP redirects
from the router.
Are there patches I'm supposed to apply, or what guidelines should I use
when configuring the two cards?
I'm running 2.0.5, but the problem has been occuring since my first
installation (1.3.x). Some info which may be of value: (arbitrary IP
values used). Btw the one card is a ne2000 compatible and the other a PCI
DC21040.
route:
Kernel routing table
Destination Gateway Genmask Flags MSS Window Use
Iface
123.12.23.128 * 255.255.255.192 U 1500 0 4
eth0
124.1.1.0 * 255.255.255.192 U 1500 0 0
eth1
loopback * 255.0.0.0 U 3584 0 3 lo
default 123.12.23.190 * UG 1500 0 8
eth0
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:3584 Metric:1
RX packets:693 errors:0 dropped:0 overruns:0
TX packets:693 errors:0 dropped:0 overruns:0
eth0 Link encap:10Mbps Ethernet HWaddr 00:80:C8:0C:B9:72
inet addr:123.12.23.170 Bcast:123.12.23.191
Mask:255.255.255.192
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:12444 errors:0 dropped:0 overruns:0
TX packets:3865 errors:0 dropped:0 overruns:0
Interrupt:11 Base address:0x1080
eth1 Link encap:10Mbps Ethernet HWaddr 00:80:C8:1C:EE:F5
inet addr:124.1.1.60 Bcast:124.1.1.63 Mask:255.255.255.192
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:168 errors:0 dropped:0 overruns:0
TX packets:0 errors:0 dropped:0 overruns:0
Interrupt:15 Base address:0x300
Thank you
Marcel Groenewald