Date: Fri, 5 Apr 2002 04:24:03 +0700 From: "budsz" <budi_yan@yahoo.com> To: <freebsd-questions@freebsd.org> Subject: about dummynet Message-ID: <008101c1dc1f$1465d740$ec678fca@teras.net.id>
next in thread | raw e-mail | index | archive | help
Hi I've installed dummynet in my freebsd box, in /etc/rc.firewall I put like this: ---cut ${fwcmd} add pipe 1 ip from aaa.aaa.aaa.aaa/32 to bbb.bbb.bbb.bbb/32 out via xl0 ${fwcmd} add pipe 2 ip from bbb.bbb.bbb.bbb/32 to aaa.aaa.aaa.aaa/32 in via xl0 ${fwcmd} pipe 1 config bw 5Kbit/s delay 5ms queue 3Bytes ${fwcmd} pipe 2 config bw 5Kbit/s delay 5ms queue 3Bytes ---cut Where aaa.aaa.aaa.aaa/32 ip my client network, bbb.bbb.bbb.bbb/32 is ip server, xl0 my inside interface in my server, if use save as target or something else, I see transfer rate more bigger than 5Kbit/s could be until 200 KByte/s, so it's not filtered, so is it true for my rule dummynet..?, it's true if I see via save as target windows menu for transfer rate..?, how to fix this...? thank budsz _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?008101c1dc1f$1465d740$ec678fca>