Wednesday, August 31, 2022

Fortigate VM Config

 A little helpful tip to get an interface configured and able to route.


  1. At the FortiManager VM login prompt, enter the username admin, then press Enter. By default, there is no password.

  2. Using CLI commands, configure the port1 IP address and netmask.

For example:

config system interface

edit port1

set ip <IP address> <netmask>

end



  1. To configure the default gateway, enter the following commands:

    config system route

    edit 1

    set device port1

    set gateway <gateway_ipv4_address>

    end

No comments: