Install OpenVPN on FreeBSD system
1. Update Port Collection
portsnap fetch update
if it is the first time,
portsnap fetch extract
2. Install OpenSSL
cd /usr/ports/security/openssl
make install clean
3. Edit /etc/make.conf, and add
DEFAULT_VERSIONS+=ssl=openssl
4. Install OpenVPN, easyrsa
- Read more about Install OpenVPN on FreeBSD system
- Log in or register to post comments