<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style> body {  font-family: "Calibri","Slate Pro","sans-serif"; color:#262626 }</style> </head> <body><div><span style="color: rgb(0, 0, 0); font-family: sans-serif;">Hi,</span></div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">I am using squid on Openwrt(chaos calmer) and want to redirect all requests for port 80 to 3128 port of squid  so that i can filter the traffic there on squid box. I am using wpad for auto proxy and want non-proxy user's traffic for port 80 to go to squid socket which is in my case 192.168.1.1:3128</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;"><br></div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">I have included </div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">"http_port 3128 intercept" in squid.conf </div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">and also made rule in firewall</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">config redirect</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">        option src 'lan'</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">        option src_dport '80'</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">        option src_ip '!192.168.1.1'</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">        option dest 'wan'</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">        option dest_port '3128'</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">        option dest_ip '192.168.1.1'</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">        option proto 'tcp'</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">        option target 'DNAT' </div><div style="color: rgb(0, 0, 0); font-family: sans-serif;"><br></div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">Using the above configuration i am able to full fill my purpose but if do so then users with auto proxy in their browers ‎can't access internet at all while in access.log it shows everything perfect.</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;"><br></div><div style="color: rgb(0, 0, 0); font-family: sans-serif;"><br></div><div style="color: rgb(0, 0, 0); font-family: sans-serif;"><br></div><div style="color: rgb(0, 0, 0); font-family: sans-serif;">Thanks in advance</div><div style="color: rgb(0, 0, 0); font-family: sans-serif;"><div><br></div>--<div>Regards  <br><div class="gmail_signature"><div dir="ltr">Yashvinder </div></div></div></div><div><br></div><div>Sent from my BlackBerry 10 smartphone.</div></body></html>