Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!


how to set startup script to change dns in /etc/resolv.conf centos7
New on LowEndTalk? Please Register and read our Community Rules.

All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.

how to set startup script to change dns in /etc/resolv.conf centos7

I again seek help from the server gods of LET.

my recent project is based on a local hosting provider and they are using LXC based lightweight Linux Containers.

at every reboot, the server automatically sets DNS in /etc/resolv.conf
here is an example of how it looks like-

--- BEGIN PVE ---

search abc.domain.tld
nameserver 0.0.0.0
nameserver 0.0.0.0

--- END PVE ---

problem is, the vps dosent connect to internet with this config but i can ssh login and change the settings to followings to make the vps connect to internet.

search google.com
nameserver 8.8.8.8
nameserver 8.8.4.4

so is there any way to automatically change the data in resolv.conf after every restart? if so, can anyone point me to a guide that i can follow.

Comments

Sign In or Register to comment.