Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Oct 2002 01:18:07 +0300 (EEST)
From:      BigBrother <bigbrother@bonbon.net>
To:        questions@FreeBSD.ORG
Subject:   Re: bandwidth control question
Message-ID:  <20021021011511.A212-100000@bigb3server.bbcluster.gr>
In-Reply-To: <bulk.93595.20021020144208@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


If you have ipfw allow rules before the pipe commands,
then it is normal that pipe commands are not executed for
that traffic.

Put the ipfw pipe commands in the early start of your
firewall rules [for e.g. at 1 or 2 - ipfw number] so
every packet will pass through them.

Also check the variable


 net.inet.ip.fw.one_pass: 1
             When set, the packet exiting from the dummynet(4) pipe is not
             passed though the firewall again.  Otherwise, after a pipe
             action, the packet is reinjected into the firewall at the next
             rule.





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?20021021011511.A212-100000>