setting up a second ethernet card

setting up a second ethernet card

Post by James A. Robertso » Mon, 14 Jun 1999 04:00:00



I have an intel etherpro 100 (works fine) set up to a cable modem with a
static ip.  I have a second ethernet card configured to local LAN.  I
can't ping the machine (from other boxes) through the second IP.

Route table:


Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
24.3.20.0       *               255.255.255.0   U     0      0      354
eth0
192.168.1.0     *               255.255.255.0   U     0      0        2
eth1
127.0.0.0       *               255.0.0.0       U     0      0       13
lo
default         cr2-hfc1.hwrd1. 0.0.0.0         UG    0      0      599
eth0

results of 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:3938 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3938 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0

eth0      Link encap:Ethernet  HWaddr 00:A0:C9:EF:48:75
          inet addr:24.3.20.102  Bcast:24.3.20.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:77813 errors:1 dropped:0 overruns:0 frame:0
          TX packets:22739 errors:0 dropped:0 overruns:0 carrier:0
          collisions:391
          Interrupt:9 Base address:0xe400

eth1      Link encap:Ethernet  HWaddr 00:10:5A:E4:FA:C9
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0

          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0
          Interrupt:10 Base address:0x300

I'm not even at the point where I can set up IP Masq; I can't get a
local ping through.  Anyone have an idea what I'm doing wrong ?  eth0 is
a PCI card, eth1 is an ISA 3c509

Thanks

 
 
 

setting up a second ethernet card

Post by Gilford Wimbl » Tue, 15 Jun 1999 04:00:00


On Sun, 13 Jun 1999 02:20:44 GMT, "James A. Robertson"


>I have an intel etherpro 100 (works fine) set up to a cable modem with a
>static ip.  I have a second ethernet card configured to local LAN.  I
>can't ping the machine (from other boxes) through the second IP.

>Route table:


>Kernel IP routing table
>Destination     Gateway         Genmask         Flags Metric Ref    Use
>Iface
>24.3.20.0       *               255.255.255.0   U     0      0      354
>eth0
>192.168.1.0     *               255.255.255.0   U     0      0        2
>eth1
>127.0.0.0       *               255.0.0.0       U     0      0       13
>lo
>default         cr2-hfc1.hwrd1. 0.0.0.0         UG    0      0      599
>eth0

>results of 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:3938 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:3938 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0

>eth0      Link encap:Ethernet  HWaddr 00:A0:C9:EF:48:75
>          inet addr:24.3.20.102  Bcast:24.3.20.255  Mask:255.255.255.0
>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          RX packets:77813 errors:1 dropped:0 overruns:0 frame:0
>          TX packets:22739 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:391
>          Interrupt:9 Base address:0xe400

>eth1      Link encap:Ethernet  HWaddr 00:10:5A:E4:FA:C9
>          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0

>          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
>          TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
>          collisions:0
>          Interrupt:10 Base address:0x300

>I'm not even at the point where I can set up IP Masq; I can't get a
>local ping through.  Anyone have an idea what I'm doing wrong ?  eth0 is
>a PCI card, eth1 is an ISA 3c509

>Thanks

The only thing I can tell you is that I had a lot of problems with an
ISA 3c509b and I finally "fixed" it by putting in a different card.
Apparently there are things you can do to make the 509 work (something
about enabling support for legacy ISA devices).  

The problems I had were more or less just like yours.  The card seemed
to work, but I couldn't ping anything and nothing could ping me.
After I replaced the card with a newer PCI card (a 3c900b), everything
worked fine.  My conclusion was that linux support for the 509b was
imperfect.  I don't know if that conclusion was fair, but whatever.

good luck.  When you resolve this situation, please post a note about
it for my edification.  I'd like to know how to make the 3c509b work
if it really is possible.

regards,
GW

 
 
 

setting up a second ethernet card

Post by jeffbr.. » Fri, 09 Jul 1999 04:00:00


I have had no problems getting dual 3COM 3c509B ISA NIC's working on an
older PC(486DX4)under RH5.0. I am setting up a second newer system with
RH6.0(also with dual 3COM 3c509B ISA NIC's) but have'nt spent enough
time on it yet.

One thing I did have to do to get it working on the first PC was disable
PNP mode under DOS using the set-up utility provided with the card. This
is well documented in the HOWTO's. Since the 3C509B is a tier one
supported card I would be very surprised if it did not work with RH6.0.

E-mail if your interested in the results on my second PC.

Jeff



> On Sun, 13 Jun 1999 02:20:44 GMT, "James A. Robertson"

> >I have an intel etherpro 100 (works fine) set up to a cable modem
with a
> >static ip.  I have a second ethernet card configured to local LAN.  I
> >can't ping the machine (from other boxes) through the second IP.

> >Route table:


> >Kernel IP routing table
> >Destination     Gateway         Genmask         Flags Metric Ref
Use
> >Iface
> >24.3.20.0       *               255.255.255.0   U     0      0
354
> >eth0
> >192.168.1.0     *               255.255.255.0   U     0      0
 2
> >eth1
> >127.0.0.0       *               255.0.0.0       U     0      0
13
> >lo
> >default         cr2-hfc1.hwrd1. 0.0.0.0         UG    0      0
599
> >eth0

> >results of 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:3938 errors:0 dropped:0 overruns:0 frame:0
> >          TX packets:3938 errors:0 dropped:0 overruns:0 carrier:0
> >          collisions:0

> >eth0      Link encap:Ethernet  HWaddr 00:A0:C9:EF:48:75
> >          inet addr:24.3.20.102  Bcast:24.3.20.255
Mask:255.255.255.0
> >          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> >          RX packets:77813 errors:1 dropped:0 overruns:0 frame:0
> >          TX packets:22739 errors:0 dropped:0 overruns:0 carrier:0
> >          collisions:391
> >          Interrupt:9 Base address:0xe400

> >eth1      Link encap:Ethernet  HWaddr 00:10:5A:E4:FA:C9
> >          inet addr:192.168.1.1  Bcast:192.168.1.255
Mask:255.255.255.0

> >          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
> >          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
> >          TX packets:17 errors:0 dropped:0 overruns:0 carrier:0
> >          collisions:0
> >          Interrupt:10 Base address:0x300

> >I'm not even at the point where I can set up IP Masq; I can't get a
> >local ping through.  Anyone have an idea what I'm doing wrong ?  eth0
is
> >a PCI card, eth1 is an ISA 3c509

> >Thanks

> The only thing I can tell you is that I had a lot of problems with an
> ISA 3c509b and I finally "fixed" it by putting in a different card.
> Apparently there are things you can do to make the 509 work (something
> about enabling support for legacy ISA devices).

> The problems I had were more or less just like yours.  The card seemed
> to work, but I couldn't ping anything and nothing could ping me.
> After I replaced the card with a newer PCI card (a 3c900b), everything
> worked fine.  My conclusion was that linux support for the 509b was
> imperfect.  I don't know if that conclusion was fair, but whatever.

> good luck.  When you resolve this situation, please post a note about
> it for my edification.  I'd like to know how to make the 3c509b work
> if it really is possible.

> regards,
> GW

Sent via Deja.com http://www.deja.com/
Share what you know. Learn what you don't.
 
 
 

1. how to set up Internet gateway/how to set up two ethernet cards on Linux

I need to set up one of my two Linux boxes as an Internet gateway for my
two-machine LAN.  First off, I have both machines each using an Ethernet
card for NFS.  Now, how can I put in another card in each to run a TCP/IP
network between both machines and then the Internet (which must have
another Ethenet card in it to connect to the Internet *breathe*) - I mean
Linux can only handle one Ethernet card!   To top it off, the router
handling Internet traffic is connected via a SCSI controller!!
(Morningstar SnapLink routers).

I really need a Ethernet-pro out there to contact me!! I am in a real
mess here!!!

- Thanks!

--
[ Atul Varma               |    Sysop, StarBase Mintaka BBS (614)442-7779 ]

[ Columbus, Ohio, U.S.A.   |    Raytraces, Fractals, and graphics demos   ]
[ MACINTOSH SUCKS!!        |    500 MB online, 300-14.4k BPS, SHS BBS 3.2 ]

2. Creative RIVA TNT AGP

3. Need help to set up two ethernet NE2000 cpt ISA cards

4. pdf notes

5. Setting up two ethernet cards

6. crypt() question

7. Setting up two E2112 ethernet cards

8. Network probs on UDB

9. Two Ethernet Card Setting, not works as FAQ says ?

10. Setting up Internet Firewall w/ two Ethernet cards

11. RH - setting IP addresses on second ethernet card

12. setting up two ethernet cards

13. Setting up two ethernet cards -Please help