From 1a65fb125ce43b225c0a011a0c1bc2a5c2a5be07 Mon Sep 17 00:00:00 2001 From: mhnoyes Date: Thu, 25 Dec 2003 16:34:31 +0000 Subject: [PATCH] Content moved to VPN.xml git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@951 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- Shorewall-docs/VPN.htm | 84 ------------------------------------------ 1 file changed, 84 deletions(-) delete mode 100755 Shorewall-docs/VPN.htm diff --git a/Shorewall-docs/VPN.htm b/Shorewall-docs/VPN.htm deleted file mode 100755 index 4ee6b5aea..000000000 --- a/Shorewall-docs/VPN.htm +++ /dev/null @@ -1,84 +0,0 @@ - - - - - - - - VPN - - -

VPN
-

-

It is often the case that a system behind the firewall needs to be -able to access a remote network through Virtual Private Networking -(VPN). The two most common means for doing this are IPSEC and PPTP. The -basic setup is shown in the following diagram:

-

-

A system with an RFC 1918 address needs to access a -remote network through a remote gateway. For this example, we will -assume that the local system has IP address 192.168.1.12 and that the -remote gateway has -IP address 192.0.2.224.

-

If PPTP is being used, there are no firewall -requirements beyond the default loc->net ACCEPT policy. There is one -restriction however: Only one local system at a time can be connected -to a single remote gateway unless you patch your kernel from the -'Patch-o-matic' patches available at -http://www.netfilter.org.

-

If IPSEC is being used then only one system may connect -to the remote gateway and there are firewall configuration requirements -as follows:

-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
ACTIONSOURCEDESTINATIONPROTOCOLPORTCLIENT
-PORT
ORIGINAL
-DEST
DNATnet:192.0.2.224loc:192.168.1.1250   
DNATnet:192.0.2.224loc:192.168.1.12udp500  
-
-

If you want to be able to give access to all of your local systems -to the remote network, you should consider running a VPN client on your -firewall. As starting points, see -http://www.shorewall.net/Documentation.htm#Tunnels or http://www.shorewall.net/PPTP.htm.

-

Last modified 12/21/2002 - Tom -Eastep

-

Copyright2002 Thomas M. Eastep.

-

 

-
-
- -