Zywall 110: Redirect traffic to proxy (squid)?

Options
drouboyboy
drouboyboy Posts: 5
First Comment
edited April 2021 in Security
Hi,

I'd like to force all my users to pass through my srv-squid without changing my architecture and without managing PC/Web browser configurations.

Below a quick scheme of my architecture.


Is there a way to do it with my Zyxel Zywall 110?

I've already tried "Redirect service" but it seems that it only redirect http (port 80).

Thanks.

All Replies

  • Alfonso
    Alfonso Posts: 257  Master Member
    First Anniversary Friend Collector First Answer First Comment
    Options
    You need to add a rule like:

    Source: Your internal network
    Destination: Any
    Port/Service: 80tcp & 443tcp (http & https)
    Action: Allow

    Nat Rule:
    Source: Your internal network
    Destination: Any
    Port/Service: 80tcp & 443tcp (http & https)
    Destination NAT: Your squid proxy
    Destination port NAT: Squid port (by default 3128 tcp)

    Obviously, other rules will allow traffic from squid server to internet. 

Security Highlight