Hey guys.
I'm trying to set the default dns to google dns however it doesn't seem to be working.
I'm testing by using nslookup on windows which returns this:

and by using dnsleaktest which returns this:

I've set the following settings:
in network > interfaces > wan > advance settings

in network > interfaces > lan > general

in network > "dhcp and dns"

@openwrt-router:
https://openwrt.org/docs/guide-user/base-system/dhcp_configuration#upstream_dns_provider
uci delete dhcp.@dnsmasq[0].server
uci commit dhcp
service dnsmasq restart
Diagnostics:
@windows-host:
ipconfig /all
@openwrt-router:
uci show network
uci show dhcp
cat /tmp/resolv.conf.auto
1 Like
Looks like the PC is using a DNS with a private IP address outside your local LAN... How is the network configured in that PC?