A little helpful tip to get an interface configured and able to route.
- At the FortiManager VM login prompt, enter the username admin, then press Enter. By default, there is no password.
- Using CLI commands, configure the port1 IP address and netmask.
For example:
config system interface
edit port1
set ip <IP address> <netmask>
end
- 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:
Post a Comment