X-Git-Url: http://git.ipfire.org/?p=people%2Fteissler%2Fipfire-2.x.git;a=blobdiff_plain;f=config%2Fforwardfw%2Frules.pl;h=9f9f7e9919d118b204bd73c427b6d4a4b431bf27;hp=12723e749a7f0bd0ab93383c79f3734a817aee15;hb=ff4770c79ba800a03fea65ffd5153f75e63cf2b8;hpb=fb0ce57589a8ba724d3c446b612181f6d7f3b8c5 diff --git a/config/forwardfw/rules.pl b/config/forwardfw/rules.pl index 12723e749..9f9f7e991 100755 --- a/config/forwardfw/rules.pl +++ b/config/forwardfw/rules.pl @@ -179,7 +179,7 @@ sub buildrules my $nat; my $fwaccessdport; foreach my $key (sort {$a <=> $b} keys %$hash){ - next if ($$hash{$key}[6] eq 'RED' && $conexists eq 'off' ); + next if (($$hash{$key}[6] eq 'RED' || $$hash{$key}[6] eq 'RED1') && $conexists eq 'off' ); if ($$hash{$key}[28] eq 'ON'){ $command='iptables -t nat -A'; $natip=&get_nat_ip($$hash{$key}[29],$$hash{$key}[31]); @@ -228,7 +228,7 @@ sub buildrules $targethash{$key}[0]='0.0.0.0/0'; } if($$hash{$key}[6] eq 'RED' || $$hash{$key}[6] eq 'RED1'){ - open(FILE, "/var/ipfire/red/local-ipaddress") or die 'Unable to open config file.'; + open(FILE, "/var/ipfire/red/local-ipaddress")or die "Couldn't open local-ipaddress"; $targethash{$key}[0]= ; close(FILE); }else{