Good morning!
I’m trying to implement a openvpn service, which would require 100+ clients to have credentials to the openvpn roadwarrior.
I would like that the clients wouldn’t have access to the nethserver GUI, and only be able to use those credentials when running the ovpn file. Which is the default operation when creating system users, right?
For this I believe that I should:
- Create system User
- Create ovpn with system user
Finally they would be able to connect.
My ovpn is working with users using a certificate.
My problem is that when connecting via terminal the connection fails with this message:
Thu Jul 14 12:01:16 2022 SENT CONTROL [NethServer]: 'PUSH_REQUEST' (status=1)
Thu Jul 14 12:03:53 2022 SENT CONTROL [NethServer]: 'PUSH_REQUEST' (status=1)
Thu Jul 14 12:03:59 2022 SENT CONTROL [NethServer]: 'PUSH_REQUEST' (status=1)
Thu Jul 14 12:04:04 2022 SENT CONTROL [NethServer]: 'PUSH_REQUEST' (status=1)
...
After this, nethserver stops responding on 9090, but the vm is responsive, which is wierd and I don’t know if it is related.
Thanks,
Joel