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

Using proxy without user setting changes

All users from LAN gets NATed to access the internet but we need some users to use a proxy without changing any settings from client side.
So the internal users with private IP is using gateway as Astaro firewall and some kind of rule which forwards all http traffic to the proxy server which is running squid and is on a separate box.We are not using proxy service on the Astaro Gateway.
How can this be done?


This thread was automatically locked due to age.
Parents
  • It seems not to be supported by your SQUID. The reason is probably that Squid expects a PROXY connection from the browser (with the "CONNECT method) but it receives a standard https request  from the browser, which it doesn´t accept. This is probably because of Squid is not beeing able to worek as a transparent proxy.

    You really should think about using the "transparent  proxy" feature of the Astaro instead (you still can use your Squid proxy, if you want to, but you can avoid using DNAT and also it WEILL work). Transparent Proxy is exaclty the feature you want .
Reply
  • It seems not to be supported by your SQUID. The reason is probably that Squid expects a PROXY connection from the browser (with the "CONNECT method) but it receives a standard https request  from the browser, which it doesn´t accept. This is probably because of Squid is not beeing able to worek as a transparent proxy.

    You really should think about using the "transparent  proxy" feature of the Astaro instead (you still can use your Squid proxy, if you want to, but you can avoid using DNAT and also it WEILL work). Transparent Proxy is exaclty the feature you want .
Children
No Data