Hi, if I want to block ALL p2p traffic, ( bit torrent and apple included )... which is better ? # iptables -A FORWARD -p tcp -m ipp2p --ipp2p --bit --apple -j DROP or... # iptables -A FORWARD -p tcp -m ipp2p --ipp2p -j DROP # iptables -A FORWARD -p tcp -m ipp2p --bit -j DROP # iptables -A FORWARD -p tcp -m ipp2p --apple -j DROP ??? bests andres _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
> # iptables -A FORWARD -p tcp -m ipp2p --ipp2p --bit --apple -j DROP> # iptables -A FORWARD -p tcp -m ipp2p --ipp2p -j DROP > # iptables -A FORWARD -p tcp -m ipp2p --bit -j DROP > # iptables -A FORWARD -p tcp -m ipp2p --apple -j DROPIt is exactly the same. If you don''t care for packet/byte counters use a single rule. Regards -- +++ Jetzt WLAN-Router fr alle DSL-Einsteiger und Wechsler +++ GMX DSL-Powertarife zudem 3 Monate gratis* http://www.gmx.net/dsl _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/