Mikrotik Router winbox login error wrong user name or password
If you are trying to access mikrotik router through winbox and you are confirm your admin password is wright and its not getting you login through winbox. You tried to…
If you are trying to access mikrotik router through winbox and you are confirm your admin password is wright and its not getting you login through winbox. You tried to…
How to bandwidth limit with simple queue on Mikrotik Router OS
we have network topology like below picture and we want to limited download and upload for private network (download – 512 kbps and upload – 128 kbps).
Mikrotik hotspot setup copy and paste line by line /ip address add address=172.16.1.1/24 comment=LAN disabled=no interface=LAN network=172.16.1.0 add address=192.168.137.100/24 comment=WAN disabled=no interface=WAN network=192.168.137.0 --------------------------------------------------------------------------------------------- /ip pool add name=hs-pool-1 ranges=172.16.1.10-172.16.1.255 ---------------------------------------------------------------------------------------------…
How to limit upload and download to all users in network using mikrotik RouterOS There are two ways how to make this: using mangle and queue trees, or, using simple…