lör 2009-10-10 klockan 18:43 +0300 skrev Said Jaffer:
> Hello,
> 
> I have a Centos configured as bridge, squid running in transparent mode, 
> tproxy.
> 
> I would like to exclude few IP from not being redirected, as few
> routers are getting spoofing errors.
> 
> the below rule is running,
> 
> iptables -t tproxy -A PREROUTING -i br0 -p tcp -m tcp --dport 80 -j
> TPROXY --on-port 3128
> 
> what iptables rules do i need to bypass certain IPS from redirections.

You need to add an ACCEPT rule in the same table & chain before this.

Regards
Henrik

Reply via email to