You are not logged in.
Pages: 1
I have a server which acts as a vpn server, and I want to limit the maximum speed of clients. How can I do this?
I need a solution which works for both OpenVPN and Strongswan with thousands of clients.
What are my options?
Offline
Googling "Linux TC" may help, just a hint, nothing practical though.
Offline
I have googled a lot and had no success.
It seems that tc is the only option, but I have to mark every ip address with iptables to go to a specific classid. But I was unable to mark them. I have tried both MARK and CONNMARK. If anyone can help me to mark a packet (or a connection) it would really help.
But I am also looking for other options. Because with htb there is a 10000 limit on the number of classids; and I have a /16 subnet for my vpn which supports 65535 users!
Offline
Pages: 1