Cyber Dog wrote:
>
> I changed away from the suggested configuration, and declared the zone
> type as "ipsec" rather than "ipv4", while removing the "ipsec" option
> from the hosts file.  Low and behold, now the perl compiler used
> "--pol ipsec" and my vpn connection worked instantly.

Please see if the attached patch corrects the problem.

Thanks,
-Tom
-- 
Tom Eastep    \ Nothing is foolproof to a sufficiently talented fool
Shoreline,     \ http://shorewall.net
Washington USA  \ [EMAIL PROTECTED]
PGP Public Key   \ https://lists.shorewall.net/teastep.pgp.key
Index: Shorewall/Zones.pm
===================================================================
--- Shorewall/Zones.pm	(revision 6926)
+++ Shorewall/Zones.pm	(working copy)
@@ -880,7 +880,7 @@
 	    for my $option ( @options )
 	    {
 		if ( $option eq 'ipsec' ) {
-		    $type = 'ipsec';
+		    $type = 'ipsec4';
 		    $zoneref->{options}{complex} = 1;
 		    $ipsec = 1;
 		} elsif ( $validoptions{$option}) {

Attachment: signature.asc
Description: OpenPGP digital signature

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Shorewall-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/shorewall-users

Reply via email to