Date: Wed, 9 Feb 2005 02:04:03 +0200 From: Jara <hugle@vkt.lt> To: freebsd-ipfw@freebsd.org Subject: IPFW pipe v 4.10-stable vs 5.3-stable Message-ID: <537516181.20050209020403@vkt.lt>
next in thread | raw e-mail | index | archive | help
Hello all. I have a little problem with same ipfw+dummynet options on different FreeBSD versions, look: I add thse rules: pipe 128 config mask src-ip 0xffffffff bw 128Kbit/s add 53098 pipe 128 ip from any to table'(10)' in pipe 127 config mask dst-ip 0xffffffff bw 64Kbit/s pipe 127 ip from table'(10)' to any in so ipfw -l shows: 53098 pipe 128 ip from any to table(10) in 53099 pipe 127 ip from table(10) to any in Now... I u use this configuration under 4.10-stable everything is ok But when i try 5.3-stable download traffic (pipe 128) is reduced twise - down to 64kbits If i remove ' in' from the ipfw command - download grows up to 128kbits. (if i remove ' in' from upload (pipe 127) it stays untouched - 64kbits) Where I could make a mistake ? net.link.ether.ipfw is set to 0 Thanks! Cheers, Jarek
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?537516181.20050209020403>