Date: Fri, 21 Aug 2009 16:02:33 -0400 From: barowc@telenet.net To: freebsd-pf@freebsd.org Subject: ALTQ and bandwidth limiting Message-ID: <4A8EFD59.6070106@telenet.net>
next in thread | raw e-mail | index | archive | help
I am about to install a machine at a co-location facility and I would like to limit the bandwidth on my interface to match the bandwidth i have contracted for. This is necessary because the connection i will have is not limited, but my usage is. I have added the following two lines to my pf.conf file, but this does not appear to be working. altq on $External cbq bandwidth 1Mb queue { std } queue std bandwidth 1Mb cbq(default) I assume all rules on $External will now default to this queue, and should be limited to 1Mb. I hav even specified the queue on the External rules, and there is still no limiting. Any help would be appreciated, Chris
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4A8EFD59.6070106>