MT433, WAN port on eth1, LAN port on eth2, DHCP Server set on eth2.
Maybe stupid question, but I have a problem to find some way, how to assign some default limit speed for each user connected to LAN (eth2). I don’t want to use hotspot, just control speed (the same for each user) - ie. 2M/2M 4M/4M 1800k/1800k 120/120 8 512k/512k.
Any thoughts?
Thanks
Ivan
It is possible to set rate-limit for every static lease,
/ip dhcp-server lease set <number> rate-limit=
Optionally, look into some QoS rules. set up a PCQ Queue that limits each user to your required speed, then have mangle mark everyone in the DHCP range for that Queue.
Thanks, second answer could be a good solution, first answer does not work for me, because I don’t want to use static leases in this case.
Hi ,
you need authentication for this.
If you don’t want hotspot , can use PPPoE server with local accounting or MAC authentication .
bye