Re: ipfw

From: wendelmaques (wendel_at_radiobras.gov.br)
Date: 02/24/04

  • Next message: John Fox: "FrontPage conversion"
    Date: Tue, 24 Feb 2004 14:25:20 -0300
    To: pons@gmx.li, freebsd-isp@freebsd.org
    
    

    > 3. I'm intrested in blocking kazaa/P2P trafic with IPFW
    > any help in this issue

    Don't block kazaa ports, it will use another port, instead,
    use some type of QoS to limit bandwidth linke this:

    # TORTURING KAZAA USERS, (ö)
    /sbin/ipfw add pipe 5 tcp from any 1214 to any in via de0
    /sbin/ipfw pipe 5 config bw 1Kbit/s queue 10

    ***
    I'm not using sofisticated rules like your but work fine for me
    take a look ate: http://www.dotpix.com.br/~wendel/rc.d/

    wendel
    _______________________________________________
    freebsd-isp@freebsd.org mailing list
    http://lists.freebsd.org/mailman/listinfo/freebsd-isp
    To unsubscribe, send any mail to "freebsd-isp-unsubscribe@freebsd.org"


  • Next message: John Fox: "FrontPage conversion"