well thanks Ricky...
Now I'm getting closer to what I'm looking for (well, I think..)
We have 2 branch offices here, the first one use a dial-up for internet and the other one use a WAVE LAN... now this is what I've got ;
Everything works fine on the machine with dial-up connection.. every client can surf smoothly through squid.. I use this code to redirect all request ;
iptables -A PREROUTING -t nat -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128
when I was sure everything works I try the same way in the other machine (the one which has a WAVE LAN connection) but it does't work... the squid is working.. I set the same squid.conf and the codes for transparent proxy..
bye the way it's fine if I just let the clients surf without squid...
did I missed something
or is the code should be different for WAVE LAN
if yes, please can you let me know how it supposed to be.
I've tried many things.. but still I can't make the clients go through the squid.
[/code]