Differences between version 9 and previous revision of OpenVPN.
Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History
Newer page: | version 9 | Last edited on Thursday, September 15, 2005 8:21:00 pm | by DrewBroadley | Revert |
Older page: | version 8 | Last edited on Sunday, July 25, 2004 10:38:29 pm | by MichaelBordignon | Revert |
@@ -1,50 +1,11 @@
[OpenVPN | http://openvpn.sourceforge.net/] is a [Free] VirtualPrivateNetwork daemon that uses [SSL].
----
-!!
[OpenVPN
] bridging with a Windows RoadWarrior
-
- ''Is this
information at all Windows-specific?'' --AristotlePagaltzis
-
-Set up your [Kernel] for bridging and tun/tap devices.
-
-First, create <tt>/dev/net/tun</tt>.
-
-<verbatim>
-mkdir /dev/net
-mknod /dev/net/tun c 10 200
-</verbatim>
-
-Then, configure <tt>/etc/network/interfaces</tt> to bring up <tt>tap0/tap1/br0</tt>:
-
-<verbatim>
-auto tap0
-iface tap0 inet static
-address ...
-netmask 255.255.255.
-network 192.168.1.
-broadcast 192.168.1.255
-pre-up /usr/local/sbin/openvpn --mktun --dev tap0
-
-auto tap1
-iface tap1 inet static
-address ...
-netmask 255.255.255.
-network 192.168.1.10
-broadcast 192.168.1.255
-pre-up /usr/local/sbin/openvpn --mktun --dev tap1
-
-auto br0
-iface br0 inet static
-address 192.168.1.x
-network 192.168.1.
-netmask 255.255.255.
-broadcast 192.168.1.255
-bridge_ports tap0 tap1 eth0
-</verbatim>
+[OpenVPNNotes
] for more
information
See also:
* [Ethernet Bridging Mini-HOWTO | http://openvpn.sourceforge.net/bridge.html]
* [OpenVPN Win32 Install | http://openvpn.sourceforge.net/install32.html]
* [FedoraNEWS.ORG: Implementing OpenVPN | http://fedoranews.org/contributors/florin_andrei/openvpn/]
* [OpenVPN 2.0 beta series release notes | http://openvpn.sourceforge.net/20notes.html]