Hi,
all on my brige+ squid + tproxy i'm running a web server.
and i cannot access to web page hosted on the box.
in my access.log i have a TCP_MISS/503 3157 GET
my config
+++++++++++++++++++++++++++++++++
iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY
--tproxy-mark 0x1/0x1 --on-port 3129
ebtables -t broute -A BROUTING -i $CLIENT_IFACE -p ipv4 --ip-proto tcp
--ip-dport 80 -j redirect --redirect-target DROP
ebtables -t broute -A BROUTING -i $INET_IFACE -p ipv4 --ip-proto tcp
--ip-sport 80 -j redirect --redirect-target DROP
+++++++++++++++++++++++++++++++++
can you help me solve that problem.
regards.
Received on Sun Aug 15 2010 - 00:37:44 MDT
This archive was generated by hypermail 2.2.0 : Mon Aug 16 2010 - 12:00:02 MDT