On Sat, 27 Dec 2003, Iced Tea wrote: > > > > 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 Noop! Shows nothing as usually. Thanks for your suggestion. -Johan-