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

How to block ip networks trough the http proxy

Hi,
I have to block ip networks through the http Proxy.
For example:
All Clients in a Wireless Guest Network (separate zone) have to take the proxy for WEB access. The access to the internal networks is not allowed.
I defined a proxy profile in transparent mode. The access to the internet works fine but also the access to web Server in the internal network. First I blocked the access to the internal domain (^http?://([A-Za-z0-9.-]*\.)?internal_domain\.local/*) witch works fine.
For the access to the internal network I created the following Expression (^http?://10\.70\.8\.[0-9]{1,3}\./.*) but it doesn`t work.
What is my mistake?
Who can explain me the right syntax for ip networks or ip ranges?
Where should I add it, Domains or Regular Expressions?

I visit Regular Expressions for Defining URL Patterns in Sophos UTM but I really didn`t understand the whole syntax.


Thanks for help
yours Björn


This thread was automatically locked due to age.
Parents
  • There is one period where it shouldn't be... Do you find the error? [;)]

    ^https?://10\.70\.8\.[0-9]{1,3}/


    The .* at the end isn't necessary either.

    edit: A "?" in RegEx means: the previous sign is optional, so your Expressions matches "http[...]" and "htt[...]", while mine matches "http[...]" and "https[...]"...
Reply
  • There is one period where it shouldn't be... Do you find the error? [;)]

    ^https?://10\.70\.8\.[0-9]{1,3}/


    The .* at the end isn't necessary either.

    edit: A "?" in RegEx means: the previous sign is optional, so your Expressions matches "http[...]" and "htt[...]", while mine matches "http[...]" and "https[...]"...
Children
No Data