https://github.com/digitalocean/do_user_scripts/blob/master/Ubuntu-14.04/network/open-vpn.yml This user script needs an update. I'm not sure why, but now I have to add this iptables command to get traffic to go through the VPN: ``` iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE ```
https://github.com/digitalocean/do_user_scripts/blob/master/Ubuntu-14.04/network/open-vpn.yml
This user script needs an update. I'm not sure why, but now I have to add this iptables command to get traffic to go through the VPN: