From fb33fd9aa1f42ce80f8cbd4601f771e3413b1e82 Mon Sep 17 00:00:00 2001 From: teastep Date: Tue, 26 Sep 2006 21:16:20 +0000 Subject: [PATCH] Add /etc/shorewall/masq entry to PPTP server behind firewall with special external address git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@4587 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb --- docs/PPTP.xml | 25 +++++++++++++++++++------ 1 file changed, 19 insertions(+), 6 deletions(-) diff --git a/docs/PPTP.xml b/docs/PPTP.xml index 488476f70..31d5f043b 100644 --- a/docs/PPTP.xml +++ b/docs/PPTP.xml @@ -561,6 +561,18 @@ DNAT net loc:<server address> 47< # PORT(S) DEST DNAT net loc:<server address> tcp 1723 - <external address> DNAT net loc:<server address> 47 - - <external address> + + You will also want to add this entry to your + /etc/shorewall/masq file: + + #INTERFACE SUBNET ADDRESS PROTO +<external interface> <server address> <external address> 47 + + + Be sure that the above entry comes before any other entry that might match the + server's address. +
@@ -802,12 +814,13 @@ restart_pptp > /dev/null 2>&1 & PPTP Client running on your Firewall with PPTP Server in an ADSL Modem - Some ADSL systems in Europe (most notably in Austria and the Netherlands) feature a PPTP - server built into an ADSL Modem. In this setup, an ethernet - interface is dedicated to supporting the PPTP tunnel between the firewall - and the Modem while the actual internet access is through - PPTP (interface ppp0). If you have this type of setup, you need to modify - the sample configuration that you downloaded as described in this section. + Some ADSL systems in Europe (most notably in Austria and the + Netherlands) feature a PPTP server built into an ADSL + Modem. In this setup, an ethernet interface is dedicated to + supporting the PPTP tunnel between the firewall and the + Modem while the actual internet access is through PPTP + (interface ppp0). If you have this type of setup, you need to modify the + sample configuration that you downloaded as described in this section. These changes are in addition to those described in the QuickStart Guides.