I have Astaro v.7 gateway. I want to redirect all HTTP internal traffic to other HTTP proxy machine. My HTTP proxy server must work in transparent mode. But after applying that rule below in Astaro I can't browse any web pages (I see connection timeout). The same problem I have, when I try browse web pages directly on HTTP proxy server. I configured on Astaro that rule:
Traffic Source: MY_LAN (IP)
Traffic Service: HTTP (1-65535 -> 80)
Traffic Destination:Any
NAT mode: DNAT
Destination: PROXY_HTTP (IP proxy server)
Destination Service:HTTP Proxy (1-65535 -> 8080) (my port on http proxy sever)
I have configured this rules on Astaro:
Source: eth_LAN (Network)
Service: HTTP Proxy (1-65535 -> 8080)
Destination: PROXY_HTTP (IP proxy server)
and
Source: PROXY_HTTP (IP proxy server)
Service: HTTP (1-65535 -> 80)
Destination: ANY
and somethig goes wrong... I can't see any dropped packets in live log from proxy server. I'm using squid 2.6 on my proxy server. When I configured my browser to use proxy and turn off this rule on Astaro everything works fine.
This thread was automatically locked due to age.