# config system accprofile- Create an administrator using the above accprofile:
edit "none"
next
end
# config system admin- If all other administrators have Trusted Hosts configured, having a "Bulk Administrator" with no rights on the firewall, but also with no Trusted Hosts as well, will allow to have the PING working on the FortiGate's interface.
edit "bulk_admin"
set accprofile "none"
set vdom "root"
set password ****
next
end
# config system adminThis will allow the Load-Balancer to PING the system interfaces, since the IP addresses of the Load-balancer is now included in the trusted hosts of one administrator.
edit "admin"
set trusthost1 192.168.0.0 255.255.0.0
set trusthost2 10.253.200.0 255.255.255.248 <== subnet of the unit pinging the FortiGate's IP address
set accprofile "super_admin"
set vdom "root"
next
end
The Fortinet Security Fabric brings together the concepts of convergence and consolidation to provide comprehensive cybersecurity protection for all users, devices, and applications and across all network edges.
Copyright 2024 Fortinet, Inc. All Rights Reserved.