1. Introduction : VPN system
We’ll describe the procedure to install a VPN server (OpenVPN) on a FreeBSD 10.1 server for Windows 7 clients.
This VPN will be configured for road warriors clients :
– 100% of the outgoing clients traffic will transit through the VPN server.
– 100% of the outgoing clients traffic will be encrypted before leaving the client computer.
I use this system to secure my connection when using untrusted networks (public WiFi) and to avoid constraints and limitations in some countries.
2. OpenVPN : server (FreeBSD 10.1)
2.1 Install
OpenVPN installation :
Continue reading VPN server (OpenVPN) on FreeBSD for windows clients