3Mbps * 1024 = 3072Kbps * 0.85 = 2611Kbps
Upload speed :
768Kbps * 0.85 = 653Kbps
Next we multiply by 0.85 to calculate 85% of the total. You can also distinguish your actual bandwidth by going to the speed test website like testmy.network or Speedtest.net, but the numbers in these sites instruct to be lower than the rate that the service provider announced in the package. Your wedding.
Setting up QoS
Step 1 : Open the browser on your computer and connect to the DD-WRT router - its default address is http://192.168.1.1 unless you have changed it. The default login is root and password is admin . You should change the default login information.
Step 2 : Click the Applications & Gaming / QoS menu. On this page you set up most QoS settings. To start the QoS machine, check Enable next to 'Start QoS'.
Assuming that you want QoS settings to use the Internet effectively, select WAN for 'Port.'
The 'Packet Scheduler' section is a bit more complicated. However, do not care much, please HTB . Other options, the HFSC , are still considered to be unstable. Both describe algorithms for QoS enforcement, but HTB users show that they have more successful access.
With the speed of 'Uplink', enter the number you previously calculated. Remember to enter the value in Kbps (not Mbps) and need to enter your upload speed here - not download speeds. If not set so you will get slower connection.
Obviously, you also need to enter the calculated 'Downlink' speed into the box next to it.
The 'Optimize for Gaming' checkbox is basically pre-configured settings that are only used with games. You can see a list of games that have been reported on the Internet, but really, it would be better to configure the QoS settings specifically instead of relying on a checkbox sometimes, sometimes Not in the current game version. In other words, let's uncheck these settings.
Step 3 : To add a network application to the QoS rules, you first need to click on the drop-down list next to the 'Add' button. Scroll down and see if your application is listed. DD-WRT includes something called L7 filters for a long list of applications. The L7 filter is used to detect what application is transmitting traffic, not using static methods such as port performance but by analyzing packets and matching known traces. L7 filters are the most reliable way to assign QoS, because they can distinguish data streams more accurately than port usage.
For each appropriate network application you see in the menu, click the Add button and allow the page to refresh. In this example, we have added bittorrent from the list, then skypetoskype .
For each network application, you can assign a priority. Select the priority you want for each service, then click the Save Settings button at the bottom of the page.
In the above example, we have assigned the lowest priority P2P Bittorrent traffic, 'bulk', and real-time Skype VoIP traffic is assigned with the highest priority, 'premium'.
Step 4 : Suppose you want to assign QoS to an application that is not on the list - then click the Add / Edit Service button to launch the pop-up window, in this window you can define the services of me
We want to add a new definition for Radmim, a remote desktop application. In DD-WRT V23 SP1, some users will find that when they define a new service, it is not added to the QoS rules. One way to overcome this situation is to create a new service twice, each with a different name. So, let's create radmin service twice, with the name 'radmin1' and 'radmin2'.
Since there is no L7 filter for Radmin, we have to define this application the old way. We have instructed DD-WRT to identify Radmin traffic as TCP packets on port 4899.
Click the 'Add' button to add a new service to the list, then click the 'Apply' button to save it. The pop-up window will now close.
Returning to the service settings, we will now see radmin1 (and radmin2) just created in the drop-down list. Select 'radmin1' and click the 'Add' button, then assign the 'Express' priority to this application.
Step 5 : You can also define priority based on IP address instead of network protocol.
For simplicity, add an IP address, type it in the field and click 'Add'. Here we have added the 192.168.0.10 address, then assigned it with the 'Exempt' priority. Because it is defined as 'exempt', traffic from this computer will not be subject to any QoS rules, regardless of which application is generating traffic.
To add a block of IP addresses, calculate NetMask by visiting the online IP address calculator. For example, if we enter the 192.168.0.1-192.168.0.15 strip into this calculator, the result will be NetMask in the NetAddr notation of 192.168.0.0/28 . Enter this value in the IP / Mask field and click 'Add'. You can then assign priority to all traffic generated from any computer in the 192.168.0.1-192.160.0.15 range.
Step 6 : Similarly, you can also assign QoS to a specific computer that is distinguished by its MAC, instead of the IP address. This makes sense that the computer in question can be assigned a dynamic IP. (Technically, the MAC address distinguishes the network adapter rather than the machine. A computer can have multiple network adapters and you can assign certain QoS levels to an adapter and other adapters do not).
Enter the MAC address of your network / device adapter and then click 'Add.' When refreshing the page, you can select the QoS priority then click the 'Save Settings' button at the bottom of the page.
Step 7 : Users of certain router models can set up QoS level options on certain Ethernet ports, Ethernet Port Priority settings only work with Linksys WRT54G version 1.0, 1.1, 2.0, and WRT54GS sessions version 1.0, or DD-WRT compatible routers with ADM6996L chipset.
On supported routers, you can set both QoS priority as well as maximum throughput threshold, equal to 256Kbps or even disable that entire port.
Enter and exit
The nature of network traffic is that the QoS levels will be well controlled with the outbound traffic being inferior to the incoming traffic. Indeed, routers have good control over how fast it sends packets - less control over how fast they are sent. To prioritize incoming QoS, the router can 'split' incoming traffic. User reports indicate that they have not achieved success in applying QoS for incoming traffic compared to incoming traffic.
Some users also reported unclear levels of success with QoS levels in general, especially with DD-WRT version (V23). Some get exactly what they expect, but some are not.
Troubleshoot
If your QoS settings don't seem to behave the way you expect, you can try a few other methods. It is possible to change the service priority from the L7 filter to the port definition (for such an example). You can find whether QoS levels for a machine are identified by its IP address instead of a more reliable MAC or vice versa.
While preparing for this lesson, my DD-WRT administration interface exhibited an odd, intermittent behavior. Sometimes the interface hangs after applying or saving settings, such as adding a new service priority, usually after creating a new service definition, the interface will switch to a blank page.
In most cases, reloading the main admin page and navigating back to the QoS page will solve some problems. Sometimes some cases more difficult you need to restart the source for the router.