Skip to content

Instantly share code, notes, and snippets.

@Suzhou65
Created September 14, 2020 13:07
Show Gist options
  • Select an option

  • Save Suzhou65/328386f9a26a0600c04844dd5ad65883 to your computer and use it in GitHub Desktop.

Select an option

Save Suzhou65/328386f9a26a0600c04844dd5ad65883 to your computer and use it in GitHub Desktop.
Ubuntu 14.04 OpenVPN configuration

OpenVPN Access Server configuration

Check user and group

cat /etc/group
cat /etc/passwd

Add user

adduser client01

Check user and group again

cat /etc/group

client01 should be located at the bottom

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment