On Sun, 06 Oct 2002 00:20:08 -0700 Kevin Brown <
kevin_brown@qwest.net> wrote:
> If RH:
>
> cat /etc/sysconfig/network-scripts/ifcfg-eth0
> (or 1 or 2 for each device).
>
> Look for the BOOTPROTO= line and check if it
> has DHCP/BOOTP enabled or is
> statically assigning.
Had "BOOTPROTO=dhcp"
> Could try ifdown eth0; rm /etc/dhcpcd/*; ifup
> eth0 and see what it does.
This worked like a charm! One of these days when I have more time, I need to
study this networking stuff!
Thanks to all who helped!
Alan