redhat:networking:dhclient.conf
Redhat - Networking - dhclient.conf
Change dhclient.conf
Edit /etc/dhcp3/dhclient.conf
NOTE: You may need to modify /etc/dhcp/dhclient.conf instead of /etc/dhcp3/dhclient.conf
Then find the following line
- /etc/dhcp3/dhclient.conf
#prepend domain-name-servers 127.0.0.1;
And change it to
- /etc/dhcp3/dhclient.conf
prepend domain-name-servers 8.8.8.8;
This will make dhclient (the DHCP client that NetworkManager uses) prepend this to your dns servers, so resolve.conf will end up looking like this
- /etc/dhcp3/dhclient.conf
nameserver 8.8.8.8 nameserver 192.168.1.1
This solution will work everywhere and you will always get the DNS that you have chosen as the primary one.
redhat/networking/dhclient.conf.txt · Last modified: 2021/01/10 20:57 by peter