Compare commits

...

2 Commits

2 changed files with 579 additions and 460 deletions

File diff suppressed because it is too large Load Diff

View File

@ -2802,6 +2802,17 @@ config firewall address
set start-ip 10.1.6.20 set start-ip 10.1.6.20
set end-ip 10.1.6.254 set end-ip 10.1.6.254
next next
edit "Corcoran_VLAN_20"
set type iprange
set associated-interface "inside"
set start-ip 10.7.1.20
set end-ip 10.7.7.254
next
edit "Corcoran_Secure_Wireless"
set type iprange
set start-ip 10.7.112.11
set end-ip 10.7.127.254
next
end end
config firewall multicast-address config firewall multicast-address
edit "all_hosts" edit "all_hosts"
@ -3010,7 +3021,7 @@ config firewall addrgrp
set comment "Point of Sale Machines" set comment "Point of Sale Machines"
next next
edit "NOCTI_Inside" edit "NOCTI_Inside"
set member "Shea_Secure_Wireless" "Shea_VLAN_6" set member "Shea_Secure_Wireless" "Shea_VLAN_6" "Corcoran_VLAN_20" "Corcoran_Secure_Wireless"
next next
end end
config firewall wildcard-fqdn custom config firewall wildcard-fqdn custom
@ -4767,7 +4778,8 @@ config firewall policy
set comments " (Copy of NVIDEA_LICENSING) (Reverse of NVIDEA_LICENSING)" set comments " (Copy of NVIDEA_LICENSING) (Reverse of NVIDEA_LICENSING)"
next next
edit 107 edit 107
set name "NOCTI_In->Out" set status disable
set name "NOCTI In->Out"
set srcintf "inside" set srcintf "inside"
set dstintf "outside" set dstintf "outside"
set action accept set action accept
@ -4776,8 +4788,22 @@ config firewall policy
set schedule "always" set schedule "always"
set service "HTTP" "HTTPS" set service "HTTP" "HTTPS"
set logtraffic all set logtraffic all
set nat enable
set comments "Allow nocti.org" set comments "Allow nocti.org"
next next
edit 121
set status disable
set name "NOCTI Out->In"
set srcintf "outside"
set dstintf "inside"
set action accept
set srcaddr "NOCTI"
set dstaddr "NOCTI_Inside"
set schedule "always"
set service "HTTP" "HTTPS"
set logtraffic all
set comments "Allow nocti.org (Reverse of NOCTI_In->Out) (Copy of )"
next
edit 109 edit 109
set name "Block Countries Out -> In" set name "Block Countries Out -> In"
set srcintf "outside" set srcintf "outside"