The "/etc/resolv.conf" file modified at every reboot.
by n00b_noob from LinuxQuestions.org on (#5HHAE)
Hello,
I use Fedora Server 33 and the "/etc/resolv.conf" file back to default when I rebooted my system. I did:
Code:# ls -l /etc/resolv.conf
lrwxrwxrwx. 1 root root 39 Mar 18 20:44 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
# chattr +i -f /etc/resolv.confBut problem existed!
How can I solve it?
Thank you.


I use Fedora Server 33 and the "/etc/resolv.conf" file back to default when I rebooted my system. I did:
Code:# ls -l /etc/resolv.conf
lrwxrwxrwx. 1 root root 39 Mar 18 20:44 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
# chattr +i -f /etc/resolv.confBut problem existed!
How can I solve it?
Thank you.