Configure DD-WRT to Limit Bandwidth on Devices
up vote
1
down vote
favorite
I have flashed DD-WRT firmware to my TP-Link WRT841-N router, set the basic network configuration & wireless. I want to limit bandwidth on a user who is always using torrents which is causing my network connection slowdown. Or is there any way to block these bit-torrent clients?
dd-wrt qos p2p throttling traffic-filtering
add a comment |
up vote
1
down vote
favorite
I have flashed DD-WRT firmware to my TP-Link WRT841-N router, set the basic network configuration & wireless. I want to limit bandwidth on a user who is always using torrents which is causing my network connection slowdown. Or is there any way to block these bit-torrent clients?
dd-wrt qos p2p throttling traffic-filtering
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I have flashed DD-WRT firmware to my TP-Link WRT841-N router, set the basic network configuration & wireless. I want to limit bandwidth on a user who is always using torrents which is causing my network connection slowdown. Or is there any way to block these bit-torrent clients?
dd-wrt qos p2p throttling traffic-filtering
I have flashed DD-WRT firmware to my TP-Link WRT841-N router, set the basic network configuration & wireless. I want to limit bandwidth on a user who is always using torrents which is causing my network connection slowdown. Or is there any way to block these bit-torrent clients?
dd-wrt qos p2p throttling traffic-filtering
dd-wrt qos p2p throttling traffic-filtering
edited Mar 9 at 2:00
Run5k
10.6k72749
10.6k72749
asked Feb 5 at 11:40
Hikmatullah
613
613
add a comment |
add a comment |
1 Answer
1
active
oldest
votes
up vote
0
down vote
I am surprised no one answered this.
Yes this is possible, there are a couple ways of achieving what you are trying to do. in my experience, when you do this with roommates who are splitting costs with you, you end up being viewed as an internet connection dictator. There are three ways to do this.
- Content filtering - This would block all P2P on the network, and may just start a cold war of people trying to bypass the measures you put in place. and i don't think it catches encrypted P2P traffic.
Under Access restrictions, Create a new policy.
PC's> edit list of clients> put traffic offenders in here specific or range
Days = everyday
Time = 24 hours
Catch all P2P protocols = checked
Website Blocking by Keyword = tracker announce and d1:ad2
- Quality of Service - This acts dynamically as opposed to static bandwidth settings, if no one else is using a priority service then the other users can P2P their hearts out. but as soon as someone uses a priority service the router automatically throttles the p2p to whatever is left over from legitimate traffic.
before enabling QOS you need to get an accurate speed test of your connection. either test it while no one is using the connection or disconnect the other users while you are doing it. write down the maximum download and upload speed. (usually displayed in Mbps) convert what you wrote down to kbps. it will be used in the config
Under the NAT/QOS tab > QOS
Start QOS = Enable
Packet Scheduler = HFSC
Max up = 10% less than your upload speed test
Max down = 10% less than your download speed test
Optimize for Gaming = your choice
under services priority, start adding services you don't want other traffic interfering with.
example:
Google Voice - Premium
Skype - Express
Http/Https - Standard
ftp - Bulk
any traffic not delineated goes to the lowest queue.
- MAC-address guaranteed bandwidth - This is the easiest to set up, but its not dynamic. any reservation you set here will forevermore limit the device with this MAC-Address. for instance, if you and another person are sharing a ISP connection, you could set two MAC addresses here for two PC's to get half of all the available bandwidth. neither PC would be able to go over that cap,
even if the other roommates PC was turned off. you would not be able to access the additional bandwidth.
its also under NAT/QOS > QOS > all the way at the bottom of the page.
Start QOS = Enable
Packet Scheduler = HFSC
Max up = 10% less than your upload speed test
Max down = 10% less than your download speed test
Optimize for Gaming = your choice
this is done under the MAC priority section. add the mac of the offending client end station. enter MAX up and DOWN in kbps. save and apply.
You may or may not have to reboot the router for the changes to take effect, and you're done.
add a comment |
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
0
down vote
I am surprised no one answered this.
Yes this is possible, there are a couple ways of achieving what you are trying to do. in my experience, when you do this with roommates who are splitting costs with you, you end up being viewed as an internet connection dictator. There are three ways to do this.
- Content filtering - This would block all P2P on the network, and may just start a cold war of people trying to bypass the measures you put in place. and i don't think it catches encrypted P2P traffic.
Under Access restrictions, Create a new policy.
PC's> edit list of clients> put traffic offenders in here specific or range
Days = everyday
Time = 24 hours
Catch all P2P protocols = checked
Website Blocking by Keyword = tracker announce and d1:ad2
- Quality of Service - This acts dynamically as opposed to static bandwidth settings, if no one else is using a priority service then the other users can P2P their hearts out. but as soon as someone uses a priority service the router automatically throttles the p2p to whatever is left over from legitimate traffic.
before enabling QOS you need to get an accurate speed test of your connection. either test it while no one is using the connection or disconnect the other users while you are doing it. write down the maximum download and upload speed. (usually displayed in Mbps) convert what you wrote down to kbps. it will be used in the config
Under the NAT/QOS tab > QOS
Start QOS = Enable
Packet Scheduler = HFSC
Max up = 10% less than your upload speed test
Max down = 10% less than your download speed test
Optimize for Gaming = your choice
under services priority, start adding services you don't want other traffic interfering with.
example:
Google Voice - Premium
Skype - Express
Http/Https - Standard
ftp - Bulk
any traffic not delineated goes to the lowest queue.
- MAC-address guaranteed bandwidth - This is the easiest to set up, but its not dynamic. any reservation you set here will forevermore limit the device with this MAC-Address. for instance, if you and another person are sharing a ISP connection, you could set two MAC addresses here for two PC's to get half of all the available bandwidth. neither PC would be able to go over that cap,
even if the other roommates PC was turned off. you would not be able to access the additional bandwidth.
its also under NAT/QOS > QOS > all the way at the bottom of the page.
Start QOS = Enable
Packet Scheduler = HFSC
Max up = 10% less than your upload speed test
Max down = 10% less than your download speed test
Optimize for Gaming = your choice
this is done under the MAC priority section. add the mac of the offending client end station. enter MAX up and DOWN in kbps. save and apply.
You may or may not have to reboot the router for the changes to take effect, and you're done.
add a comment |
up vote
0
down vote
I am surprised no one answered this.
Yes this is possible, there are a couple ways of achieving what you are trying to do. in my experience, when you do this with roommates who are splitting costs with you, you end up being viewed as an internet connection dictator. There are three ways to do this.
- Content filtering - This would block all P2P on the network, and may just start a cold war of people trying to bypass the measures you put in place. and i don't think it catches encrypted P2P traffic.
Under Access restrictions, Create a new policy.
PC's> edit list of clients> put traffic offenders in here specific or range
Days = everyday
Time = 24 hours
Catch all P2P protocols = checked
Website Blocking by Keyword = tracker announce and d1:ad2
- Quality of Service - This acts dynamically as opposed to static bandwidth settings, if no one else is using a priority service then the other users can P2P their hearts out. but as soon as someone uses a priority service the router automatically throttles the p2p to whatever is left over from legitimate traffic.
before enabling QOS you need to get an accurate speed test of your connection. either test it while no one is using the connection or disconnect the other users while you are doing it. write down the maximum download and upload speed. (usually displayed in Mbps) convert what you wrote down to kbps. it will be used in the config
Under the NAT/QOS tab > QOS
Start QOS = Enable
Packet Scheduler = HFSC
Max up = 10% less than your upload speed test
Max down = 10% less than your download speed test
Optimize for Gaming = your choice
under services priority, start adding services you don't want other traffic interfering with.
example:
Google Voice - Premium
Skype - Express
Http/Https - Standard
ftp - Bulk
any traffic not delineated goes to the lowest queue.
- MAC-address guaranteed bandwidth - This is the easiest to set up, but its not dynamic. any reservation you set here will forevermore limit the device with this MAC-Address. for instance, if you and another person are sharing a ISP connection, you could set two MAC addresses here for two PC's to get half of all the available bandwidth. neither PC would be able to go over that cap,
even if the other roommates PC was turned off. you would not be able to access the additional bandwidth.
its also under NAT/QOS > QOS > all the way at the bottom of the page.
Start QOS = Enable
Packet Scheduler = HFSC
Max up = 10% less than your upload speed test
Max down = 10% less than your download speed test
Optimize for Gaming = your choice
this is done under the MAC priority section. add the mac of the offending client end station. enter MAX up and DOWN in kbps. save and apply.
You may or may not have to reboot the router for the changes to take effect, and you're done.
add a comment |
up vote
0
down vote
up vote
0
down vote
I am surprised no one answered this.
Yes this is possible, there are a couple ways of achieving what you are trying to do. in my experience, when you do this with roommates who are splitting costs with you, you end up being viewed as an internet connection dictator. There are three ways to do this.
- Content filtering - This would block all P2P on the network, and may just start a cold war of people trying to bypass the measures you put in place. and i don't think it catches encrypted P2P traffic.
Under Access restrictions, Create a new policy.
PC's> edit list of clients> put traffic offenders in here specific or range
Days = everyday
Time = 24 hours
Catch all P2P protocols = checked
Website Blocking by Keyword = tracker announce and d1:ad2
- Quality of Service - This acts dynamically as opposed to static bandwidth settings, if no one else is using a priority service then the other users can P2P their hearts out. but as soon as someone uses a priority service the router automatically throttles the p2p to whatever is left over from legitimate traffic.
before enabling QOS you need to get an accurate speed test of your connection. either test it while no one is using the connection or disconnect the other users while you are doing it. write down the maximum download and upload speed. (usually displayed in Mbps) convert what you wrote down to kbps. it will be used in the config
Under the NAT/QOS tab > QOS
Start QOS = Enable
Packet Scheduler = HFSC
Max up = 10% less than your upload speed test
Max down = 10% less than your download speed test
Optimize for Gaming = your choice
under services priority, start adding services you don't want other traffic interfering with.
example:
Google Voice - Premium
Skype - Express
Http/Https - Standard
ftp - Bulk
any traffic not delineated goes to the lowest queue.
- MAC-address guaranteed bandwidth - This is the easiest to set up, but its not dynamic. any reservation you set here will forevermore limit the device with this MAC-Address. for instance, if you and another person are sharing a ISP connection, you could set two MAC addresses here for two PC's to get half of all the available bandwidth. neither PC would be able to go over that cap,
even if the other roommates PC was turned off. you would not be able to access the additional bandwidth.
its also under NAT/QOS > QOS > all the way at the bottom of the page.
Start QOS = Enable
Packet Scheduler = HFSC
Max up = 10% less than your upload speed test
Max down = 10% less than your download speed test
Optimize for Gaming = your choice
this is done under the MAC priority section. add the mac of the offending client end station. enter MAX up and DOWN in kbps. save and apply.
You may or may not have to reboot the router for the changes to take effect, and you're done.
I am surprised no one answered this.
Yes this is possible, there are a couple ways of achieving what you are trying to do. in my experience, when you do this with roommates who are splitting costs with you, you end up being viewed as an internet connection dictator. There are three ways to do this.
- Content filtering - This would block all P2P on the network, and may just start a cold war of people trying to bypass the measures you put in place. and i don't think it catches encrypted P2P traffic.
Under Access restrictions, Create a new policy.
PC's> edit list of clients> put traffic offenders in here specific or range
Days = everyday
Time = 24 hours
Catch all P2P protocols = checked
Website Blocking by Keyword = tracker announce and d1:ad2
- Quality of Service - This acts dynamically as opposed to static bandwidth settings, if no one else is using a priority service then the other users can P2P their hearts out. but as soon as someone uses a priority service the router automatically throttles the p2p to whatever is left over from legitimate traffic.
before enabling QOS you need to get an accurate speed test of your connection. either test it while no one is using the connection or disconnect the other users while you are doing it. write down the maximum download and upload speed. (usually displayed in Mbps) convert what you wrote down to kbps. it will be used in the config
Under the NAT/QOS tab > QOS
Start QOS = Enable
Packet Scheduler = HFSC
Max up = 10% less than your upload speed test
Max down = 10% less than your download speed test
Optimize for Gaming = your choice
under services priority, start adding services you don't want other traffic interfering with.
example:
Google Voice - Premium
Skype - Express
Http/Https - Standard
ftp - Bulk
any traffic not delineated goes to the lowest queue.
- MAC-address guaranteed bandwidth - This is the easiest to set up, but its not dynamic. any reservation you set here will forevermore limit the device with this MAC-Address. for instance, if you and another person are sharing a ISP connection, you could set two MAC addresses here for two PC's to get half of all the available bandwidth. neither PC would be able to go over that cap,
even if the other roommates PC was turned off. you would not be able to access the additional bandwidth.
its also under NAT/QOS > QOS > all the way at the bottom of the page.
Start QOS = Enable
Packet Scheduler = HFSC
Max up = 10% less than your upload speed test
Max down = 10% less than your download speed test
Optimize for Gaming = your choice
this is done under the MAC priority section. add the mac of the offending client end station. enter MAX up and DOWN in kbps. save and apply.
You may or may not have to reboot the router for the changes to take effect, and you're done.
edited Mar 9 at 1:50
answered Mar 9 at 1:35
Tim_Stewart
2,8052321
2,8052321
add a comment |
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1292147%2fconfigure-dd-wrt-to-limit-bandwidth-on-devices%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown