Talk:Setting up a OpenVPN server: Difference between revisions

From Alpine Linux
(iptables rule?)
(No difference)

Revision as of 12:59, 13 June 2015

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