On 20 Feb 2001, Dominic Mitchell wrote:

>
> Hi all,
>
> I am trying to configure a cable connection.  The Ethernet card is
> a SMC1208T which I have been told is compatible with the ne2k-pci
> module. The ethernet card seems to be working as the lights are
> flashing. I started the module manually:
>
> /sbin/dhcpcd
> modprobe ne2k-pci dhcpcd eth0
>
> Can someone pinpoint what I am doing wrong? Below I have put the
> output of ifconfig and route --- of course ppp0 is up for now :(
>
> Thanks
>
> [root /etc] ifconfig
> eth0      Lien encap:Ethernet  HWaddr 00:E0:29:7F:26:10
>           inet adr:127.0.0.0  Bcast:127.255.255.255  Masque:255.0.0.0
>           UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
>           Paquets Reçus:102 erreurs:0 jetés:0 débordements:0 trames:0
>           Paquets transmis:0 erreurs:0 jetés:0 débordements:0 carrier:0
>           collisions:0 lg file transmission:100
>           Interruption:11 Adresse de base:0x8100
>
> lo        Lien encap:Boucle locale
>           inet adr:127.0.0.1  Masque:255.0.0.0
>           UP LOOPBACK RUNNING  MTU:3924  Metric:1
>           Paquets Reçus:679 erreurs:0 jetés:0 débordements:0 trames:0
>           Paquets transmis:679 erreurs:0 jetés:0 débordements:0 carrier:0
>           collisions:0 lg file transmission:0
>
> ppp0      Lien encap:Protocole Point-à-Point
>           inet adr:204.19.108.41  P-t-P:204.19.108.2  Masque:255.255.255.255
>           UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1400  Metric:1
>           Paquets Reçus:66 erreurs:3 jetés:0 débordements:0 trames:3
>           Paquets transmis:70 erreurs:0 jetés:0 débordements:0 carrier:0
>           collisions:0 lg file transmission:10
>
> [root dominic] route
> Table de routage IP du noyau
> Destination     Passerelle      Genmask         Indic Metric Ref    Use Iface
> 204.19.108.2    *               255.255.255.255 UH    0      0        0 ppp0
> 127.0.0.0       *               255.255.255.255 UH    0      0        0 eth0
> 127.0.0.0       *               255.0.0.0       U     0      0        0 lo
> default         204.19.108.2    0.0.0.0         UG    0      0        0 ppp0
>
>
A couple of things right stick out.  Did you pick the IP for eth0, or
was it set using DHCP?  You are going to have problems with that IP.  It
is normaly the network address of the loopback interface.  And of corse
you do not have a default route pointing to it, but you cann't have that
and use PPP at the same time...

It looks like your hardware is working right - you are recieving data on
eth0.  You haven't sent any data yet.  It might be interesting to see
what happens when you ping 127.0.0.0.  You may also need to set up
PPPoE, depending on your cable setup...

Mikkel
-- 

    Do not meddle in the affairs of dragons,
 for you are crunchy and taste good with ketchup.



_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to