Quantcast
Channel: SNBForums
Viewing all articles
Browse latest Browse all 95094

Limit bandwidth for guest network on AsusWRT-Merlin

$
0
0
Guys,

Anyone tried this method? Does it actually work? Any side effect to doing this?
Thanks.


http://nwgat.ninja/limit-bandwith-for-ssid-on-asuswrt-merlin/

login to router with ssh/telnet

where wl0.1 is the ssid of your guest network.
will vary if you have configured more than one

to limit to 5mbit until you reboot

tc qdisc add dev wl0.1 handle 1: root htb default 11

tc class add dev wl0.1 parent 1: classid 1:1 htb rate 5mbit

tc class add dev wl0.1 parent 1:1...

Limit bandwidth for guest network on AsusWRT-Merlin

Viewing all articles
Browse latest Browse all 95094

Trending Articles