My dhcpd.conf reads: host t43 { hardware ethernet 00:11:25:B1:40:60; fixed-address 192.168.0.15; } # This is the dhcp client I'm configuring subnet 192.168.0.0 netmask 255.255.255.0 { option subnet-mask 255.255.255.0; deny unknown-clients; option routers 192.168.0.5; option domain-name-servers 192.168.0.5; option ntp-servers 192.168.0.5; . . .When I plug it in, the machine gets its IP address, router IP, and DNS ip, but ntp.conf does not get updated.
How do I debug this? I tried stracing the NetworkManager process, but I cannot see it forking/cloning/execing dhclient and dhclient-script.
Attachment:
pgpEvgzbhJjrS.pgp
Description: PGP signature