From 96128196e3fc1779ee6dcfad1962264071ed7b2b Mon Sep 17 00:00:00 2001 From: Tom Eastep Date: Fri, 12 Jun 2009 14:25:49 -0700 Subject: [PATCH] Fix typo --- docs/OPENVPN.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/OPENVPN.xml b/docs/OPENVPN.xml index c06bb3886..2a526f868 100644 --- a/docs/OPENVPN.xml +++ b/docs/OPENVPN.xml @@ -463,7 +463,7 @@ secret /etc/openvpn/bridgekey dev tap0 secret /etc/openvpn/bridgekey - The bridges can be created by manually makeing the tap device tap0 + The bridges can be created by manually making the tap device tap0 and bridgeing it with the local ethernet interface. Assuming that the local interface on both sides is eth1, the following stanzas in /etc/network/interfaces (Debian and derivatives) will create the bridged @@ -502,5 +502,8 @@ secret /etc/openvpn/bridgekey post-down /usr/sbin/brctl delbr br0 post-down /usr/sbin/tunctl -d tap0 post-down /sbin/ip link set eth1 down + + The Shorewall configuration is just a Simple Bridge.