Webtatic.com

Just another technical blog

Posts Tagged ‘NetworkManager’

Workaround so NetworkManager runs dhclient hooks

Posted 8th March 2009 by Andy | 8 Comments

When I upgraded from Ubuntu 8.04 (Hardy) to Ubuntu 8.10 (Intrepid), a dhclient-exit-hook script I wrote no longer functioned. dhclient-script was previously used by dhclient so that whenever the dhcp changed, it would reconfigure the interfaces, generate the /etc/resolv.conf, and run scripts who’s intention is to modify the /etc/resolv.conf file based on the dhcp settings. [...]