Date: Wed, 24 Mar 2004 19:12:37 +0000 From: Lewis Thompson <lewiz@fajita.org> To: FreeBSD-questions <questions@freebsd.org> Subject: natd + DUMMYNET ordering. Message-ID: <20040324191236.GA5833@lewiz.org>
next in thread | raw e-mail | index | archive | help
--FCuugMFkClbJLl1L Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Hi, I'm trying to set up some traffic shaping using IPFW2 and DUMMYNET. I also use natd and I'm a little stumped as to where to put my pipes so that they will work as I expect. ipfw add pipe 1 all from 192.168.0.4 to any via xl1 ipfw add divert natd all from any to any via xl1 ipfw add pipe 1 all from 192.168.0.4 to any via xl1 ipfw pipe 1 config bw 100KB/s ipfw add pass all from any to any What I want is to able to shape traffic (incoming and outgoing) based on the internal destination/source. Hence I've put pipe 1 before natd so traffic going out will be matched. The same rule is repeated after natd so incoming traffic will be matched. However, this plain doesn't work and I'm a little stumped. Can anybody point out how to get this sort of stuff working right? -lewiz. --=20 I was so much older then, I'm younger than that now. --Bob Dylan, 1964. ------------------------------------------------------------------------ -| msn:purple@lewiz.net | jabber:lewiz@jabber.org | url:www.lewiz.org |- --FCuugMFkClbJLl1L Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iD8DBQFAYd2kItq0KFQv7T8RAt7VAJ9xbV08hx0FzVXETaW6OEjZBqKZwACgzMfK MSk6t9kTaeju1+foVAeZji4= =/2Wj -----END PGP SIGNATURE----- --FCuugMFkClbJLl1L--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040324191236.GA5833>