Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2006 09:43:33 -0500
From:      "Omner Barajas" <omner.barajas@gmail.com>
To:        freebsd-isp@freebsd.org
Subject:   Can you help me with dummynet-ipfw
Message-ID:  <61a93c6e0605040743w8394ca6i993557348520e0ad@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
Good day...

I saw a mesage on list of freebsd where you talk about usage of ipfw for
bandwidth management.

I have a machine with FreeBSD 6.0 like server of DHCP and NATD. I need to
assign a secure bandwidth to specific ip of my LAN (192.168.0.21).

Could you help me ? I have two rules on my firewall.rules and my telephone
fail again:


add divert natd all from any to any via pcn0

add pipe 3 ip from 192.168.0.21 to any out
add pipe 4 ip from any to 192.168.0.21 out

pipe 3 config bw 1024Kbits/s queue 64Kbytes
pipe 4 config bw 1024Kbits/s queue 64Kbytes

add pass all from any to any



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