Replies: 2 comments 1 reply
-
|
Beta Was this translation helpful? Give feedback.
-
I'm not sure about this, when I run ; Unknown command 'ovpn-admin'. Run without commands for usage help. in my start post it just looks if it want to start the easyrsa command without the leading'./'
|
Beta Was this translation helpful? Give feedback.
-
OpenVPN works, I can aad users with the commandline. When starting the ovpn-admin UI, I use :
ovpn-admin --debug --ovpn.network="10.10.30.0/24" --master.sync-token="TOKEN" --easyrsa.path="/etc/openvpn/server/easy-rsa" --easyrsa.index-path="/etc/openvpn/server/easy-rsa/pki/index.txt" --ovpn.server="vpn.something.com:1195" --auth.password --auth.db="/etc/openvpn/server/easy-rsa/pki/users.db" --ccd --ccd.path="/mnt/ccd"
path to the EASY-RSI is correct, but when adding a user, the system won't execute the easyrsa command :
When I manually start the command with ./easyrsa it works.
How can I solve this ?
Erwin
Beta Was this translation helpful? Give feedback.
All reactions