Difference between revisions of "Qos"

From SME Server
Jump to navigationJump to search
(Created page with "{{Languages}} == dokuwiki for SME Server == {{Level|easy}} === Maintainer === [mailto:daniel@firewall-services.comDaniel B.] from [http://www.firewall-servi...")
 
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 
{{Languages}}
 
{{Languages}}
 +
{{Warning box| This contrib is based on WonderShaper which is considered as inefficient for modern internet, also multiple issues have been discuss on forum about this contrib and the previous smeserver-htbwshaper see [[Wondershaper]] }}
  
== dokuwiki for SME Server ==
+
== Quality of Service for SME Server ==
 
{{Level|easy}}
 
{{Level|easy}}
  
 
=== Maintainer ===
 
=== Maintainer ===
 
[mailto:daniel@firewall-services.com[[User:VIP-ire|Daniel B.]]] from [http://www.firewall-services.com Firewall Services]
 
[mailto:daniel@firewall-services.com[[User:VIP-ire|Daniel B.]]] from [http://www.firewall-services.com Firewall Services]
 +
===Version===
 +
{{#smeversion: smeserver-qos }}
 +
[[Version::contrib9|fws]][[Has SME9::true| ]]
  
 
=== Description ===
 
=== Description ===
smeserver-qos is a tool based on the script wondershaper to give qos on your network.
+
smeserver-qos is a tool based on the script wondershaper to give quality of service (Q.O.S) on your network.
 
=== Requirements ===
 
=== Requirements ===
You need the [[Fws|firewall-service]] repo to install this contribs and your server is set in a "server and gateway" mode.
+
You need the [[Fws|firewall-service]] repo to install this contribs and your server must to be set in a "server and gateway" mode with two network cards.
  
 
+
=== Installation 8.x and 9.x===
=== Installation ===
 
 
This contrib is currently held in the fws repository, so the following commands will install on your smeserver.
 
This contrib is currently held in the fws repository, so the following commands will install on your smeserver.
  
Line 23: Line 26:
 
  signal-event post-upgrade;  signal-event reboot
 
  signal-event post-upgrade;  signal-event reboot
  
Then you can go to the server-manager panel of this contrib and perform settings.
+
Then you can go to the server-manager panel "quality of service" and perform settings.
  
 
=== Uninstall ===
 
=== Uninstall ===
Line 29: Line 32:
 
  signal-event post-upgrade;  signal-event reboot
 
  signal-event post-upgrade;  signal-event reboot
 
=== Bugs ===
 
=== Bugs ===
There is no component yet in bugzilla for smeserver-dokuwiki, you should contact the maintainer if you found a bug, or Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] and select the Unknown component or use {{BugzillaFileBug|product=SME%20Contribs|component=Unknown|title=this link}}.  
+
Please raise bugs under the SME-Contribs section in [http://bugs.contribs.org/enter_bug.cgi bugzilla] and select the smeserver-qos component or use {{BugzillaFileBug|product=SME%20Contribs|component=smeserver-qos|title=this link}}.  
[[Category: Contrib]]
+
[[Category: Deprecated Contrib]]

Latest revision as of 03:08, 4 April 2022


Warning.png Warning:
This contrib is based on WonderShaper which is considered as inefficient for modern internet, also multiple issues have been discuss on forum about this contrib and the previous smeserver-htbwshaper see Wondershaper


Quality of Service for SME Server

PythonIcon.png Skill level: easy
The instructions on this page can be followed by a beginner.


Maintainer

Daniel B. from Firewall Services

Version

smeserver-qos
The latest version of smeserver-qos is available in the SME repository, click on the version number(s) for more information.


fws

Description

smeserver-qos is a tool based on the script wondershaper to give quality of service (Q.O.S) on your network.

Requirements

You need the firewall-service repo to install this contribs and your server must to be set in a "server and gateway" mode with two network cards.

Installation 8.x and 9.x

This contrib is currently held in the fws repository, so the following commands will install on your smeserver.

yum install --enablerepo=fws smeserver-qos

You will then need to activate the database changes etc. The 'official' way is to perform

signal-event post-upgrade;  signal-event reboot

Then you can go to the server-manager panel "quality of service" and perform settings.

Uninstall

yum remove smeserver-qos
signal-event post-upgrade;  signal-event reboot

Bugs

Please raise bugs under the SME-Contribs section in bugzilla and select the smeserver-qos component or use this link .