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.

Reply via email to