! PermitANY — Fortinet FortiGate Base / Day-0 Config ! Day-zero configuration for FortiGate firewalls: hostname, admin, NTP, DNS, management interface, and FortiGuard settings via FortiOS CLI. ! Generated: 2026-09-20 ! These are EXAMPLE values. Replace with your actual config before deploying. ! config system global set hostname FGT-EDGE-01 set timezone 4 set admin-sport 443 set admin-ssh-port 22 set admintimeout 10 set password-policy-expire 90 set password-policy-min-length 12 end ! config system admin edit admin set password Admin@2024! set accprofile super_admin set login-banner "AUTHORIZED ACCESS ONLY." next edit read-only set password ReadPass! set accprofile prof_admin next end ! config system dns set primary 8.8.8.8 set secondary 8.8.4.4 end ! config system ntp set type custom set syncinterval 60 config ntpserver edit 1 set server 0.pool.ntp.org next edit 2 set server 1.pool.ntp.org next end end ! config system interface edit port1 set mode static set ip 10.0.0.10 255.255.255.0 set allowaccess ping https ssh set type physical set description "Management" next end ! config router static edit 1 set gateway 10.0.0.1 set device port1 next end ! config system fortiguard set auto-firmware-upgrade disable end