On Friday, Mar 24, 2006, at 05:27 US/Pacific, Daniel Dias Gonçalves wrote:

I use the following rules in the IPFW:

$fwcmd add 100 pipe 13 ip from 192.168.0.0/24 to any in
$fwcmd add 101 pipe 14 ip from any to 192.168.0.0/24 out
$fwcmd pipe 13 config mask src-ip 0x000000ff bw 150Kbit/s queue 12KBytes $fwcmd pipe 14 config mask dst-ip 0x000000ff bw 150Kbit/s queue 12KBytes

My question, it is possible to make the same with the PF+ALTQ?

Sorry, not possible.

For others: that creates a limiting queue for each IP (in 192.168.0.0/24, 256 total) in each direction (150kbit/s in, 150kbit/s out).

Reply via email to