> My setup is as follow:
> LAN {test server} -> xl1 {FreeBSD} xl0 -> router -> net
> xl0 and xl1 are functioning as a transparent bridge. kernel has pf and altq
> compiled.
>
> pf.conf:
> ext_if = "xl0"
> int_if = "xl1"
> pc = "any"
> set loginterface $ext_if
>
> # to net
> altq on $ext_if cbq
Hello,
Is pf and altq a right combo for bandwidth limiting? What I'm trying to do
is limit each IP or block of IPs to predefined bandwidth. I'm not doing
traffic shaping, just wanting to prevent servers from hogging all the
bandwidth.
My setup is as follow:
LAN {test server} -> xl1 {FreeBSD} x