Hide Forgot
Description of problem: As I had said in this bug - https://bugzilla.redhat.com/show_bug.cgi?id=398351 - I need to set a custom DNS for my machine. In resolv.conf, I need to add the line "nameserver 4.2.2.2". In fedora 8, I did that by creating an appropriate dhclient.conf file. Using the same file in Fedora 9 doesn't work - the 4.2.2.2 line doesn't appear in resolv.conf, only 192.168.1.1. I'm attaching my dhclient.conf file. Version-Release number of selected component (if applicable): 0.7.0-0.9.3.svn3623.fc9.i386 How reproducible: Always Steps to Reproduce: 1. Create the file /etc/dhclient.conf (attached) 2. Reboot 3. Check, /etc/resolv.conf still not updated with new DNS entries Actual results: /etc/resolv.conf is not updated with the proper DNS entry. Expected results: /etc/resolv.conf should have first line as nameserver 4.2.2.2 Additional info: The attached file worked perfectly in Fedora 8.
Created attachment 305459 [details] My dhclient.conf
Can you try moving your options to a dhclient-eth0.conf using the name of the interface? NM will honor interface-specific dhclient config files and merge them into the config it actually uses with dhclient.
Thank you very much, that works as expected :) Can you please help me close this bug?
Sure, thanks for the report.