[Lunar-commits] CVS: moonbase/security/openvpn DEPENDS, NONE,
1.1 DETAILS, NONE, 1.1 POST_INSTALL, NONE, 1.1
Jaime Buffery
nestu at lunar-linux.org
Tue Jan 27 11:00:56 GMT 2004
Update of /var/cvs/lunar/moonbase/security/openvpn
In directory dbguin.lunar-linux.org:/tmp/cvs-serv25285/openvpn
Added Files:
DEPENDS DETAILS POST_INSTALL
Log Message:
Moved from net/ to security/
--- NEW FILE: DEPENDS ---
optional_depends openssl "" "-disable-ssl -disable-crypto" "for openssl support (recommended)" &&
optional_depends lzo "" "--disable-lzo" "for link compression (recommended)"
--- NEW FILE: DETAILS ---
MODULE=openvpn
VERSION=1.5.0
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL=${SFORGE_URL}/openvpn/$SOURCE
SOURCE_VFY=md5:55d7ce958bb2ccf3d3204d1350c27179
WEB_SITE=http://openvpn.sourceforge.net/
ENTERED=20040127
UPDATED=20040127
SHORT="OpenVPN is an easy-to-use, robust, and highly configurable VPN (Virtual Private Network) daemon."
cat << EOF
OpenVPN is an easy-to-use, robust, and highly configurable VPN (Virtual Private Network) daemon which can be used
to securely link two or more private networks using an encrypted tunnel over the internet
EOF
--- NEW FILE: POST_INSTALL ---
cat << EOF
TUN/TAP Driver Configuration:
(1) make device node: mknod /dev/net/tun c 10 200
(2a) add to /etc/modules.conf: alias char-major-10-200 tun
(2b) load driver: modprobe tun
(3) enable routing: echo 1 > /proc/sys/net/ipv4/ip_forward
Note that either of steps (2a) or (2b) is sufficient. While (2a)
only needs to be done once per install, (2b) needs to be done once
per reboot.
EOF
More information about the Lunar-commits
mailing list