After each reboot cannot resolve host by Dns
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
1
down vote
favorite
After each reboot Ubuntu cannot resolve host by DNS and cannot open any page.
I use to run these commands after each reboot to make everything work
rm /etc/resolv.conf
sudo ln -s /run/resolvconf/resolv.conf /etc/resolv.conf
sudo resolvconf -u
How can I avoid that issue?
16.04 dns
add a comment |Â
up vote
1
down vote
favorite
After each reboot Ubuntu cannot resolve host by DNS and cannot open any page.
I use to run these commands after each reboot to make everything work
rm /etc/resolv.conf
sudo ln -s /run/resolvconf/resolv.conf /etc/resolv.conf
sudo resolvconf -u
How can I avoid that issue?
16.04 dns
Could this possibly be related to this bug? digitalocean.com/community/questions/â¦
â Ketzak
Jan 31 at 23:42
hi, similar question ? > askubuntu.com/a/134137/397428
â Yolateng0
Jan 31 at 23:50
If you could add the info in the non-working resolv.conf to your question, that could be helpful. @Yolateng0, similar in symptom, but very different causes and broken states. It would seem he does have a resolv.conf, albeit a useless one, whereas the user in the other question errantly deleted config files.
â Ketzak
Feb 1 at 0:56
add a comment |Â
up vote
1
down vote
favorite
up vote
1
down vote
favorite
After each reboot Ubuntu cannot resolve host by DNS and cannot open any page.
I use to run these commands after each reboot to make everything work
rm /etc/resolv.conf
sudo ln -s /run/resolvconf/resolv.conf /etc/resolv.conf
sudo resolvconf -u
How can I avoid that issue?
16.04 dns
After each reboot Ubuntu cannot resolve host by DNS and cannot open any page.
I use to run these commands after each reboot to make everything work
rm /etc/resolv.conf
sudo ln -s /run/resolvconf/resolv.conf /etc/resolv.conf
sudo resolvconf -u
How can I avoid that issue?
16.04 dns
16.04 dns
asked Jan 31 at 23:23
![](https://lh6.googleusercontent.com/-SnOX45iHDPc/AAAAAAAAAAI/AAAAAAAAACM/7ZVbeaTCZpE/photo.jpg?sz=32)
![](https://lh6.googleusercontent.com/-SnOX45iHDPc/AAAAAAAAAAI/AAAAAAAAACM/7ZVbeaTCZpE/photo.jpg?sz=32)
Vitalii Kravchenko
62
62
Could this possibly be related to this bug? digitalocean.com/community/questions/â¦
â Ketzak
Jan 31 at 23:42
hi, similar question ? > askubuntu.com/a/134137/397428
â Yolateng0
Jan 31 at 23:50
If you could add the info in the non-working resolv.conf to your question, that could be helpful. @Yolateng0, similar in symptom, but very different causes and broken states. It would seem he does have a resolv.conf, albeit a useless one, whereas the user in the other question errantly deleted config files.
â Ketzak
Feb 1 at 0:56
add a comment |Â
Could this possibly be related to this bug? digitalocean.com/community/questions/â¦
â Ketzak
Jan 31 at 23:42
hi, similar question ? > askubuntu.com/a/134137/397428
â Yolateng0
Jan 31 at 23:50
If you could add the info in the non-working resolv.conf to your question, that could be helpful. @Yolateng0, similar in symptom, but very different causes and broken states. It would seem he does have a resolv.conf, albeit a useless one, whereas the user in the other question errantly deleted config files.
â Ketzak
Feb 1 at 0:56
Could this possibly be related to this bug? digitalocean.com/community/questions/â¦
â Ketzak
Jan 31 at 23:42
Could this possibly be related to this bug? digitalocean.com/community/questions/â¦
â Ketzak
Jan 31 at 23:42
hi, similar question ? > askubuntu.com/a/134137/397428
â Yolateng0
Jan 31 at 23:50
hi, similar question ? > askubuntu.com/a/134137/397428
â Yolateng0
Jan 31 at 23:50
If you could add the info in the non-working resolv.conf to your question, that could be helpful. @Yolateng0, similar in symptom, but very different causes and broken states. It would seem he does have a resolv.conf, albeit a useless one, whereas the user in the other question errantly deleted config files.
â Ketzak
Feb 1 at 0:56
If you could add the info in the non-working resolv.conf to your question, that could be helpful. @Yolateng0, similar in symptom, but very different causes and broken states. It would seem he does have a resolv.conf, albeit a useless one, whereas the user in the other question errantly deleted config files.
â Ketzak
Feb 1 at 0:56
add a comment |Â
2 Answers
2
active
oldest
votes
up vote
0
down vote
I see that you're already trying to use the solution described here:
https://unix.stackexchange.com/questions/280264/no-dns-resolution-after-upgrade-from-ubuntu-14-04-to-16-04
While not ideal, a work-around would be to automatically run your commands on boot. This page includes some methods of doing that:
http://linuxtechlab.com/executing-commands-scripts-at-reboot/
Another possibility is that you're affected by the bug in the March 2017 update:
https://www.digitalocean.com/community/questions/how-to-fix-the-march-2017-ubuntu-dns-resolution-issues
Another very thorough answer appears here:
16.10 fail to resolve DNS
I don't know enough about your precise circumstances to advise a particular one of these to try first, but hopefully one of them will work for you.
Update: Based on the knowledge that it's failing when the server reboots with a non-standard VPN client up, it's reasonable to assume that this VPN client could be modifying resolv.conf and removing some of the default entries in an attempt to avoid DNS leakage. I would recommend then making sure that your VPN client is disconnected before shutdown, and possibly still automatically resetting the resolv.conf after boot.
Alternatively, you could try adding a legitimate nameserver of your choice, such as nameserver 8.8.8.8
to the file /etc/resolvconf/resolv.conf.d/head
, which might help. I am not sure if this will affect functionality of your VPN or not, or cause DNS leaking, so use it cautiously. Source:
https://ubuntuforums.org/showthread.php?t=2352821&page=2
1
It happens only if Vpn connection was on, before the reboot. I'm using PulseSecure client
â Vitalii Kravchenko
Feb 1 at 0:15
Are you using NetworkManager?
â Ketzak
Feb 1 at 0:46
For VPN I use a separate client
â Vitalii Kravchenko
Feb 1 at 0:48
Hmm.. I'm not super familiar with that client or service, and can't seem to find any suitable resources on it. I would recommend trying the first approach; running the commands you're already using to fix it immediately after reboot. Additionally, knowing the contents of the broken resolv.conf after reboot could prove helpful.
â Ketzak
Feb 1 at 0:52
Not a solution, but could provide you some insight: unix.stackexchange.com/questions/273050/â¦
â Ketzak
Feb 1 at 1:01
add a comment |Â
up vote
0
down vote
It sounds like something (perhaps your PulseSecure client) is overwriting /etc/resolv.conf
or /run/resolvconf/resolv.conf
the latter by default should contain the following:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
the former as you know is supposed to be a symbolic link to the latter. You might check these files prior to reboot to insure they are unchanged. or better yet watch
them for changes to determine when and why the modification occurs.
That's the suspicion I had as well, once he mentioned it.
â Ketzak
Feb 1 at 1:00
add a comment |Â
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I see that you're already trying to use the solution described here:
https://unix.stackexchange.com/questions/280264/no-dns-resolution-after-upgrade-from-ubuntu-14-04-to-16-04
While not ideal, a work-around would be to automatically run your commands on boot. This page includes some methods of doing that:
http://linuxtechlab.com/executing-commands-scripts-at-reboot/
Another possibility is that you're affected by the bug in the March 2017 update:
https://www.digitalocean.com/community/questions/how-to-fix-the-march-2017-ubuntu-dns-resolution-issues
Another very thorough answer appears here:
16.10 fail to resolve DNS
I don't know enough about your precise circumstances to advise a particular one of these to try first, but hopefully one of them will work for you.
Update: Based on the knowledge that it's failing when the server reboots with a non-standard VPN client up, it's reasonable to assume that this VPN client could be modifying resolv.conf and removing some of the default entries in an attempt to avoid DNS leakage. I would recommend then making sure that your VPN client is disconnected before shutdown, and possibly still automatically resetting the resolv.conf after boot.
Alternatively, you could try adding a legitimate nameserver of your choice, such as nameserver 8.8.8.8
to the file /etc/resolvconf/resolv.conf.d/head
, which might help. I am not sure if this will affect functionality of your VPN or not, or cause DNS leaking, so use it cautiously. Source:
https://ubuntuforums.org/showthread.php?t=2352821&page=2
1
It happens only if Vpn connection was on, before the reboot. I'm using PulseSecure client
â Vitalii Kravchenko
Feb 1 at 0:15
Are you using NetworkManager?
â Ketzak
Feb 1 at 0:46
For VPN I use a separate client
â Vitalii Kravchenko
Feb 1 at 0:48
Hmm.. I'm not super familiar with that client or service, and can't seem to find any suitable resources on it. I would recommend trying the first approach; running the commands you're already using to fix it immediately after reboot. Additionally, knowing the contents of the broken resolv.conf after reboot could prove helpful.
â Ketzak
Feb 1 at 0:52
Not a solution, but could provide you some insight: unix.stackexchange.com/questions/273050/â¦
â Ketzak
Feb 1 at 1:01
add a comment |Â
up vote
0
down vote
I see that you're already trying to use the solution described here:
https://unix.stackexchange.com/questions/280264/no-dns-resolution-after-upgrade-from-ubuntu-14-04-to-16-04
While not ideal, a work-around would be to automatically run your commands on boot. This page includes some methods of doing that:
http://linuxtechlab.com/executing-commands-scripts-at-reboot/
Another possibility is that you're affected by the bug in the March 2017 update:
https://www.digitalocean.com/community/questions/how-to-fix-the-march-2017-ubuntu-dns-resolution-issues
Another very thorough answer appears here:
16.10 fail to resolve DNS
I don't know enough about your precise circumstances to advise a particular one of these to try first, but hopefully one of them will work for you.
Update: Based on the knowledge that it's failing when the server reboots with a non-standard VPN client up, it's reasonable to assume that this VPN client could be modifying resolv.conf and removing some of the default entries in an attempt to avoid DNS leakage. I would recommend then making sure that your VPN client is disconnected before shutdown, and possibly still automatically resetting the resolv.conf after boot.
Alternatively, you could try adding a legitimate nameserver of your choice, such as nameserver 8.8.8.8
to the file /etc/resolvconf/resolv.conf.d/head
, which might help. I am not sure if this will affect functionality of your VPN or not, or cause DNS leaking, so use it cautiously. Source:
https://ubuntuforums.org/showthread.php?t=2352821&page=2
1
It happens only if Vpn connection was on, before the reboot. I'm using PulseSecure client
â Vitalii Kravchenko
Feb 1 at 0:15
Are you using NetworkManager?
â Ketzak
Feb 1 at 0:46
For VPN I use a separate client
â Vitalii Kravchenko
Feb 1 at 0:48
Hmm.. I'm not super familiar with that client or service, and can't seem to find any suitable resources on it. I would recommend trying the first approach; running the commands you're already using to fix it immediately after reboot. Additionally, knowing the contents of the broken resolv.conf after reboot could prove helpful.
â Ketzak
Feb 1 at 0:52
Not a solution, but could provide you some insight: unix.stackexchange.com/questions/273050/â¦
â Ketzak
Feb 1 at 1:01
add a comment |Â
up vote
0
down vote
up vote
0
down vote
I see that you're already trying to use the solution described here:
https://unix.stackexchange.com/questions/280264/no-dns-resolution-after-upgrade-from-ubuntu-14-04-to-16-04
While not ideal, a work-around would be to automatically run your commands on boot. This page includes some methods of doing that:
http://linuxtechlab.com/executing-commands-scripts-at-reboot/
Another possibility is that you're affected by the bug in the March 2017 update:
https://www.digitalocean.com/community/questions/how-to-fix-the-march-2017-ubuntu-dns-resolution-issues
Another very thorough answer appears here:
16.10 fail to resolve DNS
I don't know enough about your precise circumstances to advise a particular one of these to try first, but hopefully one of them will work for you.
Update: Based on the knowledge that it's failing when the server reboots with a non-standard VPN client up, it's reasonable to assume that this VPN client could be modifying resolv.conf and removing some of the default entries in an attempt to avoid DNS leakage. I would recommend then making sure that your VPN client is disconnected before shutdown, and possibly still automatically resetting the resolv.conf after boot.
Alternatively, you could try adding a legitimate nameserver of your choice, such as nameserver 8.8.8.8
to the file /etc/resolvconf/resolv.conf.d/head
, which might help. I am not sure if this will affect functionality of your VPN or not, or cause DNS leaking, so use it cautiously. Source:
https://ubuntuforums.org/showthread.php?t=2352821&page=2
I see that you're already trying to use the solution described here:
https://unix.stackexchange.com/questions/280264/no-dns-resolution-after-upgrade-from-ubuntu-14-04-to-16-04
While not ideal, a work-around would be to automatically run your commands on boot. This page includes some methods of doing that:
http://linuxtechlab.com/executing-commands-scripts-at-reboot/
Another possibility is that you're affected by the bug in the March 2017 update:
https://www.digitalocean.com/community/questions/how-to-fix-the-march-2017-ubuntu-dns-resolution-issues
Another very thorough answer appears here:
16.10 fail to resolve DNS
I don't know enough about your precise circumstances to advise a particular one of these to try first, but hopefully one of them will work for you.
Update: Based on the knowledge that it's failing when the server reboots with a non-standard VPN client up, it's reasonable to assume that this VPN client could be modifying resolv.conf and removing some of the default entries in an attempt to avoid DNS leakage. I would recommend then making sure that your VPN client is disconnected before shutdown, and possibly still automatically resetting the resolv.conf after boot.
Alternatively, you could try adding a legitimate nameserver of your choice, such as nameserver 8.8.8.8
to the file /etc/resolvconf/resolv.conf.d/head
, which might help. I am not sure if this will affect functionality of your VPN or not, or cause DNS leaking, so use it cautiously. Source:
https://ubuntuforums.org/showthread.php?t=2352821&page=2
edited Feb 1 at 1:08
answered Jan 31 at 23:44
Ketzak
1238
1238
1
It happens only if Vpn connection was on, before the reboot. I'm using PulseSecure client
â Vitalii Kravchenko
Feb 1 at 0:15
Are you using NetworkManager?
â Ketzak
Feb 1 at 0:46
For VPN I use a separate client
â Vitalii Kravchenko
Feb 1 at 0:48
Hmm.. I'm not super familiar with that client or service, and can't seem to find any suitable resources on it. I would recommend trying the first approach; running the commands you're already using to fix it immediately after reboot. Additionally, knowing the contents of the broken resolv.conf after reboot could prove helpful.
â Ketzak
Feb 1 at 0:52
Not a solution, but could provide you some insight: unix.stackexchange.com/questions/273050/â¦
â Ketzak
Feb 1 at 1:01
add a comment |Â
1
It happens only if Vpn connection was on, before the reboot. I'm using PulseSecure client
â Vitalii Kravchenko
Feb 1 at 0:15
Are you using NetworkManager?
â Ketzak
Feb 1 at 0:46
For VPN I use a separate client
â Vitalii Kravchenko
Feb 1 at 0:48
Hmm.. I'm not super familiar with that client or service, and can't seem to find any suitable resources on it. I would recommend trying the first approach; running the commands you're already using to fix it immediately after reboot. Additionally, knowing the contents of the broken resolv.conf after reboot could prove helpful.
â Ketzak
Feb 1 at 0:52
Not a solution, but could provide you some insight: unix.stackexchange.com/questions/273050/â¦
â Ketzak
Feb 1 at 1:01
1
1
It happens only if Vpn connection was on, before the reboot. I'm using PulseSecure client
â Vitalii Kravchenko
Feb 1 at 0:15
It happens only if Vpn connection was on, before the reboot. I'm using PulseSecure client
â Vitalii Kravchenko
Feb 1 at 0:15
Are you using NetworkManager?
â Ketzak
Feb 1 at 0:46
Are you using NetworkManager?
â Ketzak
Feb 1 at 0:46
For VPN I use a separate client
â Vitalii Kravchenko
Feb 1 at 0:48
For VPN I use a separate client
â Vitalii Kravchenko
Feb 1 at 0:48
Hmm.. I'm not super familiar with that client or service, and can't seem to find any suitable resources on it. I would recommend trying the first approach; running the commands you're already using to fix it immediately after reboot. Additionally, knowing the contents of the broken resolv.conf after reboot could prove helpful.
â Ketzak
Feb 1 at 0:52
Hmm.. I'm not super familiar with that client or service, and can't seem to find any suitable resources on it. I would recommend trying the first approach; running the commands you're already using to fix it immediately after reboot. Additionally, knowing the contents of the broken resolv.conf after reboot could prove helpful.
â Ketzak
Feb 1 at 0:52
Not a solution, but could provide you some insight: unix.stackexchange.com/questions/273050/â¦
â Ketzak
Feb 1 at 1:01
Not a solution, but could provide you some insight: unix.stackexchange.com/questions/273050/â¦
â Ketzak
Feb 1 at 1:01
add a comment |Â
up vote
0
down vote
It sounds like something (perhaps your PulseSecure client) is overwriting /etc/resolv.conf
or /run/resolvconf/resolv.conf
the latter by default should contain the following:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
the former as you know is supposed to be a symbolic link to the latter. You might check these files prior to reboot to insure they are unchanged. or better yet watch
them for changes to determine when and why the modification occurs.
That's the suspicion I had as well, once he mentioned it.
â Ketzak
Feb 1 at 1:00
add a comment |Â
up vote
0
down vote
It sounds like something (perhaps your PulseSecure client) is overwriting /etc/resolv.conf
or /run/resolvconf/resolv.conf
the latter by default should contain the following:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
the former as you know is supposed to be a symbolic link to the latter. You might check these files prior to reboot to insure they are unchanged. or better yet watch
them for changes to determine when and why the modification occurs.
That's the suspicion I had as well, once he mentioned it.
â Ketzak
Feb 1 at 1:00
add a comment |Â
up vote
0
down vote
up vote
0
down vote
It sounds like something (perhaps your PulseSecure client) is overwriting /etc/resolv.conf
or /run/resolvconf/resolv.conf
the latter by default should contain the following:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
the former as you know is supposed to be a symbolic link to the latter. You might check these files prior to reboot to insure they are unchanged. or better yet watch
them for changes to determine when and why the modification occurs.
It sounds like something (perhaps your PulseSecure client) is overwriting /etc/resolv.conf
or /run/resolvconf/resolv.conf
the latter by default should contain the following:
# Dynamic resolv.conf(5) file for glibc resolver(3) generated by resolvconf(8)
# DO NOT EDIT THIS FILE BY HAND -- YOUR CHANGES WILL BE OVERWRITTEN
nameserver 127.0.1.1
the former as you know is supposed to be a symbolic link to the latter. You might check these files prior to reboot to insure they are unchanged. or better yet watch
them for changes to determine when and why the modification occurs.
edited Feb 1 at 13:54
answered Feb 1 at 0:48
![](https://i.stack.imgur.com/Cfz2Q.jpg?s=32&g=1)
![](https://i.stack.imgur.com/Cfz2Q.jpg?s=32&g=1)
Elder Geek
25.6k949122
25.6k949122
That's the suspicion I had as well, once he mentioned it.
â Ketzak
Feb 1 at 1:00
add a comment |Â
That's the suspicion I had as well, once he mentioned it.
â Ketzak
Feb 1 at 1:00
That's the suspicion I had as well, once he mentioned it.
â Ketzak
Feb 1 at 1:00
That's the suspicion I had as well, once he mentioned it.
â Ketzak
Feb 1 at 1:00
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1001897%2fafter-each-reboot-cannot-resolve-host-by-dns%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Could this possibly be related to this bug? digitalocean.com/community/questions/â¦
â Ketzak
Jan 31 at 23:42
hi, similar question ? > askubuntu.com/a/134137/397428
â Yolateng0
Jan 31 at 23:50
If you could add the info in the non-working resolv.conf to your question, that could be helpful. @Yolateng0, similar in symptom, but very different causes and broken states. It would seem he does have a resolv.conf, albeit a useless one, whereas the user in the other question errantly deleted config files.
â Ketzak
Feb 1 at 0:56