From owner-freebsd-isp Mon Mar 20 17:48:16 2000 Delivered-To: freebsd-isp@freebsd.org Received: from infoserve.com.tw (infoserve.com.tw [210.62.129.50]) by hub.freebsd.org (Postfix) with ESMTP id 8C74337BA45 for ; Mon, 20 Mar 2000 17:47:39 -0800 (PST) (envelope-from jack@infoserve.com.tw) Received: from infoserve.com.tw (NAT-DHCP.is.net.tw [210.244.159.130]) by infoserve.com.tw (8.9.3/8.9.3) with ESMTP id BAA26180; Tue, 21 Mar 2000 01:43:49 GMT Message-ID: <38D6D3AB.FF6E5FAA@infoserve.com.tw> Date: Tue, 21 Mar 2000 09:43:07 +0800 From: Jack Jane Reply-To: jack@infoserve.com.tw Organization: Infoserve Technology Corp. X-Mailer: Mozilla 4.72 [en] (Win98; U) X-Accept-Language: zh-TW,en MIME-Version: 1.0 To: support@invictanet.co.uk Cc: Freebsd-ISP Subject: Re: Bandwith Limiting References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org I setup a Flexible Bandwidth Control Host(FBC) to limit bandwidth, net0 net1 +--- host-1 ----------+ FBC +-------- Switch +--- host-2 +--- : : +--- : : +--- host-n Here is my setting, kernel file #=============================== options "NMBCLUSTERS=10240" options IPFIREWALL options IPFIREWALL_VERBOSE options "IPFIREWALL_VERBOSE_LIMIT=100" options DUMMYNET rc.conf #=============================== firewall_enable="YES" firewall_script="/etc/rc.firewall" firewall_type="OPEN" firewall_quiet="NO" gateway_enable="YES" rc.local #=============================== ipfw add 90 pipe 1 ip from [host-1 IP] to any ipfw add 90 pipe 2 ip from any to [host-1 IP] ipfw pipe 1 config bw 128Kbit/s ipfw pipe 2 config bw 128Kbit/s Customer Support wrote: > We host several FreeBSD machines on our Network. > > We need to limit the bandwidth to each of these machines so we can charge for 64k, 128k etc. > > Any suggestions on what we need to do please. > > Thanks > Martyn > ----------------------------------------------------- > InvictaNet - The Internet in Plain English, Guaranteed > http://www.invictanet.co.uk > mailto:info@invictanet.co.uk > phone: 0870 7402252 > fax: +44 (0)1233 334001 > ------------------------------------------------------ > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isp" in the body of the message To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message