di iptables bisa, di squid juga bisa .... di squid kasih acl nya ajah ... misal ip 192.168.1.4 gak boleh browsing menggunakan proxy acl user_black src 192.168.1.4/255.255.255.0 http_access deny user_black
kalou di ip tables iptables -I INPUT -p tcp --sport 192.168.1.4 --dport 80 -j DROP <== memblok host 192.168.1.4 melewati port 80 mudah2an bsa membantu yaaaaaa ..... CMIIW --- Gilang Rivai <[EMAIL PROTECTED]> wrote: > Saya mau nanya cara blacklist ip addreess client > internet di proxy saya ? proxy OSnya menggunakan > redhat 9, Iptables, squid. > kalo mau di blaclist di bagian firewallnya(iptables) > atau di squidnya.caranya bagaimana ? > > > Terima kasih banyak. > > > > __________________________________ > Start your day with Yahoo! - Make it your home page! > > http://www.yahoo.com/r/hs > > > > > > -- > www.itcenter.or.id - Komunitas Teknologi Informasi > Indonesia > Info, Gabung, Keluar, Mode Kirim : > [EMAIL PROTECTED] > :: Hapus bagian yang tidak perlu (footer, dst) saat > reply! :: > ## Jobs: itcenter.or.id/jobs ## Bursa: > itcenter.or.id/bursa ## > $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$ > > [@@] Jaket ITCENTER tersedia di > http://shop.itcenter.or.id > > > Yahoo! Groups Links > > > [EMAIL PROTECTED] > > > > > __________________________________________ Yahoo! DSL Something to write home about. Just $16.99/mo. or less. dsl.yahoo.com -- www.itcenter.or.id - Komunitas Teknologi Informasi Indonesia Info, Gabung, Keluar, Mode Kirim : [EMAIL PROTECTED] :: Hapus bagian yang tidak perlu (footer, dst) saat reply! :: ## Jobs: itcenter.or.id/jobs ## Bursa: itcenter.or.id/bursa ## $$ Iklan/promosi : www.itcenter.or.id/sponsorship $$ [@@] Jaket ITCENTER tersedia di http://shop.itcenter.or.id Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/ITCENTER/ <*> 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/
