Date: Sun, 23 Sep 2001 20:18:36 +0800 From: nuzrin yaapar <nuzrin@yahoo.com> To: freebsd-ipfw@freebsd.org Subject: dummynet rules Message-ID: <200109231204.UAA06266@venus.cyber.mmu.edu.my>
next in thread | raw e-mail | index | archive | help
Hi all, Say if I were to limit lets says ip 192.168.50.51, 192.168.50.52, and 192.168.50.53 bandwidth to a maximum bandwidth of 64Kbit/s for all traffic. So, is the rules below anywhere near correct? ipfw add pipe 1 all from 192.168.50.51 ipfw add pipe 1 all from 192.168.50.52 ipfw add pipe 1 all from 192.168.50.53 ipfw pipe 1 config mask all bw 64Kbit/s Any suggestions or pointers is greatly appreciated. Thanks. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ipfw" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200109231204.UAA06266>