Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 09 Oct 2009 12:57:35 -0400
From:      Brent Bloxam <brentb@beanfield.com>
To:        freebsd-questions@freebsd.org
Subject:   Re: ipfw - TRAFFIC SHAPER
Message-ID:  <4ACF6B7F.7050408@beanfield.com>
In-Reply-To: <6ae50c2d0910090907n7082a50brab5cdfc1cc4ca183@mail.gmail.com>
References:  <6ae50c2d0910090907n7082a50brab5cdfc1cc4ca183@mail.gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
alexus wrote:
> I'm trying to fight with ipfw and unfortunately unsuccessfully...
> 
> I created following rules
> 
> ipfw pipe 1 config bw 1Mbit/s
> ifpw add 8080 pipe 1 tcp from any to any src-port www
> ifpw add 8080 pipe 1 tcp from any to any dst-port www
> 
> yet I see peaks of my traffic is way higher them 1Mbit/s
> i have following modules loaded through kldload
> 
>  2    3 0xffffffff80cd3000 15db8    ipfw.ko
>  5    1 0xffffffff80cec000 bbc8     dummynet.ko
> 
> i even load
> 
> 10    1 0xffffffff80e7d000 14df     ipdivert.ko
> 
> and that still didn't help :(
> can anyone help me?
> 

Do you have an ipfw rule allowing www traffic before rule 8080?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4ACF6B7F.7050408>