Guest User!

You are not Sophos Staff.

This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Sophos UTM 330

is it possible to authenticate active directory user with firewall rule? so far unsuccessful



This thread was automatically locked due to age.
Parents Reply Children
  • Yes you can, Brian.

    First, you need to configure user identification as I described above.

    Then, assuming that you're using Web Filtering now, make DNS Host definitions for the FQDNs you find with:

    zgrep 'fbcdn\.net' /var/log/http/2020/*/*|grep -oP 'url=".*?"'|sort -n|uniq -c

    And for:

    zgrep 'url="https\://[A-Za-z0-9.-]*facebook\.com/' /var/log/http/2020/*/*|grep -oP 'url=".*?"'|sort -n|uniq -c

    Because of [A-Za-z0-9.-]*, the second one will take awhile.

    Now you can make a firewall rule like

    {group of (User Network) objects} -> Web Surfing -> {group of Facebook DNS Hosts} : Drop

    Cheers - Bob

  • Thanks Bob for your prompt support, i will test later

  • Hoi Brian,

    You might be interested in a document I maintain that I make available to members of the UTM Community, "Configure HTTP Proxy for a Network of Guests."  If you would like me to send you this document, PM me your email address.  For our German-speaking members, I also maintain a version auf Deutsch initially translated by fellow member hallowach when he and I did a major revision in 2013.

    Cheers - Bob

  • Hi bob

    Thanks i will love to look review your

    I also experience that Internet browsing using proxy is very slow compare to using the gateway. have you herd of this before?