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.