dhclient-exit-hooks is calls by dhclient so its only when an IP address is received - not handed out.
One option you could look into is to simply monitor the log file - you will see dhcpd giving out addresses in there. This can be done using tail -f piped into a script etc.. You might also be able to tap into the dynamic DNS update events. On Tue, 2004-06-08 at 08:20, [EMAIL PROTECTED] wrote: > Hello > > Is this script also called when the dhcp server gives out an ip address (on > the > server)? Or is this script only called on the client?

