How to fix broken network manager nameservers resolver?

Clash Royale CLAN TAG#URR8PPP up vote
0
down vote
favorite
On my Ubuntu desktop 17.10, the network manager creates a virtual nameserver interpretor which runs on 127.0.1.1 and put it in my /etc/resolv.conf
(if I run ping 127.0.1.1 it is on)
If I run nslookup google 127.0.1.1, it will say
;; connection timed out; no servers could be reached
also nmap 127.0.1.1 -p 53 says it is down too...
Now, when I run systemd-resolve --status
It returns:
Global
DNS Servers: 8.8.8.8
1.1.1.1
...
DNSSEC NTA: ...
Which is the correct setting...however...
When I do ping -c 3 google.com or nslookup google.com it simply cannot interpret the domain.
I also cannot use a browser like firefox to browse internet directly.
What are my options here?
network-manager dns
add a comment |Â
up vote
0
down vote
favorite
On my Ubuntu desktop 17.10, the network manager creates a virtual nameserver interpretor which runs on 127.0.1.1 and put it in my /etc/resolv.conf
(if I run ping 127.0.1.1 it is on)
If I run nslookup google 127.0.1.1, it will say
;; connection timed out; no servers could be reached
also nmap 127.0.1.1 -p 53 says it is down too...
Now, when I run systemd-resolve --status
It returns:
Global
DNS Servers: 8.8.8.8
1.1.1.1
...
DNSSEC NTA: ...
Which is the correct setting...however...
When I do ping -c 3 google.com or nslookup google.com it simply cannot interpret the domain.
I also cannot use a browser like firefox to browse internet directly.
What are my options here?
network-manager dns
have you tried addingnameserver 8.8.8.8to the top of /etc/resolv.conf`
â ptetteh227
Apr 13 at 19:16
add a comment |Â
up vote
0
down vote
favorite
up vote
0
down vote
favorite
On my Ubuntu desktop 17.10, the network manager creates a virtual nameserver interpretor which runs on 127.0.1.1 and put it in my /etc/resolv.conf
(if I run ping 127.0.1.1 it is on)
If I run nslookup google 127.0.1.1, it will say
;; connection timed out; no servers could be reached
also nmap 127.0.1.1 -p 53 says it is down too...
Now, when I run systemd-resolve --status
It returns:
Global
DNS Servers: 8.8.8.8
1.1.1.1
...
DNSSEC NTA: ...
Which is the correct setting...however...
When I do ping -c 3 google.com or nslookup google.com it simply cannot interpret the domain.
I also cannot use a browser like firefox to browse internet directly.
What are my options here?
network-manager dns
On my Ubuntu desktop 17.10, the network manager creates a virtual nameserver interpretor which runs on 127.0.1.1 and put it in my /etc/resolv.conf
(if I run ping 127.0.1.1 it is on)
If I run nslookup google 127.0.1.1, it will say
;; connection timed out; no servers could be reached
also nmap 127.0.1.1 -p 53 says it is down too...
Now, when I run systemd-resolve --status
It returns:
Global
DNS Servers: 8.8.8.8
1.1.1.1
...
DNSSEC NTA: ...
Which is the correct setting...however...
When I do ping -c 3 google.com or nslookup google.com it simply cannot interpret the domain.
I also cannot use a browser like firefox to browse internet directly.
What are my options here?
network-manager dns
network-manager dns
edited Apr 13 at 15:58
asked Apr 13 at 15:28
Aero Windwalker
4691514
4691514
have you tried addingnameserver 8.8.8.8to the top of /etc/resolv.conf`
â ptetteh227
Apr 13 at 19:16
add a comment |Â
have you tried addingnameserver 8.8.8.8to the top of /etc/resolv.conf`
â ptetteh227
Apr 13 at 19:16
have you tried adding
nameserver 8.8.8.8 to the top of /etc/resolv.conf`â ptetteh227
Apr 13 at 19:16
have you tried adding
nameserver 8.8.8.8 to the top of /etc/resolv.conf`â ptetteh227
Apr 13 at 19:16
add a comment |Â
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
active
oldest
votes
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%2f1024697%2fhow-to-fix-broken-network-manager-nameservers-resolver%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
have you tried adding
nameserver 8.8.8.8to the top of /etc/resolv.conf`â ptetteh227
Apr 13 at 19:16