Hi, <br><br>I am running squid as a TRANSEPARENT PROXY WITH SQUID 2.5 on CENTOS 4.5. <br><br>Pls see below for squid.con file. <br><br><br> http_port 3128<br> cache_mem 64 MB<br> cache_dir ufs /var/spool/squid 100 16 256<br>
 cache_access_log /var/log/squid/access.log<br> cache_log /var/log/squid/cache.log<br> cache_store_log /var/log/squid/store.log<br><br># INSERT YOUR OWN RULE(S) HERE TO ALLOW ACCESS FROM YOUR CLIENTS<br><br># Example rule allowing access from your local networks. Adapt
<br># to list your (internal) IP networks from where browsing should<br># be allowed<br><br>acl mynet src <a href="http://192.168.101.0/24">192.168.101.0/24</a><br>http_access allow mynet<br><br>httpd_accel_host virtual<br>
httpd_accel_port 80<br>httpd_accel_with_proxy on<br>httpd_accel_uses_host_header on<br><br><br>I am ruunnig itables on the SAME BOX. I have added below rules for squid.<br><br>#Redirecting traffic destined to port 80 to port 3128
<br>
iptables -t nat -A PREROUTING -p tcp -i eth2 --dport 80 -j REDIRECT --to-port 3128<br>
<br>#For squid traffic to Accept<br>iptables -A INPUT -i eth2 -d <a href="http://192.168.101.254">192.168.101.254</a> -p tcp -s <a href="http://192.168.101.0/24">192.168.101.0/24</a> --dport 3128 -j ACCEPT<br><br>Evrything works fine. 
<br><br>Now, I am ging to upgrade CENTOS 4.5 to CENTOS 5. It comes with SQUID 2.6.<br><br>But, squid.conf file in SQUID 2.6 has no below lines. <br><br>httpd_accel_host virtual<br>
httpd_accel_port 80<br>
httpd_accel_with_proxy on<br>
httpd_accel_uses_host_header on<br>
<br>So, I want to know how to setup squid as a TRANSEPARENT PROXY, when it comes to SQUID 2.6.<br><br>any idea? <br><br><br><br><br><br>-- <br>Thank you<br>Indunil Jayasooriya<br>