opt/openvpn
2006-02-23 15:26:10 +00:00
..
.footprint create branch for 2.2 2006-02-23 15:26:10 +00:00
.md5sum create branch for 2.2 2006-02-23 15:26:10 +00:00
openvpn.conf create branch for 2.2 2006-02-23 15:26:10 +00:00
openvpn.rc create branch for 2.2 2006-02-23 15:26:10 +00:00
Pkgfile create branch for 2.2 2006-02-23 15:26:10 +00:00
README create branch for 2.2 2006-02-23 15:26:10 +00:00

REQUIREMENTS

OpenVPN requires the universal TUN/TAP driver in your kernel to function.

PRE-INSTALL

POST-INSTALL

This port is set to use static keys by default. You need to generate one 
by running:

openvpn --genkey --secret /etc/openvpn/openvpn.key

Edit /etc/openvpn/openvpn.conf to set up the IP addresses for the 
tunnel.

If you want to enable IP forwarding, use this command:

echo 1 > /proc/sys/net/ipv4/ip_forward

PRECAUTION