From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jim Laurino Subject: Re: QoS with netfilter (nfcan: addressed to exclusive sender for this address) Date: Sat, 10 Dec 2005 10:08:41 -0500 Message-ID: <20051210150841.GI21804@salty> References: Reply-To: nfcan.x.jimlaur@dfgh.net Mime-Version: 1.0 Content-Transfer-Encoding: 8bit Return-path: Content-Disposition: inline In-Reply-To: (from +nfcan+jimlaur+94611cad01.erikev#gmail.com@spamgourmet.com on Sat, Dec 10, 2005 at 07:53:11 -0500) List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: netfilter-bounces@lists.netfilter.org Errors-To: netfilter-bounces@lists.netfilter.org Content-Type: text/plain; format="Flowed"; delsp="Yes"; charset="us-ascii" To: netfilter@lists.netfilter.org On 2005.12.10 07:53, Erik - erikev@gmail.com wrote: > Am trying to add QoS to some web cam traffic on a network. > Also a newbie to netfilter. > ... > > Tried netfilter commands like: > >iptables -t mangle -A FORWARD -s 10.0.0.0/8 -j DSCP --set-dscp 1 > ... > Furthermore, a command like > >iptables -L FORWARD > > list a set of rules etc but this QoS is not one of them apparently... > The -L command has a default table argument, filter. If you want to see the contents of another table, you have to specify the table explicitly. Try this: iptables -t mangle -L -xnv -- Jim Laurino nfcan.x.jimlaur@dfgh.net Please reply to the list. Only mail from the listserver reaches this address.