I have 1 ADSL line which I’m sharing to users. We have three networks (hotspots) connected with p2p links. Networks are 10.10.0.0/24, 10.10.1.0/24 and 10.10.2.0/24. ADSL is over PPPoE connection at network 10.10.2.0. We all have Internet but how should I setup Equal bandwith sharing for all users, no mater on which network they are. I tryed lik in manual but what is my Local interface? I puted all them in users gruop but it didn’t work…
add these networks as “target-address” for a simple queue and use pcq as queue type.
Can U write me this config? I’m totaly crazy because of it. I’m trying all day but with no success.
‘/queue simple add target-address=192.168.0.0/24,192.168.1.0/24’, etc. it will set queue for the particular subnets, add pcq configuration, it is discussed in the bandwidth management documentation.
Yes, i’m tried that 1 000 000 times, but I still dont knew what to put for “parent=local” because I have 2 subnets connected with point to pint links and local hotspot interface. Should I add one rule for each or can I group them ad put only one rule? If I put rule for each subnet, what is my provider’s speed? Should I put max cappacity of internet link to every roule I 1/3 cappacity? But if I put 1/3 then it isn’t eqal bandwith sharing… or is it?
Check this:
http://wiki.mikrotik.com
Will this http://wiki.mikrotik.com/wiki/PCQ_Examples config work for me?
Finally, two queue rules are required, one for download and one for upload:
/queue tree add parent=global-in queue=PCQ_download packet-mark=all
/queue tree add parent=global-out queue=PCQ_upload packet-mark=all
This is from Wiki. But would’t global-in and global-out put bandwith rule for sharing data from user to user on different AP’s?