Re: [LARTC] make tc stop!

2007-09-17 Thread Andy Furniss

Jonathan Gazeley wrote:
I want to stop shaping from running on my box, without rebooting it. 
What's the best way to get rid of any tc rules?
I have tried tc qdisc del dev eth0 root which appeared to be 
successful but traffic through my box is still very slow.


You could also try

tc qdisc del dev eth0 ingress

and repeat both on all interfaces.

Andy.
___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc


[LARTC] make tc stop!

2007-09-14 Thread Jonathan Gazeley
I want to stop shaping from running on my box, without rebooting it. 
What's the best way to get rid of any tc rules?
I have tried tc qdisc del dev eth0 root which appeared to be 
successful but traffic through my box is still very slow.


Cheers,
Jonathan


Jonathan Gazeley
ResNet | Wireless  VPN Team
Information Systems  Computing
University of Bristol


___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc


Re: [LARTC] make tc stop!

2007-09-14 Thread DervishD
Hi Jonathan :)

 * Jonathan Gazeley [EMAIL PROTECTED] dixit:
 I want to stop shaping from running on my box, without rebooting it. 
 What's the best way to get rid of any tc rules?
 I have tried tc qdisc del dev eth0 root which appeared to be 
 successful but traffic through my box is still very slow.

The slow speed has probably another explanation, but the command
above, if successful, will stop shaping in eth0 :??

Raúl Núñez de Arenas Coronado

-- 
Linux Registered User 88736 | http://www.dervishd.net
It's my PC and I'll cry if I want to... RAmen!
We are waiting for 13 Feb 2009 23:31:30 + ...
___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc


Re: [LARTC] make tc stop!

2007-09-14 Thread Stephen Hemminger
On Fri, 14 Sep 2007 15:06:04 +0100
Jonathan Gazeley [EMAIL PROTECTED] wrote:

 I want to stop shaping from running on my box, without rebooting it. 
 What's the best way to get rid of any tc rules?
 I have tried tc qdisc del dev eth0 root which appeared to be 
 successful but traffic through my box is still very slow.
 
 Cheers,
 Jonathan

tc qdisc del dev eth0 root
___
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc