Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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. 

Please note: for Charon emulators to run properly, certain offloading parameters on the Ethernet interfaces they use must be disabled (see the respective product user's guides). In some cases, the configuration on the Charon host level is not correctly reflected in the underlying OCI cloud instance NICs if the default networking type is used. The correct behavior can often be facilitated by selecting the networking type HARDWARE ASSISTED (SR-IOV) NETWORKING when creating the instance. This setting is required for Charon-SSP versions before 4.1.32 (see Setting up an OCI Instance for Charon-SSP in Charon-SSP for OCI Cloud Getting Started Guide of your version).

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.

Please note: the primary VNIC cannot be deleted.

Div
classpagebreak


Address Assignment Information

...

  • it is automatically assigned a private IP address from the address range assigned to the subnet (unless the user configured an address from the subnet range manually in the instance configuration),
  • the user can choose whether to assign a public IP address if the subnet is a public subnet.

Please note:

  • 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.
  • Both, private and public IP addresses for a vNIC can be displayed via the vNIC detail view in the OCI GUI (Instance details > Attached VNICs > vNIC name) .
  • On the Linux level,
    • the private IP address assigned to the primary vNIC is configured automatically via DHCP.
    • the private IP address assigned to any secondary vNIC must be configured manually (DHCP is not possible).

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

...