From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Andreas Unterkircher" Date: Wed, 27 Jul 2005 08:01:52 +0000 Subject: Re: =?iso-8859-1?Q?=5BLARTC=5D?= IMQ Message-Id: <20050727.sJb.28330900@egroupware.netshadow.at> List-Id: References: <20050727.xY3.87277700@egroupware.netshadow.at> In-Reply-To: <20050727.xY3.87277700@egroupware.netshadow.at> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org > yes but i want to have two IMQ devices... for outside eth and inside eth Ahmm.. don't know what you mean with that. But if you have a external Interface (ex eth0) on which you want to shape egress and also ingress shaping you simply do: ip link set imq0 up ip link set imq1 up ${IPTABLES} -t mangle -I PREROUTING -i ${EXT_DEV} -j IMQ --todev 0 ${IPTABLES} -t mangle -I POSTROUTING -o ${EXT_DEV} -j IMQ --todev 1 and put your QoS on imq0 and imq1... _______________________________________________ LARTC mailing list LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc