> allo red-tux; > > aku pernah nyoba pake squid tapi nggak pernah berhasil, ada dengar2 kabar > ngebloknya langsung ke IPTABLES tapi yg ini belum ada waktu nyobainnya. > > rgds > yg baru belajar linux > On 5/30/06, Tux Kiddies <[EMAIL PROTECTED]> wrote: >> >> Alo all, >> >> Minta Ide donk, gw mau block port YM! Dan messenger di kantor, gw pake >> squid untuk proxy nya. Dan bisa di buka otomatis pada jam 5 sore sampe >> jam >> 8 >> pagi. Thanks >> >> >> ------- >> Everything better in RED >> >> RED-Tux >> >>
seperti pada imel sebelomnya pake iptables dengan blok port yang digunakan YM misal eth0 adalah interfacenya, jika tidak menggunakan bisa diabaikan iptables -t filter -A INPUT -i eth0 -p tcp -m multiport --dports 5050,5100,5010,5001 -j DROP iptables -t filter -A INPUT -s my_LAN -p tcp -m multiport --dports 5050,5100,5010,5001 -j DROP -- Email sudah discan menggunakan MailScanner. -- 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/
