Step 3: Configure basic network settings
The system supports network settings for various environments.
To get started, you configure the following basic settings:
- Administrator password—You must change the password for the admin account.
- System date and time—We recommend you use NTP to maintain the system time.
- Network interfaces—You must configure interfaces to receive and forward the network traffic to and from the destination servers.
- DNS—You must specify a primary and secondary server for system DNS lookups.
Before you begin:
- You must know the IP address for the NTP servers your network uses to maintain system time.
- You must know the IP addresses that have been provisioned for the traffic interfaces for your FortiADC deployment.
- You must know the IP address for the primary and secondary DNS servers your network uses for DNS resolution.
To change the admin password:
- Go to System > Administrator to display the configuration page.
- Double-click the key icon in the row for the user admin to display the change password editor. See System administrator change password editor.
- Change the password and save the configuration.
For detailed information on configuring administrator accounts, refer to the online help or see Manage administrator users.
CLI commands: FortiADC-VM # config system admin FortiADC-VM (admin) # edit admin FortiADC-VM (admin) # set password <string> Current password for 'admin': FortiADC-VM (admin) # end |
To configure system time:
- Go to System > Settings.
- Click the Maintenance tab to display the configuration page. See System time configuration page.
- Enter NTP settings and save the configuration.
For detailed information, refer to the online help or see Configuring system time.
CLI commands: config system time ntp set ntpsync enable set ntpserver {<server_fqdn> | <server_ipv4>} set syncinterval <minutes_int> end Or use a command syntax similar to the following to set the system time manually: config system time manual set zone <timezone_index> set daylight-saving-time {enable | disable} end execute date <MM/DD/YY> <HH:MM:SS> |
To configure network interfaces:
- Go to Networking > Interface to display the configuration page.
- Double-click the row for port2, for example, to display the configuration editor. See Network interface configuration page.
- Enter the IP address and other interface settings and save the configuration.
For detailed information, refer to the online help or see Configuring network interfaces.
CLI commands:
end |
To configure DNS:
- Go to System > Settings to display the Basic configuration page. See DNS configuration page.
- Enter the IP address for a primary and secondary DNS server; then save the configuration.
For detailed information on configuring DNS, refer to the online help or see Configuring basic system settings.
CLI commands:
|