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

UTM9 Block Sites Question

Just playing with a demo of UTM9 and have it working ok.

But, I have created two test polices to block websites, the first policy applies ok and blocks the site, the second policy below that does not apply and the site is allowed, even though the settings are the same.  Basically in each filter everything is allowed apart from the specified website.  Is this because it hits the first policy and then says well the site isnt in here so allow it rather than move down the list and going to the next rule ? How Can i get this to work, I need multiple rules as we need different user access to certain sites.

Thanks


This thread was automatically locked due to age.
  • Are you using UTM 9.1 or UTM 9.2?  My guess is the latter.

    The UTM uses the Policy to look at the user and time and choose a Filter Action based on the precedence.  Once a Filter Action is chosen it will be applied - the system does not fall down to the next action.

    If you want user-based policies with different list of blocked websites, make sure that you are using authentication and that your policies correctly indicate which user should have which Action applied.
  • Yes it's 9.2, Ahhh thank's for the reply that might explain it.  I was testing it without specify any users etc as I have not linked it to our Active Directory domain (yet) as I was just testing things out to see how they worked.  Looks like we will need to link it to AD to test things out.

    Thanks,
  • For realistic testing yes.

    On a quick-and-dirty basis you can manually create some locally authenticated users.  Then use authentication type of Browser.
  • Thanks, got it working by creating a few test users locally, just to prove what I needed to test.