Poer Pongge wrote: >mo nanya pak, saya mencoba setting iptables, saya >kepengen kommpi dengan ip 192.168.0.22 tidak boleh >mengakses port 80 ( tidak boleh browsing ), saya sudah >mencoba memasukan rule sbb : > >iptables -I INPUT -p tcp -s 192.168.0.22/32 -d >192.168.100.100/32 --destination-port 80 -j DROP > > > Lha yang kamu drop itu hanya yang tujuannya ke 192.168.100.100:80 thok ! Coba : iptables -I INPUT -p tcp -s 192.168.0.22/32 --destination-port 80 -j DROP ## tanpa source atau bisa juga pake -s 0/0
regards, josh ------------------------ Yahoo! Groups Sponsor --------------------~--> Most low income homes are not online. Make a difference this holiday season! http://us.click.yahoo.com/5UeCyC/BWHMAA/TtwFAA/0XFolB/TM --------------------------------------------------------------------~-> "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/
