This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Setting QoS

I am setting my internal network for QoS, for testing I tried to do my user, in order not to affect the whole network. 

I am setting qos for http as input and output, but exceeds the limit for bandwidth in both directions depending test.
1
Status >> adsl
download >> 512
upload >> 512

Traffic Selector
Name Traffic Selector >> TS_QoS_HTTP
Selector Type >> Selector
Source >> Any
Services >> HTTP
Destination >> myuser
TOS/DSCP >> Off

Interfaces >> asdl
Name >> QoS
Position >> 1
Bandwith >> 16
limit bandwith >> 30
Traffic Selector >> TS_QoS_HTTP
 
test

wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0b6.tar.gz
--11:21:42--  http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0b6.tar.gz
           => `nagios-3.0b6.tar.gz.3'
Resolving osdn.dl.sourceforge.net... 66.35.250.221
Connecting to osdn.dl.sourceforge.net|66.35.250.221|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2,732,880 (2.6M) [application/x-gzip]

100%[====================================>] 2,732,880     34.48K/s    ETA 00:00

11:23:12 (32.30 KB/s) - `nagios-3.0b6.tar.gz.3' saved [2732880/2732880]

2

Status >> adsl
download >> 512
upload >> 512

Traffic Selector
Name Traffic Selector >> TS_QoS_HTTP
Selector Type >> Selector
Source >> my user
Services >> HTTP
Destination >> any
TOS/DSCP >> Off

Interfaces >> asdl
Name >> QoS
Position >> 1
Bandwith >> 16
limit bandwith >> 30
Traffic Selector >> TS_QoS_HTTP

Test

wget http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0b6.tar.gz
--11:31:53--  http://osdn.dl.sourceforge.net/sourceforge/nagios/nagios-3.0b6.tar.gz
           => `nagios-3.0b6.tar.gz.5'
Resolving osdn.dl.sourceforge.net... 66.35.250.221
Connecting to osdn.dl.sourceforge.net|66.35.250.221|:80... connected.
HTTP request sent, awaiting response... 200 OK
Length: 2,732,880 (2.6M) [application/x-gzip]

100%[====================================>] 2,732,880     32.60K/s    ETA 00:00

11:33:23 (30.97 KB/s) - `nagios-3.0b6.tar.gz.5' saved [2732880/2732880]

The speed varies between 8Kbps – 50 Kbps 

Someone I can say is that my mistake, or if I was missing something by configuring

cheers


This thread was automatically locked due to age.
Parents Reply
  • I also honsetly dont know how to configure it anymore.
    In version 6, albeit QOS was not as flexible it was easier to configure.
    When doing DNAT i could set proprity low, normal or high on incoming traffic and astaro would sort it out most of the time.

    Also, does the QOS settings apply to tunnels or the proxy? Or how do i set my VPN tunnel to the office have priority over "normal" internet traffic?

    A few "real-life" examples would be nice to see in the documentation.
Children