On Fri, 7 Jul 2000, Keef Aragon wrote:

>Date: Fri, 7 Jul 2000 05:13:55 -0700
>From: Keef Aragon <[EMAIL PROTECTED]>
>To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
>Subject: AMD PCnet home adapter (pcnet32.o)
>
>OK, it seems that I have my card configured, but aparently not... right now 
>I'm running a dual boot with windows 2000 because I cannot get on the 
>internet using RedHat... I have all of the TCP/IP settings up and correct. 
> My ethernet card (AMD PCnet home adapter) is supposed to be supported but 
>it is not acting like it... When I ping out, I get a return, "Destination 
>Host Unreachable."  when I ping to my own ethernet IP it works fine.  There 
>are no packets even leaving my machine, because there are no indications of 
>any activity on my modem (cable modem) - even if I ping with 10K packets... 
>the lights never show any traffic at all.  has anyone had this problem and 
>if so, how did you fix it?
>Thanks, Keef

When you ping any interface in your machine, the packets never
hit the card.  It is done in kernel.  Why send a packet to an
ethernet card if it is going to be read back in memory and not go
anywhere?

Without knowing your configuration settings, it is next to
impossible to help other than make speculations.  Post the
contents of your network configuration files:

/etc/sysconfig/network
/etc/sysconfig/network-scripts/ifcfg-eth*
/etc/hosts

Also, are you pinging like this:

ping <IP>

or

ping -n <IP>

The latter is recommended when diagnosing a network that doesn't
work.  If the latter works, and the former doesn't, then you've
got a DNS problem, or /etc/hosts problem.

TTYL

-- 
Mike A. Harris                                     Linux advocate     
Computer Consultant                                  GNU advocate  
Capslock Consulting                          Open Source advocate

I've overclocked my keyboard interface.  It's quite messy dipping my
hands into the mineral oil, but *MAN* is my keyboard ever fast now!
                                         - Anonymous Coward



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

Reply via email to