jawj / IKEv2-setup

Set up Ubuntu Server 20.04 (or 18.04) as an IKEv2 VPN server
1.34k stars 331 forks source link

Speed limit #144

Closed meteoguzhan closed 2 years ago

meteoguzhan commented 2 years ago

Hello, I want to set bandwidth speed limit for each user. How can I do this? is it possible?

jawj commented 2 years ago

This is kind of out of scope for this project.

A quick Google suggests you'll need to use tc (traffic control) in Ubuntu — see this StackOverflow answer related to OpenVPN, for example.