fortigate Fri Dec 5 05:27:19 PM EST 2025

This commit is contained in:
John Poland 2025-12-05 17:27:19 -05:00
parent 6773ab64f0
commit 89012e263f

View File

@ -2852,7 +2852,7 @@ config firewall address
set associated-interface "inside" set associated-interface "inside"
set subnet 10.1.40.241 255.255.255.255 set subnet 10.1.40.241 255.255.255.255
next next
edit "RAP-Users" edit "RAP_10.67.0.0/16"
set associated-interface "RAP" set associated-interface "RAP"
set allow-routing enable set allow-routing enable
set subnet 10.67.0.0 255.255.0.0 set subnet 10.67.0.0 255.255.0.0
@ -2872,7 +2872,7 @@ config firewall address
set allow-routing enable set allow-routing enable
set subnet 10.46.0.0 255.255.0.0 set subnet 10.46.0.0 255.255.0.0
next next
edit "DPS_Internal" edit "DPS_Mgmt"
set subnet 192.168.46.0 255.255.255.0 set subnet 192.168.46.0 255.255.255.0
next next
edit "DPS_192.168.146.0/24" edit "DPS_192.168.146.0/24"
@ -6149,8 +6149,8 @@ config firewall policy
set srcintf "RAP" set srcintf "RAP"
set dstintf "inside" set dstintf "inside"
set action accept set action accept
set srcaddr "RAP-Users" "RAP-MGMT" set srcaddr "RAP_10.67.0.0/16" "RAP-MGMT"
set dstaddr "Server_40" "Server_48" set dstaddr "all"
set schedule "always" set schedule "always"
set service "ALL" set service "ALL"
set utm-status enable set utm-status enable
@ -6255,8 +6255,8 @@ config firewall policy
set srcintf "inside" set srcintf "inside"
set dstintf "RAP" set dstintf "RAP"
set action accept set action accept
set srcaddr "Server_40" "Server_48" "21JumpSt" "Sys-Net-Admins" set srcaddr "all"
set dstaddr "RAP-Users" "RAP-MGMT" "RAP-FW-Inside" set dstaddr "RAP_10.67.0.0/16" "RAP-MGMT" "RAP-FW-Inside"
set schedule "always" set schedule "always"
set service "ALL" set service "ALL"
set utm-status enable set utm-status enable
@ -6273,7 +6273,7 @@ config firewall policy
set dstintf "DPS" set dstintf "DPS"
set action accept set action accept
set srcaddr "all" set srcaddr "all"
set dstaddr "DPS_10.46.0.0/16" "DPS_Internal" "DPS_192.168.146.0/24" set dstaddr "DPS_10.46.0.0/16" "DPS_Mgmt" "DPS_192.168.146.0/24"
set schedule "always" set schedule "always"
set service "ALL" set service "ALL"
next next
@ -6282,7 +6282,7 @@ config firewall policy
set srcintf "DPS" set srcintf "DPS"
set dstintf "inside" set dstintf "inside"
set action accept set action accept
set srcaddr "DPS_10.46.0.0/16" "DPS_192.168.146.0/24" "DPS_Internal" set srcaddr "DPS_10.46.0.0/16" "DPS_192.168.146.0/24" "DPS_Mgmt"
set dstaddr "all" set dstaddr "all"
set schedule "always" set schedule "always"
set service "ALL" set service "ALL"