Tell me how to divide the channel equally among the users (by ip address) if you do not know the speed channel? For example on a usb modem.
No one knows?
What is a channel? And what has that to do with IP?
A channel (in WiFi) is Layer 1. IP is layer 3 and higher.
A lot if IP’s go through one channel. For example: A Hotpsot with one AP and one channel. On that Hotspot there can be 30 people on it. And 30 IP’s (or even more)…
So please rewrite your question or make a drawing.
USB modem, LTE.
You do not give much information.
What is your setup? What routerboard? How do you connect to the internet?
Most important: what is you question or what seems to be the problem.
We cannot help you if you do no give use more information like “USB modem, LTE”. It is the same as saying “my car is broken, it does not work”… How do you solve the broken car problem?
I don’t understand why do you need the model of my router or configuration.
I connect to Internet via USB modem (modem is connected to mikrotik router). Connected to the router three laptops, when someone starts to download the torrent the others, even the web page is not always open. How to make the Internet channel was divided at all equally?
When you have a regular Internet connection and speed is known, it can be easily solved using Simple Queues.
Do you think that enough?
/queue simple add name=equally queue=pcq-upload-default/pcq-download-default target=bridge-local
Not working. When one starts a torrent, the rest, the speed is greatly reduced.
Did you try this? http://wiki.mikrotik.com/index.php?title=Manual:Queues_-_PCQ_Examples&redirect=no
Steps 2 and the last one.
If you mean:
/queue type add name="PCQ_download" kind=pcq pcq-rate=64000 pcq-classifier=dst-address
/queue type add name="PCQ_upload" kind=pcq pcq-rate=32000 pcq-classifier=src-address
/queue simple add target=192.168.0.0/24 queue=PCQ_upload/PCQ_download
Not working,
All users have download speed 4K only, turns out not using all the bandwidth
What is your actual download/upload speed of your line?
In the first message I wrote that using a USB modem. The actual speed of the link it is not fixed.
As if to mark traffic using mangle priority setting it will work without the queue?
No idea?
We don’t think that enough ![]()