DNS at systemd's 127.0.0.53 is ignoring some lookups

Clash Royale CLAN TAG#URR8PPP up vote
4
down vote
favorite
The systemd's DNS lovated at 127.0.0.53 appears to be working except when I query for local machines by name. But if I query for them and specifically specify the local DNS server (my router) then I get the proper reply. But the config file says it is also using the router as the search address. Any thoughts?
I am running Ubuntu 18.04 on my Dell laptop.
Incorrect Results:
$ nslookup web1
Server: 127.0.0.53
Address: 127.0.0.53#53
** server can't find web1: SERVFAIL
Also Fails
$ nslookup -i wlp3s0 web1
nslookup: couldn't get address for 'web1': not found
Correct Results:
$ nslookup web1 192.168.1.1
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: web1
Address: 192.168.1.107
Configuration Info systemd-resolve
$ systemd-resolve --status
Global
DNSSEC NTA: 10.in-addr.arpa
16.172.in-addr.arpa
168.192.in-addr.arpa
17.172.in-addr.arpa
18.172.in-addr.arpa
19.172.in-addr.arpa
20.172.in-addr.arpa
21.172.in-addr.arpa
22.172.in-addr.arpa
23.172.in-addr.arpa
24.172.in-addr.arpa
25.172.in-addr.arpa
26.172.in-addr.arpa
27.172.in-addr.arpa
28.172.in-addr.arpa
29.172.in-addr.arpa
30.172.in-addr.arpa
31.172.in-addr.arpa
corp
d.f.ip6.arpa
home
internal
intranet
lan
local
private
test
Link 3 (wlp3s0)
Current Scopes: DNS
LLMNR setting: yes
MulticastDNS setting: no
DNSSEC setting: no
DNSSEC supported: no
DNS Servers: 192.168.1.1
DNS Domain: wp.comcast.net
Link 2 (enp2s0)
Current Scopes: none
LLMNR setting: yes
MulticastDNS setting: no
DNSSEC setting: no
DNSSEC supported: no
Configuration Info NetworkManager
$ cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no
So how do I get nslookup to return the correct answer? Link 3 appears to be the correct information (my wifi connection) and my DNS on the router is returning the correct answer but the local cache never tries to look up the address (or so it seems).
networking 18.04 dns
 |Â
show 1 more comment
up vote
4
down vote
favorite
The systemd's DNS lovated at 127.0.0.53 appears to be working except when I query for local machines by name. But if I query for them and specifically specify the local DNS server (my router) then I get the proper reply. But the config file says it is also using the router as the search address. Any thoughts?
I am running Ubuntu 18.04 on my Dell laptop.
Incorrect Results:
$ nslookup web1
Server: 127.0.0.53
Address: 127.0.0.53#53
** server can't find web1: SERVFAIL
Also Fails
$ nslookup -i wlp3s0 web1
nslookup: couldn't get address for 'web1': not found
Correct Results:
$ nslookup web1 192.168.1.1
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: web1
Address: 192.168.1.107
Configuration Info systemd-resolve
$ systemd-resolve --status
Global
DNSSEC NTA: 10.in-addr.arpa
16.172.in-addr.arpa
168.192.in-addr.arpa
17.172.in-addr.arpa
18.172.in-addr.arpa
19.172.in-addr.arpa
20.172.in-addr.arpa
21.172.in-addr.arpa
22.172.in-addr.arpa
23.172.in-addr.arpa
24.172.in-addr.arpa
25.172.in-addr.arpa
26.172.in-addr.arpa
27.172.in-addr.arpa
28.172.in-addr.arpa
29.172.in-addr.arpa
30.172.in-addr.arpa
31.172.in-addr.arpa
corp
d.f.ip6.arpa
home
internal
intranet
lan
local
private
test
Link 3 (wlp3s0)
Current Scopes: DNS
LLMNR setting: yes
MulticastDNS setting: no
DNSSEC setting: no
DNSSEC supported: no
DNS Servers: 192.168.1.1
DNS Domain: wp.comcast.net
Link 2 (enp2s0)
Current Scopes: none
LLMNR setting: yes
MulticastDNS setting: no
DNSSEC setting: no
DNSSEC supported: no
Configuration Info NetworkManager
$ cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no
So how do I get nslookup to return the correct answer? Link 3 appears to be the correct information (my wifi connection) and my DNS on the router is returning the correct answer but the local cache never tries to look up the address (or so it seems).
networking 18.04 dns
Check out this post and see if that solve your problem: askubuntu.com/questions/1034064/â¦
â user822833
May 26 at 13:32
I don't have dns=dnsmasq in my config file. I am updating my question to show this.
â schworak
May 26 at 13:52
Which version of Ubuntu are you running and can you also update your post with the IP configuration?
â user822833
May 26 at 14:13
I am running Ubuntu 18.04 on a Dell laptop.
â schworak
May 28 at 12:32
could you plz trynslookup -i wlp3s0 web1
â cmak.fr
May 28 at 16:05
 |Â
show 1 more comment
up vote
4
down vote
favorite
up vote
4
down vote
favorite
The systemd's DNS lovated at 127.0.0.53 appears to be working except when I query for local machines by name. But if I query for them and specifically specify the local DNS server (my router) then I get the proper reply. But the config file says it is also using the router as the search address. Any thoughts?
I am running Ubuntu 18.04 on my Dell laptop.
Incorrect Results:
$ nslookup web1
Server: 127.0.0.53
Address: 127.0.0.53#53
** server can't find web1: SERVFAIL
Also Fails
$ nslookup -i wlp3s0 web1
nslookup: couldn't get address for 'web1': not found
Correct Results:
$ nslookup web1 192.168.1.1
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: web1
Address: 192.168.1.107
Configuration Info systemd-resolve
$ systemd-resolve --status
Global
DNSSEC NTA: 10.in-addr.arpa
16.172.in-addr.arpa
168.192.in-addr.arpa
17.172.in-addr.arpa
18.172.in-addr.arpa
19.172.in-addr.arpa
20.172.in-addr.arpa
21.172.in-addr.arpa
22.172.in-addr.arpa
23.172.in-addr.arpa
24.172.in-addr.arpa
25.172.in-addr.arpa
26.172.in-addr.arpa
27.172.in-addr.arpa
28.172.in-addr.arpa
29.172.in-addr.arpa
30.172.in-addr.arpa
31.172.in-addr.arpa
corp
d.f.ip6.arpa
home
internal
intranet
lan
local
private
test
Link 3 (wlp3s0)
Current Scopes: DNS
LLMNR setting: yes
MulticastDNS setting: no
DNSSEC setting: no
DNSSEC supported: no
DNS Servers: 192.168.1.1
DNS Domain: wp.comcast.net
Link 2 (enp2s0)
Current Scopes: none
LLMNR setting: yes
MulticastDNS setting: no
DNSSEC setting: no
DNSSEC supported: no
Configuration Info NetworkManager
$ cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no
So how do I get nslookup to return the correct answer? Link 3 appears to be the correct information (my wifi connection) and my DNS on the router is returning the correct answer but the local cache never tries to look up the address (or so it seems).
networking 18.04 dns
The systemd's DNS lovated at 127.0.0.53 appears to be working except when I query for local machines by name. But if I query for them and specifically specify the local DNS server (my router) then I get the proper reply. But the config file says it is also using the router as the search address. Any thoughts?
I am running Ubuntu 18.04 on my Dell laptop.
Incorrect Results:
$ nslookup web1
Server: 127.0.0.53
Address: 127.0.0.53#53
** server can't find web1: SERVFAIL
Also Fails
$ nslookup -i wlp3s0 web1
nslookup: couldn't get address for 'web1': not found
Correct Results:
$ nslookup web1 192.168.1.1
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: web1
Address: 192.168.1.107
Configuration Info systemd-resolve
$ systemd-resolve --status
Global
DNSSEC NTA: 10.in-addr.arpa
16.172.in-addr.arpa
168.192.in-addr.arpa
17.172.in-addr.arpa
18.172.in-addr.arpa
19.172.in-addr.arpa
20.172.in-addr.arpa
21.172.in-addr.arpa
22.172.in-addr.arpa
23.172.in-addr.arpa
24.172.in-addr.arpa
25.172.in-addr.arpa
26.172.in-addr.arpa
27.172.in-addr.arpa
28.172.in-addr.arpa
29.172.in-addr.arpa
30.172.in-addr.arpa
31.172.in-addr.arpa
corp
d.f.ip6.arpa
home
internal
intranet
lan
local
private
test
Link 3 (wlp3s0)
Current Scopes: DNS
LLMNR setting: yes
MulticastDNS setting: no
DNSSEC setting: no
DNSSEC supported: no
DNS Servers: 192.168.1.1
DNS Domain: wp.comcast.net
Link 2 (enp2s0)
Current Scopes: none
LLMNR setting: yes
MulticastDNS setting: no
DNSSEC setting: no
DNSSEC supported: no
Configuration Info NetworkManager
$ cat /etc/NetworkManager/NetworkManager.conf
[main]
plugins=ifupdown,keyfile
[ifupdown]
managed=false
[device]
wifi.scan-rand-mac-address=no
So how do I get nslookup to return the correct answer? Link 3 appears to be the correct information (my wifi connection) and my DNS on the router is returning the correct answer but the local cache never tries to look up the address (or so it seems).
networking 18.04 dns
edited May 29 at 14:34
asked May 26 at 13:26
schworak
838
838
Check out this post and see if that solve your problem: askubuntu.com/questions/1034064/â¦
â user822833
May 26 at 13:32
I don't have dns=dnsmasq in my config file. I am updating my question to show this.
â schworak
May 26 at 13:52
Which version of Ubuntu are you running and can you also update your post with the IP configuration?
â user822833
May 26 at 14:13
I am running Ubuntu 18.04 on a Dell laptop.
â schworak
May 28 at 12:32
could you plz trynslookup -i wlp3s0 web1
â cmak.fr
May 28 at 16:05
 |Â
show 1 more comment
Check out this post and see if that solve your problem: askubuntu.com/questions/1034064/â¦
â user822833
May 26 at 13:32
I don't have dns=dnsmasq in my config file. I am updating my question to show this.
â schworak
May 26 at 13:52
Which version of Ubuntu are you running and can you also update your post with the IP configuration?
â user822833
May 26 at 14:13
I am running Ubuntu 18.04 on a Dell laptop.
â schworak
May 28 at 12:32
could you plz trynslookup -i wlp3s0 web1
â cmak.fr
May 28 at 16:05
Check out this post and see if that solve your problem: askubuntu.com/questions/1034064/â¦
â user822833
May 26 at 13:32
Check out this post and see if that solve your problem: askubuntu.com/questions/1034064/â¦
â user822833
May 26 at 13:32
I don't have dns=dnsmasq in my config file. I am updating my question to show this.
â schworak
May 26 at 13:52
I don't have dns=dnsmasq in my config file. I am updating my question to show this.
â schworak
May 26 at 13:52
Which version of Ubuntu are you running and can you also update your post with the IP configuration?
â user822833
May 26 at 14:13
Which version of Ubuntu are you running and can you also update your post with the IP configuration?
â user822833
May 26 at 14:13
I am running Ubuntu 18.04 on a Dell laptop.
â schworak
May 28 at 12:32
I am running Ubuntu 18.04 on a Dell laptop.
â schworak
May 28 at 12:32
could you plz try
nslookup -i wlp3s0 web1â cmak.fr
May 28 at 16:05
could you plz try
nslookup -i wlp3s0 web1â cmak.fr
May 28 at 16:05
 |Â
show 1 more comment
1 Answer
1
active
oldest
votes
up vote
5
down vote
I found the fix that worked for me.
my resolv.conf file was pointing to the wrong place. This seems like a bug in Ubuntu as it happened on my laptop (the machine I first noticed this issue on) and on a fresh install of Ubuntu 18.04 Server.
The Default
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 39 Apr 26 12:07 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
I deleted this and pointed to the correct file. After rebooting, this solved my issue. And I was even able to switch networks on my laptop and the DNS switched correctly. Of course when on external networks I can't resolve any of my local machines but that is expected. As soon as I switch back to my local network, all the local machines resolve correctly because my router is the DNS.
The Fix
$ sudo rm -f /etc/resolv.conf
$ sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 32 May 29 08:48 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf
$ sudo reboot
After that, everything worked as I expected and 127.0.0.53 is no longer being used at all.
The Correct Results
$ nslookup web1
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: web1
Address: 192.168.1.107
$ nslookup google.com
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
Name: google.com
Address: 172.217.7.174
Name: google.com
Address: 2607:f8b0:4004:80e::200e
Please report this bug usingubuntu-bug resolvconf.
â Chai T. Rex
May 29 at 17:57
When I start to send it says resolvconf (not installed). Is resolvconf and systemd-resolve the same thing?
â schworak
May 31 at 0:28
systemd-resolveis provided by thesystemdpackage, so please tryubuntu-bug systemdinstead.
â Chai T. Rex
May 31 at 0:45
Thanks! I had never used that bug reporting feature before. Very nice.
â schworak
Jun 1 at 12:30
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
5
down vote
I found the fix that worked for me.
my resolv.conf file was pointing to the wrong place. This seems like a bug in Ubuntu as it happened on my laptop (the machine I first noticed this issue on) and on a fresh install of Ubuntu 18.04 Server.
The Default
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 39 Apr 26 12:07 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
I deleted this and pointed to the correct file. After rebooting, this solved my issue. And I was even able to switch networks on my laptop and the DNS switched correctly. Of course when on external networks I can't resolve any of my local machines but that is expected. As soon as I switch back to my local network, all the local machines resolve correctly because my router is the DNS.
The Fix
$ sudo rm -f /etc/resolv.conf
$ sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 32 May 29 08:48 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf
$ sudo reboot
After that, everything worked as I expected and 127.0.0.53 is no longer being used at all.
The Correct Results
$ nslookup web1
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: web1
Address: 192.168.1.107
$ nslookup google.com
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
Name: google.com
Address: 172.217.7.174
Name: google.com
Address: 2607:f8b0:4004:80e::200e
Please report this bug usingubuntu-bug resolvconf.
â Chai T. Rex
May 29 at 17:57
When I start to send it says resolvconf (not installed). Is resolvconf and systemd-resolve the same thing?
â schworak
May 31 at 0:28
systemd-resolveis provided by thesystemdpackage, so please tryubuntu-bug systemdinstead.
â Chai T. Rex
May 31 at 0:45
Thanks! I had never used that bug reporting feature before. Very nice.
â schworak
Jun 1 at 12:30
add a comment |Â
up vote
5
down vote
I found the fix that worked for me.
my resolv.conf file was pointing to the wrong place. This seems like a bug in Ubuntu as it happened on my laptop (the machine I first noticed this issue on) and on a fresh install of Ubuntu 18.04 Server.
The Default
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 39 Apr 26 12:07 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
I deleted this and pointed to the correct file. After rebooting, this solved my issue. And I was even able to switch networks on my laptop and the DNS switched correctly. Of course when on external networks I can't resolve any of my local machines but that is expected. As soon as I switch back to my local network, all the local machines resolve correctly because my router is the DNS.
The Fix
$ sudo rm -f /etc/resolv.conf
$ sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 32 May 29 08:48 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf
$ sudo reboot
After that, everything worked as I expected and 127.0.0.53 is no longer being used at all.
The Correct Results
$ nslookup web1
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: web1
Address: 192.168.1.107
$ nslookup google.com
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
Name: google.com
Address: 172.217.7.174
Name: google.com
Address: 2607:f8b0:4004:80e::200e
Please report this bug usingubuntu-bug resolvconf.
â Chai T. Rex
May 29 at 17:57
When I start to send it says resolvconf (not installed). Is resolvconf and systemd-resolve the same thing?
â schworak
May 31 at 0:28
systemd-resolveis provided by thesystemdpackage, so please tryubuntu-bug systemdinstead.
â Chai T. Rex
May 31 at 0:45
Thanks! I had never used that bug reporting feature before. Very nice.
â schworak
Jun 1 at 12:30
add a comment |Â
up vote
5
down vote
up vote
5
down vote
I found the fix that worked for me.
my resolv.conf file was pointing to the wrong place. This seems like a bug in Ubuntu as it happened on my laptop (the machine I first noticed this issue on) and on a fresh install of Ubuntu 18.04 Server.
The Default
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 39 Apr 26 12:07 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
I deleted this and pointed to the correct file. After rebooting, this solved my issue. And I was even able to switch networks on my laptop and the DNS switched correctly. Of course when on external networks I can't resolve any of my local machines but that is expected. As soon as I switch back to my local network, all the local machines resolve correctly because my router is the DNS.
The Fix
$ sudo rm -f /etc/resolv.conf
$ sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 32 May 29 08:48 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf
$ sudo reboot
After that, everything worked as I expected and 127.0.0.53 is no longer being used at all.
The Correct Results
$ nslookup web1
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: web1
Address: 192.168.1.107
$ nslookup google.com
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
Name: google.com
Address: 172.217.7.174
Name: google.com
Address: 2607:f8b0:4004:80e::200e
I found the fix that worked for me.
my resolv.conf file was pointing to the wrong place. This seems like a bug in Ubuntu as it happened on my laptop (the machine I first noticed this issue on) and on a fresh install of Ubuntu 18.04 Server.
The Default
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 39 Apr 26 12:07 /etc/resolv.conf -> ../run/systemd/resolve/stub-resolv.conf
I deleted this and pointed to the correct file. After rebooting, this solved my issue. And I was even able to switch networks on my laptop and the DNS switched correctly. Of course when on external networks I can't resolve any of my local machines but that is expected. As soon as I switch back to my local network, all the local machines resolve correctly because my router is the DNS.
The Fix
$ sudo rm -f /etc/resolv.conf
$ sudo ln -s /run/systemd/resolve/resolv.conf /etc/resolv.conf
$ ls -l /etc/resolv.conf
lrwxrwxrwx 1 root root 32 May 29 08:48 /etc/resolv.conf -> /run/systemd/resolve/resolv.conf
$ sudo reboot
After that, everything worked as I expected and 127.0.0.53 is no longer being used at all.
The Correct Results
$ nslookup web1
Server: 192.168.1.1
Address: 192.168.1.1#53
Name: web1
Address: 192.168.1.107
$ nslookup google.com
Server: 192.168.1.1
Address: 192.168.1.1#53
Non-authoritative answer:
Name: google.com
Address: 172.217.7.174
Name: google.com
Address: 2607:f8b0:4004:80e::200e
answered May 29 at 16:08
schworak
838
838
Please report this bug usingubuntu-bug resolvconf.
â Chai T. Rex
May 29 at 17:57
When I start to send it says resolvconf (not installed). Is resolvconf and systemd-resolve the same thing?
â schworak
May 31 at 0:28
systemd-resolveis provided by thesystemdpackage, so please tryubuntu-bug systemdinstead.
â Chai T. Rex
May 31 at 0:45
Thanks! I had never used that bug reporting feature before. Very nice.
â schworak
Jun 1 at 12:30
add a comment |Â
Please report this bug usingubuntu-bug resolvconf.
â Chai T. Rex
May 29 at 17:57
When I start to send it says resolvconf (not installed). Is resolvconf and systemd-resolve the same thing?
â schworak
May 31 at 0:28
systemd-resolveis provided by thesystemdpackage, so please tryubuntu-bug systemdinstead.
â Chai T. Rex
May 31 at 0:45
Thanks! I had never used that bug reporting feature before. Very nice.
â schworak
Jun 1 at 12:30
Please report this bug using
ubuntu-bug resolvconf.â Chai T. Rex
May 29 at 17:57
Please report this bug using
ubuntu-bug resolvconf.â Chai T. Rex
May 29 at 17:57
When I start to send it says resolvconf (not installed). Is resolvconf and systemd-resolve the same thing?
â schworak
May 31 at 0:28
When I start to send it says resolvconf (not installed). Is resolvconf and systemd-resolve the same thing?
â schworak
May 31 at 0:28
systemd-resolve is provided by the systemd package, so please try ubuntu-bug systemd instead.â Chai T. Rex
May 31 at 0:45
systemd-resolve is provided by the systemd package, so please try ubuntu-bug systemd instead.â Chai T. Rex
May 31 at 0:45
Thanks! I had never used that bug reporting feature before. Very nice.
â schworak
Jun 1 at 12:30
Thanks! I had never used that bug reporting feature before. Very nice.
â schworak
Jun 1 at 12:30
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%2f1040595%2fdns-at-systemds-127-0-0-53-is-ignoring-some-lookups%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
Check out this post and see if that solve your problem: askubuntu.com/questions/1034064/â¦
â user822833
May 26 at 13:32
I don't have dns=dnsmasq in my config file. I am updating my question to show this.
â schworak
May 26 at 13:52
Which version of Ubuntu are you running and can you also update your post with the IP configuration?
â user822833
May 26 at 14:13
I am running Ubuntu 18.04 on a Dell laptop.
â schworak
May 28 at 12:32
could you plz try
nslookup -i wlp3s0 web1â cmak.fr
May 28 at 16:05