From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Iced Tea" Subject: Re: iptables newbie Date: Sat, 27 Dec 2003 20:09:53 +0100 Sender: netfilter-admin@lists.netfilter.org Message-ID: <000a01c3ccad$033417e0$056fa8c0@gotcha> References: <1072536610.1868.41.camel@jasiiitosh.nexusmgmt.com> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Errors-To: netfilter-admin@lists.netfilter.org List-Help: List-Post: List-Subscribe: , List-Id: List-Unsubscribe: , List-Archive: Content-Type: text/plain; charset="us-ascii" To: Johan Cimen Cc: netfilter@lists.netfilter.org ----- Original Message ----- From: "Johan Cimen" To: "John A. Sullivan III" Cc: Sent: Saturday, December 27, 2003 6:05 PM Subject: Re: iptables newbie > > A more precise explanation of my problem: > When I use below command within my script, > > iptables -t mangle -A OUTPUT -o $IFACE -p UDP --dport 7001 -j TOS > --set-tos 0x10 > > where I have an iptables -L at the very end, I can see the results: > > Chain OUTPUT (policy ACCEPT) > target prot opt source destination > TOS udp -- anywhere anywhere udp dpt:7001 TOS set Maximize-Throughput for detailed information use verbose option -v: iptables -vL OUTPUT tschoe Ulrich