mirror of
https://github.com/openshift/openshift-docs.git
synced 2026-02-05 12:46:18 +01:00
46 lines
1.8 KiB
Plaintext
46 lines
1.8 KiB
Plaintext
// Module included in the following assemblies:
|
|
//
|
|
// * virt/vm_networking/virt-connecting-vm-to-primary-udn.adoc
|
|
|
|
:_mod-docs-content-type: PROCEDURE
|
|
[id="virt-attaching-vm-to-primary-udn-web_{context}"]
|
|
= Attaching a virtual machine to the primary user-defined network by using the web console
|
|
|
|
[role="_abstract"]
|
|
You can connect a virtual machine (VM) to the primary user-defined network (UDN) by using the {product-title} web console. VMs that are created in a namespace where the primary UDN is configured are automatically attached to the UDN with the Layer 2 bridge network binding plugin.
|
|
|
|
To attach a VM to the primary UDN by using the Plug a Simple Socket Transport (passt) binding, enable the plugin and configure the VM network interface in the web console.
|
|
|
|
:FeatureName: Using the passt binding plugin to attach a VM to the primary UDN
|
|
include::snippets/technology-preview.adoc[]
|
|
|
|
.Prerequisites
|
|
* You are logged in to the {product-title} web console.
|
|
|
|
.Procedure
|
|
. Follow these steps to enable the passt network binding plugin Technology Preview feature:
|
|
|
|
.. From the *Virtualization* perspective, click *Overview*.
|
|
|
|
.. On the *Virtualization* page, click the *Settings* tab.
|
|
|
|
.. Click *Preview features* and set *Enable Passt binding for primary user-defined networks* to on.
|
|
|
|
. From the *Virtualization* perspective, click *VirtualMachines*.
|
|
|
|
. Select a VM to open the *VirtualMachine details* page.
|
|
|
|
. Click the *Configuration* tab.
|
|
|
|
. Click *Network*.
|
|
|
|
. Click the Options menu {kebab} on the *Network interfaces* page and select *Edit*.
|
|
|
|
. In the *Edit network interface* dialog, select the default pod network attachment from the *Network* list.
|
|
|
|
. Expand *Advanced* and then select the *Passt* binding.
|
|
|
|
. Click *Save*.
|
|
|
|
. If your VM is running, restart it for the changes to take effect.
|