Compare commits
2 Commits
1f3ed17552
...
b8bbf6dec0
| Author | SHA1 | Date | |
|---|---|---|---|
| b8bbf6dec0 | |||
| 7a99cfe291 |
File diff suppressed because it is too large
Load Diff
@ -2802,6 +2802,17 @@ config firewall address
|
||||
set start-ip 10.1.6.20
|
||||
set end-ip 10.1.6.254
|
||||
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
|
||||
config firewall multicast-address
|
||||
edit "all_hosts"
|
||||
@ -3010,7 +3021,7 @@ config firewall addrgrp
|
||||
set comment "Point of Sale Machines"
|
||||
next
|
||||
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
|
||||
end
|
||||
config firewall wildcard-fqdn custom
|
||||
@ -4767,7 +4778,8 @@ config firewall policy
|
||||
set comments " (Copy of NVIDEA_LICENSING) (Reverse of NVIDEA_LICENSING)"
|
||||
next
|
||||
edit 107
|
||||
set name "NOCTI_In->Out"
|
||||
set status disable
|
||||
set name "NOCTI In->Out"
|
||||
set srcintf "inside"
|
||||
set dstintf "outside"
|
||||
set action accept
|
||||
@ -4776,8 +4788,22 @@ config firewall policy
|
||||
set schedule "always"
|
||||
set service "HTTP" "HTTPS"
|
||||
set logtraffic all
|
||||
set nat enable
|
||||
set comments "Allow nocti.org"
|
||||
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
|
||||
set name "Block Countries Out -> In"
|
||||
set srcintf "outside"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user