hi sir
i work with mikrotik hotspot (work with ip+name+mac+pass)
firewall
1 (nat) general=srcnat action= masquerade
2 (mangle) /ip firewall mangle add chain=prerouting action=mark-packet new-packet-mark=all passthrough=no
lan = 192.168.16.1
wan = 192.168.1.1
dsl line = 1024 / 256
pppoe-client
============================================
this is my QoS
/queue type add name="PCQ_download" kind=pcq pcq-rate=1024000 pcq-classifier=dst-address
/queue type add name="PCQ_upload" kind=pcq pcq-rate=256000 pcq-classifier=src-address
********
/queue tree add parent=global-in queue=PCQ_download packet-mark=all
/queue tree add parent=global-out queue=PCQ_upload packet-mark=all
*******
/queue simple add queue=PCQ_upload/PCQ_download target-addresses=192.168.16.0/24
where's my problem ?
1- clients login and others can't login
when i remove (mac) login by mac >>>>>>>>>>>>>>>> all users easly login
2- i want Bandwidth Equal between Users like the image i upload like this:--
one user on line will get 1024/256
if another user become online i want 1024/256 divide to 2 (1024/256 / 2 = 512/128)
if they 7 users become online i want 1024/256 divide to 7 (1024/256 / 7 = 146/36)
please help me where's my error
best regards