Guest User!

You are not Sophos Staff.

[7.385] DNS Requests dropped by Default Rule

Hi,

since i did the update this morning all DNS requests are dropped by the deafult pf rule.

What can i do? Do you need login or logs?

regards, mario
Parents
  • Isn't that normal behaviour? The default packet filter rule (that is, when no rules are defined in network->packet filter) is to drop everything. There is exception for webadmin, though.

    Please describe what you are trying to do and what you did. You provided too little information about your setup, sorry.
  • it blocks the dns requests of my ASG. i can't resolve any dns from my firewall. hope that's not default behaviour! [;)] in the pf i see the requests from my external interface are dropped.
  • it seems that everything my asg tries to sendout themself gets blocket by default rule. i see dropped smtp traffic, etc. i created a pf rule which allows dns and https (for my ssl site-2-site), and now dns requests work, also the ssl-vpn comes up again!
  • Yes, thats intended behaviour of a firewall and not a bug. You have to define what to allow. There are some services on the ASG that have an option to create the needed pf rule automatically, some others open the necessary ports when enabling the feature (IPSec VPN for example).

    And always remember: an allow any any any rule in packet filter does NOT allow all traffic in all directions, it only allows all traffic thats up to be fordwarded by ASG. This excludes traffic from and to the ASG itself (eg. DNS requests originating _from_  the ASG).

    I know this can be confusing as the pf table shown in webadmin does _not_ show all real rules, only the ones specifically created by the user. To really see the iptables definitions, you may use iptables-save and pipe the output into a file to look at it.
  • we completely missunderstood.

    normaly dns requests from the dns proxy on the firewall are allowed by default. also the smtp proxy is allowed to send emails. but that doesn't work. also the communication of the site-2-site ssl vpn only works, if i allow it with an own pf rule. i hope you understand what i mean!

    for further questions you can give me a call, i can send you my phone number via pm!
Reply
  • we completely missunderstood.

    normaly dns requests from the dns proxy on the firewall are allowed by default. also the smtp proxy is allowed to send emails. but that doesn't work. also the communication of the site-2-site ssl vpn only works, if i allow it with an own pf rule. i hope you understand what i mean!

    for further questions you can give me a call, i can send you my phone number via pm!
Children