no junkbuster or squidguard. just plain old vanilla squit cache / proxying. i'll look to my squid config. thanks.
dan * Vincent AE Scott ([EMAIL PROTECTED]) wrote: > dan radom([EMAIL PROTECTED])@Thu, Feb 21, 2002 at 01:46:28AM -0700: > > 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 > > > im no expert, but i dont think iptables will have any bearing > what-so-ever on cookies. cookies operate at the application layer, not > down at networking/transport. > > i'd guess that its your squid configuration that i'd look at first. are > you running junkbuster or squidGuard ? > > -vince > > -- > PGP key: http://codex.net/pgp/pgp.asc > > 2 + 2 = 5 for extremely large values of 2.