Overview
You can locate the IP address of your instance with the OpenStack command-line client or using the DreamCompute dashboard.
Using the OpenStack CLI
To run the commands below, make sure you have installed the OpenStack command line client.
You can view instances in your project using the openstack server list command. Any IP addresses assigned to the instance will be displayed in the Networks column.
[user@localhost]$ openstack server list +------------------+--------------+--------+--------------------------------------------------------------+-------+---------------+ | ID | Name | Status | Networks | Image | Flavor | +------------------+--------------+--------+--------------------------------------------------------------+-------+---------------+ | 8a99547e-7385... | dhc-instance | ACTIVE | public=208.113.132.158, 2607:f298:5:101d:f816:3eff:fe66:28e9 | | gp1.semisonic | +------------------+--------------+--------+--------------------------------------------------------------+-------+---------------+
Using the DreamCompute dashboard
- Navigate to the DreamCompute page.
- Click the View Dashboard button.
- On the left, click Compute
- From the dropdown, select Instances.
- The IPv4 address of your instance appears under the IP Address column.