Linux/OpenVPN: Difference between revisions

From Wiki
Line 7: Line 7:
* easy-rsa
* easy-rsa
* server.conf
* server.conf
/etc/sysctl.conf
net.ipv4.ip_forward=1
* rc.local
* rc.local
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
iptables -t nat -A POSTROUTING -s 10.8.0.0/24 -o eth0 -j MASQUERADE
* dnsmasq
* dnsmasq
  apt-get install dnsmasq
  apt-get install dnsmasq

Revision as of 20:10, 27 December 2013