After several unsuccessful attempts, I’m asking for some guidance.
We have 1 main WAN for customers authenticated via PPPoE coming into LAN. All clients are assigned an IP address from a IP pool. How do I set PCQ rules to balance out connections from our clients headed for the internet, so not one client is hogging all the network etc?
Thanks for your reply, The part where I get stuck is specifying the incoming interface:
/queue tree add name=Download parent=Local max-limit=10240000
/queue tree add parent=Download queue=pcq-download packet-mark=users
As customers are connection via PPPoE, there is no “local” parent interface, as all PPPoE connections have their own dynamic interface created with the logon. How can i catch a particular ip subnet (assigned to PPPoE clients) in place of one interface?
It’s a weird thing, I have the same situation, and - when I use global-out and global-in, at both queues I have sum upload+download, I’m mangling on prerouting, with and without adress list, and with one milion tries and ideas, I’m using masquarade so I have to use global-in and global-out, I have three different interfaces, and on each I have other pppoe-concetrator, what should I do to use pcq?