On Tue, 2008-11-11 at 21:41 -0800, jim wrote: > thank you, mike, > that helps. i've looked at the /etc/event.d/ > files and found that none of them contain the > string dhcp or dhclient > # grep -i dhcp /etc/event.d/* > # grep -i dhclient /etc/event.d/*
Dear Jim, If you're looking for how network addresses are assigned, that's a different subject. It's governed by the /etc/init.d/networking script, as started by /etc/rcS.d/, based on the /etc/event.d/rcS script. It doesn't get to a DHCP client until it reads the related configuration file, /etc/network/interfaces, I think (based on memory) via the ifup command. Good luck, Mike -- ubuntu-server mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-server More info: https://wiki.ubuntu.com/ServerTeam
