Hello.
I’ve implemented a DNS forwarder in VyOS system. It works well
But then I’ve put these firewall rules…:
set firewall ipv4 output filter default-action drop
set firewall ipv4 output filter rule 1 protocol udp
set firewall ipv4 output filter rule 1 destination port 53
set firewall ipv4 output filter rule 1 action accept
…DNS queries from my clients hangs. The thing is that if I delete set firewall ipv4 output filter rule 1 destination port 53 line, resolution works again. So, my question is…isn’t suposed VyOS’s DNS forwarder to do DNS queries to 53/udp port of my main (Internet’s) DNS server? If not, which is the port VyOS is using, then? I’m missing something…
Thanks!