Identifying the public IP address
You can use the FortiAnalyzer Cloud CLI to determine the public IP address for FortiAnalyzer Cloud.
To determine the public IP address:
- Access the instance. See Accessing the portal and instances.
- Open the CLI console by clicking the icon in the FortiAnalyzer toolbar.
- In the CLI console, run the following commands:
FMG-VM64-VIO-CLOUD # config system admin setting
set shell-access enable
Enter new password: <password>
Confirm new password: <password>
End
FMG-VM64-VIO-CLOUD # execute shell
Enter password:
bash$
bash$ curl ifconfig.me
173.243.137.11
In this example, the public IP address for FortiAnalyzer Cloud is 173.243.137.11
. You can use the public IP address to set up connections with third-party services, such as LDAP or AWS Management Portal for vCenter.