freebsd/openvpn
author Tomas Zeman <tzeman@volny.cz>
Thu, 11 Oct 2012 09:47:07 +0200
changeset 25 98114857acb3
parent 23 22f8dfb6833e
child 32 f61233ece253
permissions -rw-r--r--
ssl/certs.txt: cert renewal

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.