mirror of
https://github.com/fwbuilder/fwbuilder
synced 2026-03-20 18:27:16 +01:00
see #1920 Setting host interface to unnumbered after it has been assigned IP address doesnt have desired effect
This commit is contained in:
parent
37ab989922
commit
e9e7f89cf2
@ -1,3 +1,11 @@
|
||||
2011-02-20 vadim <vadim@netcitadel.com>
|
||||
|
||||
* Compiler.cpp (_expand_interface): fixes #1920 "Setting host
|
||||
interface to unnumbered after it has been assigned IP address
|
||||
doesn't have desired effect". Compiler still used ip addresses
|
||||
that belonged to the interface even if it switchd to "unnumbered".
|
||||
These children address objects should be ignored.
|
||||
|
||||
2011-02-19 vadim <vadim@netcitadel.com>
|
||||
|
||||
* NATCompiler_pix.cpp (processNext): see #2098 Added support for
|
||||
|
||||
@ -455,7 +455,9 @@ void Compiler::_expand_interface(Rule *rule,
|
||||
continue;
|
||||
}
|
||||
|
||||
if (Address::cast(o)!=NULL && MatchesAddressFamily(o)) ol.push_back(o);
|
||||
if ( ! iface->isUnnumbered() &&
|
||||
Address::cast(o)!=NULL &&
|
||||
MatchesAddressFamily(o)) ol.push_back(o);
|
||||
}
|
||||
|
||||
if (expand_cluster_interfaces_fully && iface->isFailoverInterface())
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:22 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:19 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 7.0
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:22 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:19 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 7.0
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:21 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:18 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 7.0
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:22 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:19 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 7.0
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:02 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:00:59 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.2
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:02 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:00:58 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.1
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:03 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:00 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:03 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:00 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.2
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:04 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:01 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:04 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:01 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:05 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:02 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:44:51 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:02 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:06 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:03 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:08 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:04 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:07 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:03 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 7.0
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:08 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:04 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 7.0
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:09 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:05 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:09 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:05 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.2
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:10 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:06 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:10 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:07 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
@ -74,6 +74,61 @@ object-group network id16988X10208.dst.net.0
|
||||
exit
|
||||
|
||||
object-group network id4390C25825682.dst.net.0
|
||||
network-object 58.33.181.83 255.255.255.255
|
||||
network-object 58.53.82.190 255.255.255.255
|
||||
network-object 58.231.13.78 255.255.255.255
|
||||
network-object host 61.150.47.112
|
||||
network-object 61.184.14.102 255.255.255.255
|
||||
network-object 64.106.85.186 255.255.255.255
|
||||
network-object 70.228.60.100 255.255.255.255
|
||||
network-object 80.51.236.6 255.255.255.255
|
||||
network-object 80.243.72.149 255.255.255.255
|
||||
network-object 80.249.77.34 255.255.255.255
|
||||
network-object 81.2.36.254 255.255.255.255
|
||||
network-object 81.196.74.125 255.255.255.255
|
||||
network-object 82.77.37.174 255.255.255.255
|
||||
network-object 82.117.221.205 255.255.255.255
|
||||
network-object 82.143.196.17 255.255.255.255
|
||||
network-object 84.90.8.198 255.255.255.255
|
||||
network-object 151.8.224.178 255.255.255.255
|
||||
network-object 168.156.76.20 255.255.255.255
|
||||
network-object 193.207.126.36 255.255.255.255
|
||||
network-object 195.136.186.35 255.255.255.255
|
||||
network-object 196.15.136.15 255.255.255.255
|
||||
network-object 201.10.180.138 255.255.255.255
|
||||
network-object 201.17.93.16 255.255.255.255
|
||||
network-object 201.36.156.121 255.255.255.255
|
||||
network-object 202.96.112.93 255.255.255.255
|
||||
network-object 202.103.25.253 255.255.255.255
|
||||
network-object 203.162.3.209 255.255.255.255
|
||||
network-object 203.209.124.144 255.255.255.255
|
||||
network-object 210.106.193.237 255.255.255.255
|
||||
network-object 210.222.114.102 255.255.255.255
|
||||
network-object 211.144.143.143 255.255.255.255
|
||||
network-object 211.172.218.237 255.255.255.255
|
||||
network-object 211.250.16.132 255.255.255.255
|
||||
network-object 212.21.241.31 255.255.255.255
|
||||
network-object 212.100.212.100 255.255.255.255
|
||||
network-object 218.18.72.252 255.255.255.255
|
||||
network-object 218.39.114.122 255.255.255.255
|
||||
network-object 218.55.115.43 255.255.255.255
|
||||
network-object 218.104.138.146 255.255.255.255
|
||||
network-object 219.132.104.160 255.255.255.255
|
||||
network-object 220.71.17.86 255.255.255.255
|
||||
network-object 220.81.50.105 255.255.255.255
|
||||
network-object 220.91.99.46 255.255.255.255
|
||||
network-object 221.14.249.242 255.255.255.255
|
||||
network-object 221.166.177.135 255.255.255.255
|
||||
network-object 221.198.33.38 255.255.255.255
|
||||
network-object 221.202.160.233 255.255.255.255
|
||||
network-object 221.205.54.125 255.255.255.255
|
||||
network-object 221.217.44.248 255.255.255.255
|
||||
network-object 222.100.212.223 255.255.255.255
|
||||
network-object 222.121.118.144 255.255.255.255
|
||||
network-object 222.174.113.2 255.255.255.255
|
||||
exit
|
||||
|
||||
object-group network id4388CFF8674.src.net.0
|
||||
network-object 58.33.181.83 255.255.255.255
|
||||
network-object 58.53.82.190 255.255.255.255
|
||||
network-object 58.231.13.78 255.255.255.255
|
||||
@ -159,7 +214,7 @@ access-list outside_acl_in deny tcp any object-group id4390C25825682.dst.net.0
|
||||
access-list inside_acl_in deny tcp any object-group id4390C25825682.dst.net.0 eq 25
|
||||
!
|
||||
! Rule 5 (global)
|
||||
access-list outside_acl_in deny ip object-group id4390C25825682.dst.net.0 any log 6 interval 300
|
||||
access-list outside_acl_in deny ip object-group id4388CFF8674.src.net.0 any log 6 interval 300
|
||||
!
|
||||
! Rule 6 (global)
|
||||
access-list outside_acl_in deny ip object-group id4390C25825682.dst.net.0 any log 6 interval 300
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:11 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:07 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.2
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:11 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:08 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 7.0
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:12 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:08 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.2
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:13 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:10 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.2
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:13 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:10 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 8.2
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:14 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:11 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 8.3
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:14 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:11 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 8.3
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:15 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:12 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 8.3
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:15 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:12 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:16 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:13 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 8.3
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:16 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:13 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 8.3
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:17 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:14 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 8.3
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:17 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:14 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 8.3
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:18 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:15 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 8.3
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:18 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:15 2011 PST by vadim
|
||||
!
|
||||
! Compiled for fwsm 2.3
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:19 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:16 2011 PST by vadim
|
||||
!
|
||||
! Compiled for fwsm 4.x
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:20 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:17 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 7.0
|
||||
! Outbound ACLs: supported
|
||||
|
||||
@ -3,7 +3,7 @@
|
||||
!
|
||||
! Firewall Builder fwb_pix v4.2.0.3483
|
||||
!
|
||||
! Generated Sun Feb 20 17:26:20 2011 PST by vadim
|
||||
! Generated Sun Feb 20 18:01:17 2011 PST by vadim
|
||||
!
|
||||
! Compiled for pix 6.3
|
||||
! Outbound ACLs: not supported
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user