<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
First all of these answers are based on the kernel that works
(kernel-2.6.12-1.1456_FC4)...&nbsp; I should mention that this box has a
static IP address (not DHCP'ed).<br>
<br>
Also, this is a known bug:<br>
<pre wrap="">There is an entry in bugzilla for 2.6.13
<a class="moz-txt-link-freetext"
 href="https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169708">https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=169708</a></pre>
<br>
&gt; ifconfig eth0<br>
eth0&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link encap:Ethernet&nbsp; HWaddr 00:04:5A:76:F3:9D<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet addr:192.168.1.11&nbsp; Bcast:192.168.1.255&nbsp;
Mask:255.255.255.0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; inet6 addr: fe80::204:5aff:fe76:f39d/64 Scope:Link<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; UP BROADCAST RUNNING MULTICAST&nbsp; MTU:1500&nbsp; Metric:1<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX packets:306135 errors:0 dropped:0 overruns:0 frame:0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; TX packets:348123 errors:0 dropped:0 overruns:0 carrier:0<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; collisions:0 txqueuelen:1000<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; RX bytes:45753221 (43.6 MiB)&nbsp; TX bytes:243928006 (232.6 MiB)<br>
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Interrupt:5 Base address:0x4000<br>
<br>
&gt; cat /etc/resolv.conf<br>
; generated by /sbin/dhclient-script<br>
search localdomain<br>
nameserver 67.18.166.173<br>
nameserver 67.18.166.174<br>
<br>
<br>
&gt; cat /etc/sysconfig/networking/devices/ifcfg-eth0<br>
# Linksys|NC100 Network Everywhere Fast Ethernet 10/100<br>
DEVICE=eth0<br>
BOOTPROTO=none<br>
HWADDR=00:04:5A:76:F3:9D<br>
ONBOOT=yes<br>
TYPE=Ethernet<br>
NETMASK=255.255.255.0<br>
IPADDR=192.168.1.11<br>
USERCTL=no<br>
PEERDNS=no<br>
GATEWAY=192.168.1.1<br>
IPV6INIT=no<br>
<br>
<br>
<br>
Andy Green wrote:
<blockquote cite="mid435D3A2A.6030702@warmcat.com" type="cite">
  <pre wrap="">Jon D. Slater wrote:

  </pre>
  <blockquote type="cite">
    <blockquote type="cite">
      <pre wrap="">Any suggestions would be GREATLY appreciated.
      </pre>
    </blockquote>
  </blockquote>
  <pre wrap=""><!---->
What does

ifconfig eth0

say?  How about

cat /etc/resolv.conf
cat /etc/sysconfig/networking/devices/ifcfg-eth0

What do you see if you run tcpdump in one window while you do

ping 62.193.232.24

in another?

-Andy
  </pre>
  <pre wrap="">
<hr size="4" width="90%">
No virus found in this incoming message.
Checked by AVG Free Edition.
Version: 7.1.361 / Virus Database: 267.12.5/147 - Release Date: 10/24/2005
  </pre>
</blockquote>
</body>
</html>