Viewing Private IP Addresses

On Compute Cloud@Customer, you can see the private IP addresses for instances.

    1. In the Compute Cloud@Customer Console navigation menu, select Compute, then select Instances.
    2. At the top of the page, select the compartment that contains the instance for which you want to view IP address information.
    3. Select the name of the instance.

      The instance details page is displayed.

    4. View networking information or VNIC information.

      • Select the Networking tab. The primary private IP address and any attached public IP address are shown in the Instance Access column.

      • Under Resources, select Attached VNICs. Select the name of the VNIC for which you want to view IP addresses.

        On the VNIC details page, Under Resources, select IP Addresses. The primary private IP address and any secondary private IP addresses, and any attached public IP addresses, are shown in the table.

  • Use the oci network private-ip list command and required parameters to list private IP address objects.

    oci network private-ip list [OPTIONS]

    For a complete list of CLI commands, flags, and options, see the Command Line Reference.

  • Use the ListPrivateIps operation to list private IP address objects.

    For information about using the API and signing requests, see REST APIs and Security Credentials. For information about SDKs, see Software Development Kits and Command Line Interface.