Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 27 Apr 2006 16:47:41 -0300
From:      Gilberto Villani Brito <linux@giboia.org>
To:        freebsd-ipfw@freebsd.org
Subject:   Pipes.
Message-ID:  <20060427164741.5f657901@giboia>

next in thread | raw e-mail | index | archive | help
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



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