hi,
i am getting one more thing with the related problem, my local server where tproxy setup is 172.16.1.1 and i have run apache on it, normaly when i open 172.16.1.1 in browser it's open el5 default page and webserver works, but when i apply tproxy rules this page never open.
and the same time normal website like google, orkut work fine. and if i use normal proxy it's open smoothly. i am using following iptables rules for tproxy.
/sbin/ip rule add fwmark 0x1/0x1 lookup 100
/sbin/ip route add local 0.0.0.0/0 dev lo table 100 /iptables/sbin/iptables -t mangle -N DIVERT /iptables/sbin/iptables -t mangle -A PREROUTING -p tcp -m socket -j DIVERT /iptables/sbin/iptables -t mangle -A DIVERT -j MARK --set-mark 0x1/0x1
/iptables/sbin/iptables -t mangle -A DIVERT -j ACCEPT /iptables/sbin/iptables -t mangle -A PREROUTING -p tcp --dport 80 -j TPROXY --tproxy-mark 0x1/0x1 --on-port 3128
hi all, i am getting a problem with tproxy when i run a normal website it's working fine but when i login in yahoo or hotmail, sedond page never open and it's says following error's message Zero Sized Reply, server is too busy, timeout and when i run with normal tansparent proxy like redirect rule it's work fine, i am giving my setup below. rhel 5 with kernel 2.6.28.2 with patch of julian's routing patch (http://www.ssi.bg/~ja/) iptables-1.4.3rc1 squid-2.6.18 with tproxy patch of tproxy version2 and also check squid-3.1.0.4 with tproxy version4 i am using a server with 4 outgoing connection for internet and 1 internal connection for local network. please help me thanks in advance sonu... |