Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: address assignment information

Anchor
TOC
TOC
Include Page
KBCOMMON:KB-CSSstyle
KBCOMMON:KB-CSSstyle

...

Table of Contents
excludeContents
stylesquare

When an instance is created, a default Ethernet interface is attached to the system. This is the primary network interface You can create additional network interfaces and attach them to an instance. 

Adding a New Network Interface to an Instance

The following steps are required to create a new network interface and to add it to an instance:

StepDetails
Open the list of compute instances and select your instance.Click on Compute > Instances. Click on the instance name to open the instance details screen.
Select Attached VNICs in the Resources section on the left.

The screen shows the already attached VNICs.

Click on Create VNIC to continue. This will open the VNIC creation window.

Add the necessary data to configure the VNIC.

In this window, add for example

  • the name of the VNIC,
  • the virtual cloud network and the subnet to which the VNIC is connected (can be created via Compute > Networking > Virtual Cloud Networks),
  • the private IP address of the VNIC (within the CIDR block of the virtual cloud network),
  • whether a public IP address should be assigned to the VNIC.

Once you added all the desired information, click on Create VNIC.

Verify that the new interface has been attached to the instance.

The instance details section should now show the newly attached VNIC. Example:

...

Removing a VNIC from an Instance

To remove a VNIC from an instance, select the instance in the instance list and display the Attached VNICs in the Resources section.

Then click on the three dots next to the VNIC and select Delete.

(info) The primary VNIC cannot be deleted.

Address Assignment Information

Each VCN is assigned a block of private IP addresses. This block can be split by the user to form several IP subnets. Routing within one VCN works automatically.

When an OCI instance is launched into a subnet,

  • it is automatically assigned a private IP address from the address range assigned to the subnet,
  • the user can choose whether to assign a public IP address if the subnet is a public subnet.

(info) Public IP addresses are not directly visible to the instance. The instance operating system always works with the private address. For external connections, the private address is mapped to the public IP address via NAT.

Reserved addresses (important, if manual address assignment is used):

The following address range is reserved, for example, to allow OCI to query meta-data about instance configuration: 169.254.0.0/16. This range is automatically configured on every network interface.

The following addresses are reserved in each subnet and cannot be used for instance VNICs (shown in the example below for network 10.1.1.0/24):

  • 10.1.1.0: the network address
  • 10.1.1.1: reserved by OCI for the default router
  • 10.1.1.255: network broadcast address.

Other special addresses:

  • 169.254.0.0/16: Reserved for OCI use.

Public IP addresses:

There are two types of public IP addresses (only available in public subnets):

  • Ephemeral addresses:
    • maximum one per VNIC,
    • assigned by Oracle,
    • persistent during the lifetime of the associated private IP address,
    • can only be associated with the primary private IP address of a VNIC,
    • a user can only delete it but not associate it with a different private IP address.
  • Reserved addresses:  
    • maximum 32 per VNIC,
    • created and assigned by the user,
    • can be re-assigned to a different private IP,
    • can be associated with primary and secondary private IP addresses,
    • exists until the user deletes it.


Include Page
KBCOMMON:DOC-GoToToc
KBCOMMON:DOC-GoToToc