Hi,

I recently setup transparent squid proxying for outbound http, and I'm having a little 
problem with sites that use cookies (my.yahoo.com specifically).  My rules are as 
follows.  Any suggestions, or is this possible.

dan


$IPTABLES -t nat -A PREROUTING -i eth0 -s ! 192.168.0.6 -p tcp --dport 80 -j DNAT --to 
192.168.0.6:3128
$IPTABLES -t nat -A POSTROUTING -o eth0 -s 192.168.0.0/24 -d 192.168.0.6 -j SNAT --to 
$LANIP
$IPTABLES -A FORWARD -s 192.168.0.0/24 -d 192.168.0.6 -i eth0 -o eth0 -p tcp --dport 
3128 -j ACCEPT

Reply via email to