<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Mikkel L. Ellertson wrote:
<blockquote cite="mid449EDB14.1080401@infinity-ltd.com" type="cite">
  <blockquote type="cite">
    <pre wrap="">[snip as-yet-undiscovered pebkac error]
    </pre>
  </blockquote>
  <pre wrap=""><!---->Change /etc/sysconfig/network-scripts/ifcfg-eth0 to something like:

DEVICE=eth0
BOOTPROTO=dhcp
ONBOOT=yes
TYPE=Ethernet

Then edit /etc/hosts to look like:

127.0.0.1   localhost.localdomain localhost obtunded

(Delete the "192.168.2.123 obtunded" line.)

Then run, as root:
ifdown eth0
ifup eth0
  </pre>
</blockquote>
Thank you very much for the help. I must be doing something really
screwy - I did as you recommended, then I double-checked my spelling,
but no joy. <br>
<br>
Just as a lark I ran:<br>
<br>
#dhclient<br>
<br>
...then checked /var/log/messages.<br>
<br>
I found:<br>
<br>
[DATE] obtunded dhclient: DHCPDISCOVER on eth0 to 255.255.255.255 port
67 interval [NUMBER]<br>
[DATE] obtunded dhclient: No DHCPOFFERS received.<br>
[DATE] obtunded dhclient: No working leases in persistent database -
sleeping.<br>
<br>
Is this significant?  The thing I don't get is that I just put (what I
thought was) the same software on 2 computers, and the old, crappy box
is fine while the brand-new one doesn't work.<br>
<br>
I really appreciate the help.  <br>
<br>
</body>
</html>