Hi
I am trying to set up openvpn on dockstar so I can tunnel internet traffic through openvpn tunnel. I followed this
guide.
https://wiki.archlinux.org/index.php/OpenVPN
The openvpn server is up and running now and I can access my samba share but unable to reroute internet traffic through the tunnel. When I follow the guide and get to
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
When I type this command, I get iptable command not found. Any suggestion where I am supposed to add this and How do I add this to iptables ip forwarding. IPTABLES is installed on my dockstar.
Thanks.