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 ------------------------
Hi Jonathan :) * Jonathan Gazeley <jonathan.gazeley@bristol.ac.uk> 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 +0000 ...
On Fri, 14 Sep 2007 15:06:04 +0100 Jonathan Gazeley <jonathan.gazeley@bristol.ac.uk> 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, > Jonathantc qdisc del dev eth0 root
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.