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 dropping packets

Hello All,
I've had a great time implementing Sophos UTM, with one exception. It drops packets when i try to connect to https://web80.dnchosting.com:2083/

Anyone know how i can configure Sophos to exempt this specific website for security checks?


This thread was automatically locked due to age.
Parents
  • That confirms that you need to make two firewall rules:

    Internal (Network) -> {UDP 1:65535->3544} -> {157.56.144.215} : Allow


    and

    Internal (Network) -> {TCP 1:65535->2083} -> {199.7.108.80} : Allow


    Instead of making the Destination a single IP Host definition, you might want to use a network definition like 199.7.108.64/27.  Or, you could start with a logged rule and make new rules based on what you see in the log file:

    Internal (Network) -> Any -> Internet : Allow



    Cheers - Bob
Reply
  • That confirms that you need to make two firewall rules:

    Internal (Network) -> {UDP 1:65535->3544} -> {157.56.144.215} : Allow


    and

    Internal (Network) -> {TCP 1:65535->2083} -> {199.7.108.80} : Allow


    Instead of making the Destination a single IP Host definition, you might want to use a network definition like 199.7.108.64/27.  Or, you could start with a logged rule and make new rules based on what you see in the log file:

    Internal (Network) -> Any -> Internet : Allow



    Cheers - Bob
Children
No Data