Install Network Traffic Controller With Wondershaper in Ubuntu






If you are a Network Administrator with a little knowledge of network protocols and iptables, you can use the application in ubuntu wondershaper, wondershaper will help you as a helper application network administrator.

to install the application simply by type command :

$ sudo apt-get install wondershaper

and wait until the installation process is complete,

Official site: http://lartc.org/wondershaper/ for more info
Tutorial include /usr/share/doc/wondershaper, to use that appilcation. go to terminal login as root and type



to enable this application :


$ ifconfig (to find interface what you using) ex : wlan0
$ wondershaper wlan0 downspeed upspeed
$ wonderspeed 128 64


disable this setting.

$ wondershaper clear eth0


make these connection settings permanent by editing /etc/network/interfaces file :


$ gedit /etc/network/interfaces and add the following lines


up /sbin/wondershaper wlan0 downspeed upspeed
down /sbin/wondershaper clear wlan0


Enjoy....!!

No comments:

Post a Comment

Please Comment...!!