Network Interface Detection

Pramod_D

New Member
Sep 18, 2024
4
0
1
Hi,

I am using the Proxmox VE Hypervisor from past a week. Connected to the Proxmox using the web interface using 8006.
My issue is as follows, after the VM creation while doing configuration of the VM I am being displayed with network interface "enp6s18" as shown in below image
IMG_20240918_191249.jpg
but it is not displayed in the list of available network interfaces as attached in the below imageScreenshot 2024-09-19 152248.png
So I need help to resolve this.
 
My issue is as follows, after the VM creation while doing configuration of the VM
You are inside the VM. It has it own naming convention, resulting in enp6s18 in this case. It can not (and should not!) know how the NICs are named outside of its box...
 
You are inside the VM. It has it own naming convention, resulting in enp6s18 in this case. It can not (and should not!) know how the NICs are named outside of its box...
Thanks for your response.
Is it possible to resolve the mentioned issue - available network interfaces are not visible?
 
available network interfaces are not visible?
To give a VM a network interface you go to <your vm> --> Hardware --> Add (drop down menu) --> Network device. You can add zero, one or several of them. You also specify which bridge (vmbr0, vmbr1 etc) this interface shall be connected to.

These interfaces are then visible inside the VM... with a completely independent naming scheme.

Those bridges are configured on the host. See https://pve.proxmox.com/pve-docs/pve-admin-guide.html#_default_configuration_using_a_bridge for an example.

Obviously you did this once for vmbr0 - or the enp6s18 would not be visible.
 
I just found an answer for my question from experience. let me know if I am wrong
enp6s18 is an internal network interface that works in Proxmox to connect to Virtual-Machines that are being created.
i.e, from Promox to vms' enp6s18 is medium of connection