DNS settings not applying

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:
image
and by using dnsleaktest which returns this:
image

I've set the following settings:


in network > interfaces > wan > advance settings
image


in network > interfaces > lan > general
image


in network > "dhcp and dns"
image

@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?