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?
I did not find nothing in the documentation. Necessary an example.
--
Daniel Dias Gonçalves
DGNET Network Solutions
[EMAIL PROTECTED]
http://www.dgnetwork.com.br/
+55 37-99824809
_______________________________________________
freebsd-pf@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-pf
To unsubscribe, send any mail to "[EMAIL PROTECTED]"