I have created an OpenVPN on aws via cloudformations - all working as expected except bootstrapping.
on user data i have entered some comands to do some of changes e,g, enabling googleauth etc.
in addition to this I also would like to create a group - and then create users and assign to this group, onnce those are done than i want to create a role to the group so it does the split tunnelling e.g. not all traffic go through the internet - so i want only want to redirect couple IP to this group
I am stack at the moment by creating groups - I have found the command https://evanhoffman.com/2014/07/22/openvpn-cli-cheat-sheet/ and enter on boot strap but i cant find anything for creating a group creating an Access control which allow access to netwokr serices to internet.
so anyone has any expirence with openvpn access server CLI? how to create groups and assgin users to this group for split tunneling?
