[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

DHCPD_troubleshooting



Recently moved from 7.0 to 7.2 redhat
Masqueraded internal network on eth0
Firewalled Dialup on demand network at ppp0
	Gateway 192.168.1.1
Bind(named) configured and caching
	Nameserver 192.168.1.1

Unable to get DHCPD to serve correctly

Using /etc/dhcpd.conf from 7.0 funtioning DHCPD

from /etc/dhcpd.conf
  default-lease-time 600;
  max-lease-time 7200;
  option subnet-mask 255.255.255.0;
  option broadcast-address 192.168.1.255;
  option routers 192.168.1.1;
  option domain-name-servers 192.168.1.1;
  option domain-name "mydomain.info";

subnet 192.168.1.0 netmask 255.255.255.0 {
     range 192.168.1.10 192.168.1.100;
     range 192.168.1.150 192.168.1.200;
  }

on bootup from /var/log/messages

Mar 31 09:23:02 buddies dhcpd:
Mar 31 09:23:02 buddies dhcpd: Listening on Socket/eth0/192.168.1.0
Mar 31 09:23:02 buddies dhcpd: Sending on   Socket/eth0/192.168.1.0
Mar 31 09:23:02 buddies dhcpd: Listening on Socket/eth0/192.168.1.0
Mar 31 09:23:02 buddies dhcpd: Sending on   Socket/eth0/192.168.1.0
Mar 31 09:23:02 buddies dhcpd: dhcpd startup succeeded

QUESTION:  Why does the "Listening" "Sending" show up twice?

[root buddies root]# ps ax | grep dhc
  985 ?        S      0:00 /usr/sbin/dhcpd eth0
 1395 tty1     S      0:00 grep dhc


Clients connecting to this dhcp server get nothing. Nothing is written to
/var/lib/dhcp/dhcpd.leases.  How does one go about finding the problem?


thanks





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]