Hi everyone,
can anyone give me a hint as to why replies from static DNS servers (ISP or Google 8.8.8. are not handled as “related” by rule 1 but instead I have to make a special rule (5) for them? (The RB serves as DNS server for the local LAN.)
May sound stupid but recreate your established and related rule as a totally new rule, drag it to the top and then see if it works. Had this very recently and the only reason I could think was #mikrotik.
alas, it didn’t work - anyway, thanks for a promising hint.
I thought this might be timed-out answers but a DNS server time-out increase did not help either.
It seems to be very regular to be some artifact…
Can you please share your full /export hide-sensitive ? How are these dns requests made? By clients with router set as DNS-Server or directly from client to google-dns (or others)?
proto UDP, <1st ISP DNS server>:53->:5678, len 323
proto UDP, <2nd ISP DNS server>:53->:5678, len 80
proto UDP, <3rd ISP DNS server>:53->:5678, len 80
proto UDP, 8.8.8.8:53->:5678, len 80
proto UDP, 8.8.8.8:53->:5678, len 80
I should mentions that is a private one and my ISP is port-forwarding all traffic to it from my public IP
Udp can have connection-state=established too. The protocol doesn’t have any connection as tcp does, but connection tracking sees it that way when there are packets with matching source and destination addresses and ports.
OK guys, I found out that these strange/bogus “DNS replies” to port 5678 (neighbor discovery) stopped as soon as I turned off “internet detection”. I assume it probed Google 8.8.8.8 and/or DHCP-acquired DNS servers.
Thanks