fortigate Mon Mar 9 08:32:36 PM EDT 2026

This commit is contained in:
John Poland 2026-03-09 20:32:37 -04:00
parent ec7b1d689b
commit e0ec019bf9

View File

@ -2837,6 +2837,12 @@ config firewall address
edit "SheaVLAN230" edit "SheaVLAN230"
set subnet 10.14.230.0 255.255.255.224 set subnet 10.14.230.0 255.255.255.224
next next
edit "CorcoranVLAN230"
set subnet 10.7.230.0 255.255.255.224
next
edit "DelawareVLAN230"
set subnet 10.22.230.0 255.255.255.224
next
end end
config firewall multicast-address config firewall multicast-address
edit "all_hosts" edit "all_hosts"
@ -3048,7 +3054,7 @@ config firewall addrgrp
set member "Shea_Secure_Wireless" "Shea_VLAN_6" "Corcoran_VLAN_20" "Corcoran_Secure_Wireless" set member "Shea_Secure_Wireless" "Shea_VLAN_6" "Corcoran_VLAN_20" "Corcoran_Secure_Wireless"
next next
edit "VLAN230AddrGroup" edit "VLAN230AddrGroup"
set member "SheaVLAN230" set member "SheaVLAN230" "CorcoranVLAN230" "DelawareVLAN230"
next next
end end
config firewall wildcard-fqdn custom config firewall wildcard-fqdn custom
@ -4811,6 +4817,7 @@ 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 status disable
set name "NOCTI In->Out" set name "NOCTI In->Out"
set srcintf "inside" set srcintf "inside"
set dstintf "outside" set dstintf "outside"
@ -4824,6 +4831,7 @@ config firewall policy
set comments "Allow nocti.org" set comments "Allow nocti.org"
next next
edit 121 edit 121
set status disable
set name "NOCTI Out->In" set name "NOCTI Out->In"
set srcintf "outside" set srcintf "outside"
set dstintf "inside" set dstintf "inside"