Page 1 of 1

How to stop DHCP from changing Linux resolv.conf file.

Posted: Wed Aug 20, 2003 2:53 pm
by jasonb
If you're running Linux and don't want your ISP to automatically change the contents of your resolv.conf file every time you receive a new IP address via DHCP, then do the following.

Assuming that you're using eth0 for your external connection, add the directive "PEERDNS=no" to your /etc/sysconfig/network-scripts/ifcfg-eth0 file.