cbq & squid
Brought to you by:
pgolubev
i was configured a linux box for control client's upload
traffic only.
and i want to setup a squid caching in this box too.
and squid needs to run an iptables command like this :
iptables -t nat -A PREROUTING -i eth0 -p tcp --dport
80 -j REDIRECT --to-port 3128
nd after running this command , cbq cannt control
upload.
how can i match cbq & squid work together in this box.
thanks