On 2/19/06, Poer Pongge <[EMAIL PROTECTED]> wrote: > > gimana caranya memaksa client melewati proxy ketika > browsing. aku pake squid 2.4 stable 12 di mesin redhat > enterprise server as 4. > > coba jawab ya...,
kalau gak salah itu yang dinamakan transparent proxy, bisa make iptables : iptables -t nat -A PREROUTING -i eth0 -p tcp --dport 80 -j REDIRECT --to-port 3128 kalau mau lengkapnya baca aja di : http://www.tldp.org/HOWTO/TransparentProxy.html#toc6 CMIIW [Non-text portions of this message have been removed] "This is my way being a linuxer..." http://jogja.linux.or.id http://jogja.linux.or.id/wiki/ Untuk berhenti langganan silahkan kirim email kosong ke: [EMAIL PROTECTED] Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/jogja-linux/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
