Enabling GUI access
To enable GUI access to the Micro-FortiGuard Server for FortiClient, you must configure the IP address and network mask of the appropriate port on the Micro-FortiGuard Server for FortiClient. The following instructions use port 1.
The appropriate port can be determined by matching the MAC address of the network adapter and the |
To configure the port1 IP address and netmask:
- In your hypervisor manager, start the Micro-FortiGuard Server for FortiClient and access the console window. You might need to press Enter to see the login prompt.
- At the Micro-FortiGuard Server for FortiClient 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.
config system interface
edit port1
set ip <IP address> <netmask>
end
The port management interface should match the first network adapter and virtual switch that you have configured in the hypervisor virtual machine settings.
- To configure the default gateway, enter the following commands:
config system route
edit 1
set device port1
set gateway <gateway_ipv4_address>
end