fortigate Mon Nov 24 05:28:36 PM EST 2025

This commit is contained in:
John Poland 2025-11-24 17:28:36 -05:00
parent 5d5eaf7b30
commit 2c139bce74
2 changed files with 9 additions and 1 deletions

View File

@ -2894,6 +2894,10 @@ config firewall address
edit "RAPpublic" edit "RAPpublic"
set subnet 24.105.188.54 255.255.255.255 set subnet 24.105.188.54 255.255.255.255
next next
edit "RAP-FW-Inside"
set allow-routing enable
set subnet 192.168.167.0 255.255.255.0
next
end end
config firewall multicast-address config firewall multicast-address
edit "all_hosts" edit "all_hosts"
@ -6252,7 +6256,7 @@ config firewall policy
set dstintf "RAP" set dstintf "RAP"
set action accept set action accept
set srcaddr "Server_40" "Server_48" "21JumpSt" "Sys-Net-Admins" set srcaddr "Server_40" "Server_48" "21JumpSt" "Sys-Net-Admins"
set dstaddr "RAP-Users" "RAP-MGMT" set dstaddr "RAP-Users" "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

View File

@ -234,6 +234,10 @@ config router static
set device "RAP" set device "RAP"
set comment "RAP Users" set comment "RAP Users"
next next
edit 38
set dst 192.168.167.0 255.255.255.0
set device "RAP"
next
end end
config router ospf config router ospf
config redistribute "connected" config redistribute "connected"