0

OpenWRT NextDNS Resolution

tl;dr: I'm having an issue with iOS clients using NextDNS on OpenWRT.

I just installed OpenWRT on my router yesterday and everything went well. Except my iOS devices are unable to resolve anything when connected to WiFi. If I explicitly add a DNS server to my iOS devices, they are able to connect but not if I get the DNS server from DHCP.

I found this thread to be very similar, which Olivier was responding to:

https://forum.openwrt.org/t/configuring-nextdns/52466

Below are the value output from Olivier's questions in that thread.

root@dave:~# cat /var/etc/dnsmasq.conf.*
# auto-generated config file from /etc/config/dhcp
conf-file=/etc/dnsmasq.conf
dhcp-authoritative
domain-needed
localise-queries
read-ethers
enable-ubus
expand-hosts
bind-dynamic
local-service
domain=lan
server=/lan/
dhcp-leasefile=/tmp/dhcp.leases
resolv-file=/tmp/resolv.conf.auto
stop-dns-rebind
rebind-localhost-ok
dhcp-broadcast=tag:needs-broadcast
addn-hosts=/tmp/hosts
conf-dir=/tmp/dnsmasq.d
user=dnsmasq group=dnsmasq

dhcp-ignore-names=tag:dhcp_bogus_hostname
conf-file=/usr/share/dnsmasq/dhcpbogushostname.conf

bogus-priv
conf-file=/usr/share/dnsmasq/rfc6761.conf
dhcp-range=set:lan,192.168.1.100,192.168.1.249,255.255.255.0,12h
no-dhcp-interface=eth1.2
root@dave:~# nextdns version
nextdns version 1.10.1

I have removed the NextDNS packages from LuCi and re-run the NextDNS installer located here to no avail.

I'm hoping to get some other eyes on what I need to do to get this issue sorted.

Thanks!

Jordan

Reply

null

Content aside

  • 3 yrs agoLast active
  • 373Views
  • 1 Following