# HG changeset patch # User Tomas Zeman # Date 1337244486 -7200 # Node ID 22f8dfb6833ea8150a981222fc00f499136acc9c # Parent 9692199acbfd3750e9b5eedf1546bd712de3d30f freebsd/openvpn diff -r 9692199acbfd -r 22f8dfb6833e freebsd/openvpn --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/freebsd/openvpn Thu May 17 10:48:06 2012 +0200 @@ -0,0 +1,17 @@ +http://www.freebsddiary.org/openvpn.php +The solution here is rather simplistic. It allows for a single client to +connect to a single server. You cannot do multiple clients with this setup. + + +http://www.freebsddiary.org/openvpn-easy-rsa.php +The FreeBSD Port for OpenVPN installs "a small RSA key management package based +on the openssl command line tool". This package is provided by the OpenVPN +project and can be found at /usr/local/share/doc/openvpn/easy-rsa/. + + +http://www.freebsddiary.org/openvpn-routed.php +In this article, I will show you how I created a routed VPN using OpenVPN. In +this network, multiple clients can attach to the server, each of which has +access to the network attached to the server. Each client can also contact any +other client, subject to firewall rules. +