From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Mario Ohnewald" Date: Sun, 24 Nov 2002 23:16:48 +0000 Subject: [LARTC] wondershaper Message-Id: List-Id: References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: lartc@vger.kernel.org Hello! I want to give port 14567 a high priority/minumum delay because its a onlien game. I took wondershaper cause its fairly easy to understand. AND i read the HowTo, especially Section 9!! DOWNLINKx6 UPLINK8 DEV=ppp0 # start filters # TOS Minimum Delay (ssh, NOT scp) in 1:10: tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \ match ip tos 0x10 0xff flowid 1:10 Then i added my ports: ------------------------- tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \ match ip dport 14567 0xffff flowid 1:10 flowid 1:10 tc filter add dev $DEV parent 1:0 protocol ip prio 10 u32 \ match ip dport 14567 0xffff flowid 1:10 flowid 1:10 -------------------------- I started an upload to see if it worked, but i still had a ping >1000 It didnt really change anything. The output of wondershaper was fine, no errors came up. Can anyone give me a hint what i did wrong? Cheers, Mario _______________________________________________ LARTC mailing list / LARTC@mailman.ds9a.nl http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/