Scott, yes i had some port fowards. But in my case i don't want to get them shaped. They are serving data from internal machines to internet.
I only want local users don't eating all band. And it works like a charm. I look forward for a implementation that uses dynamic shape the bandwidth between users. Spliting an amount of band between incomming connections. But its ok by now. Thanks in Advanced, Luiz Vaz 2008/1/8, Scott Ullrich <[EMAIL PROTECTED]>: > > > > On 1/8/08, Luiz Vaz <[EMAIL PROTECTED]> wrote: > > > > Hi all, > > > > wondering how to shape the traffic within a customer network, i was > > not happy with pfsense wizard. ;-( > > > > But a simple solution saved my sleep nights, IPFW! > > Using the developers edition, i manually loaded the required kernel > > modules after the boot. > > So, using old approach created a bandwidth pipe and queue like this > > below: > > > > > > - kldload -v /boot/kernel/ipfw.ko > > - kldload -v /boot/kernel/dummynet.ko > > - ipfw add pipe 1 ip from any to 192.168.0.0/24 > > - ipfw pipe 1 config bw 250Kbit/s queue 70 mask dst-ip 0x000000ff > > > > > > Other rules can be added to expand this set. > > But this basic works well. > > > > Another sources to this can be found on this links: > > > > > > - http://www.linux.com/feature/46616 > > - http://www.tummy.com/journals/entries/jafo_20041222_193902 > > > > > > > > Hope this helps! ;-) > > > > > > Best Regards, > > Luiz Vaz > > > > Do you have any port forwards defined? My experience with this is that > the two will not work together for some reason. > Scott > >
