Closed mehrdad-tat closed 4 years ago
In order to get VPN IP of a specific user you can use the following.
# replace <username> with the actual username of which you want to find out its IP address
$ ovpm u l | grep <username> | tr -d ' ' | cut -d'|' -f 4 | cut -d '/' -f 1
Is there any way to get the IP address of a specific user ?
Same as command "ovpm net list", but only for one user and only for IP Address value