Hi All
I am still fairly new to the 2.4 kernel (I'm a 2.2 boy by default) and so am having trouble getting TP working with Astaro. I have tried iptables rules by hand, and also using Astaro's NAT web-based tool to transparently pass off packets to my proxy server, but with no luck (BTW, Astaro 1.7's transparent proxying doesn't seem to work - nothing appears in the logs).
Here is what I need to happen:
10.0.0.0/23 -> 0.0.0.0/0:80 gets redirected to 10.0.0.200:8080, which then gets allowed to go to 0.0.0.0/0:80. I've tried going to NAT and using:
INTERNAL HTTP PROXY PROXY
(ie 10.0.0.0/23 80 10.0.0.200 8080)
and even gone to the extent of allowing any traffic to go anywhere (in Packet Filter Rules) but my proxy server 10.0.0.200 doesn't show any trace of receiving a request (not even a trace of it in tcpdump or squid/access.log). What am I missing? Has anyone else done this yet? Does any later version of Astaro have better support for transparently proxying?
TIA
This thread was automatically locked due to age.