Skip to content

Instantly share code, notes, and snippets.

@mitchwongho
Created July 13, 2019 20:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mitchwongho/f6df3e71cddf06c4bf8b703954c7b207 to your computer and use it in GitHub Desktop.
Save mitchwongho/f6df3e71cddf06c4bf8b703954c7b207 to your computer and use it in GitHub Desktop.
Raspberry Pi OpenVPN Tips

OpenVPN host config files:

$ cd /etc/openvpn

OpenVPN config file:

$ sudo nano /etc/default/openvpn

Reload systemctl configurations

$ sudo systemctl daemon-reload

List wireless configurations/capabilities:

$ sudo iw list | less

Start/Stop OpenVPN service:

$ sudo systemctl {status|stop|start|restart|reload} openvpn.service

"systemctl status hostapd.service" and "journalctl -xe"

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