Skip to content

OpenVPN road warrior installer for Debian, Ubuntu and CentOS

License

Notifications You must be signed in to change notification settings

fabricetriboix/openvpn-install

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

manage-openvpn

This is a simple script to install an OpenVPN server and add/remove users (using mutual certificate authentication only). This is a fork from Nyr/openvpn-install, which removes all user interactions, in order to be able to install it in batch (please note adding users still requires some interactions).

Don't forget to enable NAT! Example on a Linux box:

$ sudo iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
$ sudo apt install iptables-persistent
$ sudo iptables-save | sudo tee /etc/iptables/rules.v4

About

OpenVPN road warrior installer for Debian, Ubuntu and CentOS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 100.0%