Hi Gregg, Thanks for your detail information.
At 06:15 AM 1/7/2002 -0800, you wrote: >ps -A | grep dhcpcd >or, alternatively, ps -C dhcpcd # ps -A | grep dhcpcd Did not work. # ps -C dhcpcd PID TTY TIME CMDcd What did they indicate ? >To see if dhcpcd will start-up on bootup, look at these files: > >[root@rigel root]# grep -r dhcp /etc/* # grep -r dhcp /etc/* /etc/services:dhcpv6-client 546/tcp /etc/services:dhcpv6-client 546/udp /etc/services:dhcpv6-server 547/tcp /etc/services:dhcpv6-server 547/udp /etc/sysconfig/network-scripts/ifdown:check_device_down ${DEVICE} && [ "$BOOTPROTO" != "dhcp" -a "$BOOTPROTO" != "bootp" ] && exit 0 /etc/sysconfig/network-scripts/ifdown:if [ "$BOOTPROTO" = bootp -o "$BOOTPROTO" = dhcp ]; then /etc/sysconfig/network-scripts/ifdown: [ -n "`pidof -x dhcpcd`" ] && { /etc/sysconfig/network-scripts/ifdown: kill `cat /var/run/dhcpcd-${DEVICE}.pid` /etc/sysconfig/network-scripts/ifup:if [ "${BOOTPROTO}" = "bootp" -o "${BOOTPROTO}" = "dhcp" ]; then /etc/sysconfig/network-scripts/ifup: if [ -x /sbin/dhcpcd ] && /sbin/dhcpcd ${DHCPCDARGS} ${DEVICE} ; then /etc/sysconfig/network-scripts/ifup: elif [ -z "`pidof -x dhcpcd`" ] && [ -x /sbin/pump ] && /sbin/pump ${PUMPARGS} -i ${DEVICE}; then /etc/sysconfig/network-scripts/ifcfg-eth0:BOOTPROTO=dhcp [root@localhost /]# >Also, I agree that "localhost.localdomain" may be confusing the dhcp >service. Try changing that to simply, "127.0.0.1 localhost" and see >if that helps. Editted /etc/hosts the line to read 27.0.0.1 localhost Rebooted PC. It did not help and situation remained intact. I recognized there it is different in Win box. I booted Win box without broadband cable connected and after start completed I plug in the cable. Win box can detect my ISP's DNS server promptly without delay. B.R. Stephen _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list