Handling connection attempts from unregistered devices
The built-in FDS replies to FortiGuard update and query connections from devices registered with the device manager’s device list. If the FortiManager is configured to allow connections from unregistered devices, unregistered devices can also connect.
For example, you might choose to manage a FortiGate unit’s firmware and configuration locally (from its GUI), but use the FortiManager system when the FortiGate unit requests FortiGuard antivirus and IPS updates. In this case, the FortiManager system considers the FortiGate unit to be an unregistered device, and must decide how to handle the connection attempt. The FortiManager system will handle the connection attempt based on how it is configured. Connection attempt handling is only configurable via the CLI.
To configure connection attempt handling:
- Go to the CLI Console widget in the System Settings > Dashboard pane. For information on widget settings, see Customizing the dashboard.
- Click inside the console to connect.
- To configure the system to add unregistered devices and allow service requests, type the following CLI command lines:
config system admin setting
set unreg_dev_opt add_allow_service
end
- To configure the system to add unregistered devices but deny service requests, type the following CLI command lines:
config system admin setting
set unreg_dev_opt add_no_service
end
For more information, see the FortiManager CLI Reference.