Jump to content

Limit internet speed


ajnl

Recommended Posts

Is it possible to limit internet speed to a specific devices connected to my router, based on mac address?

 

My router: Netgear R6300

 

OS: DD-WRT v24-sp2 (10/18/12) mega

 

 

If you need more info, let me know.

Link to comment
Share on other sites

  • Clan Friend

if you have iptables and tc Linux commands then you can certainly do it via ssh or telnet, but of course you can really limit upload, not download speed, because stuff incoming from outside can saturate your network before it reaches your router imho.

 

I was trying this in the past while playing ET in order to block other pcs ;) but really you can limit only upload

 

If you don't want to do it from the router you could redirect the traffic to another pc via arp spoofing and limit the traffic from there :P but firewalls might block this because it's regarded as an attack

 

edit:

basically what I did was adding an iptables rule using the --set-mark option then with tc filter and handle, all packets marked went to a lower priority queue, there are many tutorials around, but maybe I can find the script I used back then

 

edit2:

actually you might not need iptables if you can match via mac address on tc

Edited by SunLight
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.