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
_______________________________________________
freebsd-ipfw@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ipfw
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to