Talk:Setting up a OpenVPN server

From Alpine Linux
Revision as of 12:59, 13 June 2015 by Terrorbyte (talk | contribs) (iptables rule?)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

With the default configuration set up in this how too I also believe that you need to put in a NAT table rule for masquerade like so:

iptables -t nat -I POSTROUTING -o eth0 -j MASQUERADE