You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dns resolution is working for hotsopt clients but not for local server.
My config is: using router cascade I am in a subnet behind the wan connected router.
DNS it is working when dnsmaq is stopped.
` traceroute www.google.de
traceroute to www.google.de (142.250.185.195), 30 hops max, 60 byte packets
1 _gateway (192.168.0.31) 0.884 ms 0.664 ms 0.621 ms -> my rounter (192.168.0.0/20)
2 192.168.171.1 (192.168.171.1) 3.674 ms 9.393 ms 9.163 ms -> wan Router (192.168.171.0/24
3 91.66.183.254 (91.66.183.254) 12.654 ms 17.191 ms 18.477 ms
4 83-169-177-62-isp.superkabel.de (83.169.177.62) 19.921 ms 24.773 ms 26.210 ms
5 ip5886c065.static.kabel-deutschland.de (88.134.192.101) 26.028 ms 25.839 ms 25.634 ms
6 145.254.3.78 (145.254.3.78) 49.176 ms 19.516 ms 24.486 ms
7 145.254.2.195 (145.254.2.195) 22.533 ms 14.649 ms 20.151 ms
`
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi
I installed raspAP
dns resolution is working for hotsopt clients but not for local server.
My config is: using router cascade I am in a subnet behind the wan connected router.
DNS it is working when dnsmaq is stopped.
` traceroute www.google.de
traceroute to www.google.de (142.250.185.195), 30 hops max, 60 byte packets
1 _gateway (192.168.0.31) 0.884 ms 0.664 ms 0.621 ms -> my rounter (192.168.0.0/20)
2 192.168.171.1 (192.168.171.1) 3.674 ms 9.393 ms 9.163 ms -> wan Router (192.168.171.0/24
3 91.66.183.254 (91.66.183.254) 12.654 ms 17.191 ms 18.477 ms
4 83-169-177-62-isp.superkabel.de (83.169.177.62) 19.921 ms 24.773 ms 26.210 ms
5 ip5886c065.static.kabel-deutschland.de (88.134.192.101) 26.028 ms 25.839 ms 25.634 ms
6 145.254.3.78 (145.254.3.78) 49.176 ms 19.516 ms 24.486 ms
7 145.254.2.195 (145.254.2.195) 22.533 ms 14.649 ms 20.151 ms
`
`dig www.google.de
; <<>> DiG 9.11.5-P4-5.1+deb10u3-Raspbian <<>> www.google.de
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 19345
;; flags: qr aa rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1232
;; QUESTION SECTION:
;www.google.de. IN A
;; ANSWER SECTION:
www.google.de. 300 IN A 142.250.186.163
;; Query time: 15 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Mon Apr 05 10:02:00 CEST 2021
;; MSG SIZE rcvd: 58
`
` nslookup www.google.de
Server: 1.1.1.1
Address: 1.1.1.1#53
Name: www.google.de
Address: 172.217.23.99
Name: www.google.de
Address: 2a00:1450:4001:82a::2003
`
after starting dnsmasq service
error:
`sudo service dnsmasq start
root@pi2solar:~# nslookup www.google.de
Server: 127.0.0.1
Address: 127.0.0.1#53
** server can't find www.google.de: REFUSED
`
ping 1.1.1.1 is working
resolvconf -l
` resolvconf -l
/sbin/resolvconf: 13: /etc/resolvconf.conf: option: not found
resolv.conf from lo.dnsmasq
nameserver 127.0.0.1
resolv.conf from eth0.dhcp
Generated by dhcpcd from eth0.dhcp
domain fritz.box
search fritz.box
nameserver 192.168.0.31
resolv.conf from eth0.dhcp6
Generated by dhcpcd from eth0.dhcp6
nameserver fd00::3a10:d5ff:fe89:a41e
resolv.conf from eth0.ra
Generated by dhcpcd from eth0.ra
nameserver fd00::3a10:d5ff:fe89:a41e
`
tried to add nameserver 1.1.1.1 in dnsmasq and resolvconf.conf
but is it not showing up in resolvconf -l
Googled for ages but do not find a solution.
also removed and installed Rasp AP. without sucess.
any hints how to enable dns resolution
Beta Was this translation helpful? Give feedback.
All reactions