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
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