Thanks for answers
I'll explain the real situation, I'll have more than 100 clients (router with a local network), so my OpenVPN will give IP to the router.
Let's take:
-> Router A: VPN IP 10.2.2.2 | Local network: 24.1.1.0/24
-> Router B: VPN IP: 10.2.2.3 | Local network: 24.1.2.0/24
-> Router C: VPN IP: 10.2.2.4 | Local network: 24.1.3.0/24
….
....
....
So I want to block communication between all router (easy, I just disable the option "Allow communication between client)
But I'll create user to my OpenVPN (example for my windows computer)
-> Client A: VPN IP: 10.2.2.40
And for this client, I need to allow communication to all routers.
So what can I do?
Disable "Allow communication between client", and can create specific rules for the user I want to allow communication?
Make a second server for my users and configure it to communicate to all the clients of the first server? (BUT HOW?)
Thanks for your help