Linux Advanced Routing and Traffic Control list
 help / color / mirror / Atom feed
* [LARTC] ipp2p question
@ 2004-06-18 13:27 ThE LinuX_KiD
  2004-06-23 11:32 ` miller69
  0 siblings, 1 reply; 2+ messages in thread
From: ThE LinuX_KiD @ 2004-06-18 13:27 UTC (permalink / raw)
  To: lartc


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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [LARTC] ipp2p question
  2004-06-18 13:27 [LARTC] ipp2p question ThE LinuX_KiD
@ 2004-06-23 11:32 ` miller69
  0 siblings, 0 replies; 2+ messages in thread
From: miller69 @ 2004-06-23 11:32 UTC (permalink / raw)
  To: lartc

> # 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 DROP 
It is exactly the same. If you don't care for packet/byte counters use a
single rule.

Regards

-- 
+++ Jetzt WLAN-Router für 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/

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-06-23 11:32 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-18 13:27 [LARTC] ipp2p question ThE LinuX_KiD
2004-06-23 11:32 ` miller69

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox