freebsd/openvpn
authorTomas Zeman <tzeman@volny.cz>
Thu, 17 May 2012 10:48:06 +0200
changeset 23 22f8dfb6833e
parent 22 9692199acbfd
child 24 ea1110c7e73f
freebsd/openvpn
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. 
+