Debian 8.9
How To Set Up an OpenVPN Server on Debian 8
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
Routing all client traffic (including web-traffic) through the VPN
cd /etc/openvpn/easy-rsa
./build-key client1