D-Link DIR-600M - Setting up QoS Rules to restrict bandwidth for given IP address

6

3

I'm trying to setup QoS rules to achieve the following:

I want to restrict the bandwidth for specific IP addresses that connect to the network. I'm confused about what goes in each of the fields seen in the screenshot seen below when setting up the QoS rules. Anyone who has done it before and can help understand what to put in each of these fields?

  • Source IP
  • Dest IP
  • Source Netmask
  • Dest Netmask
  • Up Floor/Ceiling
  • Down Floor/Ceiling

enter image description here

AndroidMechanic - Viral Patel

Posted 2016-07-30T17:53:38.373

Reputation: 223

1Me too... I don't know if it is wrong translated or if I don't know that dialect :) – kokbira – 2016-08-15T23:41:50.653

1I'd once got it to work somehow by trial-and-error but then unfortunately reset my router and lost all the effort... now want to do it the proper way after understanding. :-) – AndroidMechanic - Viral Patel – 2016-08-16T07:56:23.727

1

Almost everything I check online has a different interface or options with this feature... http://www.dlink.com/uk/en/support/faq/routers/mydlink-routers/dir-605l/how-do-i-configure-qos-quality-of-service-traffic-control-settings-on-my-router and for example...http://www.support.dlink.com/emulators/dir600/101NA/tools_firmw.html Maybe try updating firmware and then looking over the options again....

– Pimp Juice IT – 2016-08-17T11:58:30.710

2@PIMP_JUICE_IT also updated the firmware thinking would get a different interface but the interface remained same. And actually that is when i lost the settings that worked by trial and error earlier. I should've backed em up. :( – AndroidMechanic - Viral Patel – 2016-08-17T12:00:00.217

Answers

3

Source IP : Where traffic from. If you set source IP with 192.168.0.1, traffics from 192.168.0.1 will be controlled.

Dest IP : Where traffic heads to. If you set dest IP with 192.168.0.1, traffics headed to 192.168.0.1 will be controlled.

Source Netmask : Determines range of source IP address. It's according to IPv4 CIDR subnetting rule.

Dest Netmask :Determines range of dest IP address. It's according to IPv4 CIDR subnetting rule.

Up/Down Floor : Floor is speed that you want to guarantee least. For example, if you set Up/Down Floor to 10Mbps, you can guarantee at least 10Mbps speed for upload and download.

Up/Down Ceiling : Ceiling is speed limit. For example, if you set Up/Down Ceiling to 10Mbps, your upload and download speed is limited to 10Mbps, and you cannot use any more than that.

== Example ==
Source IP : 192.168.0.5
Dest IP : 0.0.0.0
Source Netmask : 255.255.255.255
Dest Netmask : 0.0.0.0
Up Floor/Ceiling : Floor 0 Mbps, Ceiling 10Mbps
Down Floor/Ceiling : Floor 0 Mbps, Ceiling 10Mbps

Kamome

Posted 2016-07-30T17:53:38.373

Reputation: 213

1that was implied. can you explain with an example? what would the values be in the first 4 fields if i would want to limit the bandwidth for ip 192.168.0.5 ?? – AndroidMechanic - Viral Patel – 2016-08-19T07:57:54.397

1Well, if you want to control traffic from 192.168.0.5 for maximum 10Mbps, it could be this :<br/><br/>Source IP : 192.168.0.5<br/> Dest IP : 0.0.0.0<br/> Source Netmask : 255.255.255.255<br/> Dest Netmask : 0.0.0.0<br/> Up Floor/Ceiling : Floor 0 Mbps, Ceiling 10Mbps<br/> Down Floor/Ceiling : Floor 0 Mbps, Ceiling 10Mbps,<br/><br/>This will limit traffic from 192.168.0.5 to 10Mbps max, and will not guarantee lowest speed. If you want to guarantee lowest speed, set Up/Down Floor with desired speed. – Kamome – 2016-08-19T08:00:04.807

1Sorry for messy comment. This thing looks like doesn't support line break. – Kamome – 2016-08-19T08:03:42.877

1can you update the answer with that info? easier to format there – AndroidMechanic - Viral Patel – 2016-08-19T08:07:54.193

1and thanks for the input. I'll try it out today :) and let u know – AndroidMechanic - Viral Patel – 2016-08-19T08:08:24.850

I tried but did not understand the results :( E.g., if I have a 30Mbps link and add 192.168.0.100 with Celling 30000, I cannot add other IP! – kokbira – 2016-08-20T14:37:36.280

I thought the sum of floor configs would be the maximum bandwidth, so when the other machines are turned off, the unique turned on could surf the 30Mbps. But dividing bandwidth with the Celling config is meaningless. So, all machines would use only 30Mbps/number of machines (if the same config is applied to all machines) and the bandwidth reserved to turned off machines is lost... – kokbira – 2016-08-20T14:46:22.977