On Sun, 05 Aug 2012 20:19:19 -0400 Jim wrote: > F17 > > How do I LOCK-IN namserver ijn resolv.conf so it cannot be changed by > Fedora ? The (or maybe "an") official way: Change every /etc/sysconfig/network-scripts/ifcfg-* file to have a line that says "PEERDNS=no" (then shutdown and reboot so it will actually see the PEERDNS setting, then modify resolv.conf after the reboot cycle). The unofficial "big hammer" way: chattr -i /etc/resolv.conf That makes the file immutable so even root can't change it. -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://admin.fedoraproject.org/mailman/listinfo/users Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org