Date: Sun, 15 Aug 2004 21:19:05 +0200 From: Pawel Malachowski <pawmal-posting@freebsd.lublin.pl> To: Fargo Holiday <galaxy.ranger@gmail.com> Cc: freebsd-net@freebsd.org Subject: Re: [FreeBSD 5.2] Bandwith and packet throttling Message-ID: <20040815191905.GC43915@shellma.zin.lublin.pl> In-Reply-To: <4a1299a4040815113178caa332@mail.gmail.com> References: <4a1299a404081414287a9ecbc@mail.gmail.com> <20040815104243.GA43915@shellma.zin.lublin.pl> <4a1299a4040815113178caa332@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, Aug 15, 2004 at 11:31:07AM -0700, Fargo Holiday wrote: > cramster# ipfw show > 00050 14819576 8458459132 divert 8668 ip from any to any via dc0 > 00100 250 32470 allow ip from any to any via lo0 > 00200 0 0 deny ip from any to 127.0.0.0/8 > 00300 0 0 deny ip from 127.0.0.0/8 to any > 65000 44478701 31835950367 allow ip from any to any > 65100 0 0 pipe 1 ip from 10.0.0.8 to any > 65200 0 0 pipe 2 ip from any to 10.0.0.8 > 65535 0 0 deny ip from any to any > > Are those masks valid? Do I need to configure a queue explicitly > before passing these commands? Insert `pipe 1 ip' and `pipe 2 ip' before line 65000, because `allow' terminates packet processing before it reaches pipe now. -- Pawe³ Ma³achowski
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040815191905.GC43915>