PCs Lose Connectivy - Cannot Resolve DNS

A couple of times in the last month I noted different PCs, on two different VLANS had lost capability to connect to the internet.
I have two WANs a primary and a secondary. The secondary is for email only and has its own routing.
In the case above connection was lost to both internet traffic and email traffic.

On each PC I rebooted and that didnt solve the problem.
In each case I solved the issue by removing the automatic DHCP DNS setting on the PC itself by setting the DNS statically to 9,9,9,9 or 1,1,1,1 etc.
Right away I got good traffic.

Why is this perchance happening??

No changes to DNS settings…
add action=accept chain=input comment=“Allow LAN DNS queries-UDP”
connection-state=new dst-port=53 in-interface-list=LAN protocol=udp
add action=accept chain=input comment=“Allow LAN DNS queries - TCP”
connection-state=new dst-port=53 in-interface-list=LAN protocol=tcp

/ip dns
set allow-remote-requests=yes servers=9.9.9.9,1.1.1.1,8.8.8.8

/ip dhcp-server network
add … dns-server=…0.1 gateway=…0.1
add … dns-server=…2.1 gateway=…2.1
etc for all my vlans.

So there were computers under the same VLAN that could reach the Internet right ? Or it was a problem affecting all the computers under the same VLAN ?

I didnt check other computers or devices in the vlan. panic got in the way of a systematic approach. :slight_smile:

A. lets say it was only the specific pc - what does that infer?
B. lets say it was multiple pCs on that vlan - what does that infer?

If all the computers under the same VLAN can not do DNS requests then obviously something is wrong in the Router config…
If 2 computers out of e.g 10 can not do remote requests it might as well be something on the computers…
This is why i asked…