card, I noticed dhcpd wasn't working anymore.
If more than one network card resides in the DHCP se... l test
ping -c 2 -b 192.138.0.255 | sort
arp -a
If your dhcpd.leases file doesn't exist, then genera...
<code>ps ax | grep dhcpd | grep -v grep</code>
If dhcpd is not running, then run it directly to get... g on bootup
<code>chkconfig --list dhcpd</code>
If it is not set for runlevels 2345, then set it
<co