I have a RB750G with nearly default setup.
It gets it DNS from my ISP 92.220.228.70 and 109.247.114.4
DNS resolution from clients and MikroTik router works fine.
There is a rule who block all traffic that has not en eksplisitt rule to allow in. (Last filter rule)
chain=input action=drop in-interface=ether1 log=yes log-prefix="FW_Drop_all_from_WAN"
But why do I see this in my log:
firewall,info MikroTik: FW_Drop_all_from_WAN input: in:ether1 out:(none), src-mac 00:05:00:01:00:01, proto UDP, 92.220.228.70:53->92.x.x.x:34694, len 73
firewall,info MikroTik: FW_Drop_all_from_WAN input: in:ether1 out:(none), src-mac 00:05:00:01:00:01, proto UDP, 109.247.114.4:53->92.x.x.x:39234, len 73
firewall,info MikroTik: FW_Drop_all_from_WAN input: in:ether1 out:(none), src-mac 00:05:00:01:00:01, proto UDP, 92.220.228.70:53->92.x.x.x:45052, len 73
firewall,info MikroTik: FW_Drop_all_from_WAN input: in:ether1 out:(none), src-mac 00:05:00:01:00:01, proto UDP, 92.220.228.70:53->92.x.x.x:39250, len 73
firewall,info MikroTik: FW_Drop_all_from_WAN input: in:ether1 out:(none), src-mac 00:05:00:01:00:01, proto UDP, 92.220.228.70:53->92.x.x.x:35385, len 73
firewall,info MikroTik: FW_Drop_all_from_WAN input: in:ether1 out:(none), src-mac 00:05:00:01:00:01, proto UDP, 109.247.114.4:53->92.x.x.x:35609, len 72
Why do I see this?
Source port 53? DNS
Is this normal?
Should I allow my DNS server to enter my firewall?