Pipes.
Gilberto Villani Brito
linux at giboia.org
Thu Apr 27 19:44:22 UTC 2006
Hi,
I am using PF in my firewall, but for control my bandwith I am trying use ipfw.
This rules work:
pipe 101 config mask dst-ip 255.255.255.255 bw 500Kbit queue 50Kbytes
02000 pipe 100 ip from any to 10.0.0.0/24 via em0 in
65534 allow ip from any to any
65535 deny ip from any to any
but this rules stop my network (10.0.0.0/24):
pipe 101 config mask dst-ip 255.255.255.255 bw 500Kbit queue 50Kbytes
02000 pipe 100 ip from any to 10.0.0.0/24 via em1 out
65534 allow ip from any to any
65535 deny ip from any to any
Why can't I use pipe in out of my interface???
Gilberto
More information about the freebsd-ipfw
mailing list