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/pass some ports on transparent

hello,
could you advice me how to block/pass some ports on transparent mode? i.e. i want to pass 443 port only for some urls, and block other 443 urls.


This thread was automatically locked due to age.
  • In transparent mode for http you won't be able to block anything with the http proxy other than regular http sites.

    For https you can set packetfilter rules for websites you wish to access.

    Create a DNS host definition for the website and you will likely want to create a website_allowed network group for the objects.

    Packet filter rule:
    Source; internal(network)  Service: HTTPS Destination: Website_allowed Action: allow

    Then create a drop rule
    Source: internal(network) Service: HTTPS  Destination: Any Action: Drop