Revision: 6677 http://ipcop.svn.sourceforge.net/ipcop/?rev=6677&view=rev Author: owes Date: 2012-06-30 06:54:28 +0000 (Sat, 30 Jun 2012) Log Message: ----------- Alias IPs should also be possible for external access.
Modified Paths: -------------- ipcop/trunk/src/scripts/puzzleFwRules.pl Modified: ipcop/trunk/src/scripts/puzzleFwRules.pl =================================================================== --- ipcop/trunk/src/scripts/puzzleFwRules.pl 2012-06-29 20:32:24 UTC (rev 6676) +++ ipcop/trunk/src/scripts/puzzleFwRules.pl 2012-06-30 06:54:28 UTC (rev 6677) @@ -636,7 +636,8 @@ } # we only need destination addresses in a FORWARD rule - if ($type eq 'OUTGOING' || $type eq 'PINHOLES' || $type eq 'PORTFW') { + # and in external access so we do not open alias IPs unexpected + if ($type eq 'OUTGOING' || $type eq 'PINHOLES' || $type eq 'PORTFW' || $type eq 'EXTERNAL') { # destination address if ($rule->{'DST_IP_TYPE'} eq 'defaultDstIP') { This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ Ipcop-svn mailing list Ipcop-svn@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/ipcop-svn