hi, When using NetworkManager (this is for laptops, so please no NetworkManager flaming) I would like to set the timeout and rotate options in /etc/resolv.conf.
I have tried using a dhclient-interface.conf like this: supersede options rotate; supersede options timeout:2; This creates a file with the options in /var/run: $ cat /var/run/nm-dhclient-wlan0.conf # Created by NetworkManager # Merged from /etc/dhclient-wlan0.conf supersede options rotate; supersede options timeout:2; But resolv.conf does not contain the options rotate nor timeout. I have alse tried using append instead of supersed (from the dhcpclient.conf man page), but to no avail. Has anyone gotten this to work with SL or tuv? TIA. -- Groeten, natxo
