OVPN server binding

Hello forum

How is it possible to reference multiple users in one OVPN Server Binding, eg. user-*

I need this for referencing the interface in firewall rules. It works well when specifying one user.

The right tool for this is the following:

  • create an /interface list item, e.g. ovpn-clients-group-A
  • create a dedicated /ppp profile row as a copy of the one you currently use for the OVPN clients, and set its interface-list parameter to the one added above (ovpn-clients-group-A)
  • make all the /ppp secret rows representing the users from the group that should be treated the same way refer to that /ppp profile row
  • let the firewall rules match on in-interface-list=ovpn-clients-group-A rather than an individual in-interface name

Hello Sindy

This works exactly the way I want it to, thank you!.