On Monday 11 July 2005 11:47 am, J a M wrote: > echo > 1 /proc/sys/net/ipv4/ip_forward > iptables -F > iptables -F -t nat > iptables -t nat -A postrouting -j MASQUERADE
alternatif: Kalau ada layer 7, bisa di block dengan layer 7 filter iptables -t mangle -A POSTROUTING -m layer7 --l7proto yahoo -j DROP *catatan: kalau bisa jgn di drop, tetapi di bandwith restriction saja. takut false positive -- Indra Tjahjono http://www.verinux.com - Got Linux? http://www.rtrw.net - Got Internet? Official Web Site : http://www.awari.or.id Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/asosiasi-warnet/ <*> 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/

