Edit User Data Home ince.one Home

Proxmox
-------------------
An easy way on how to know which physical port belongs to the port name in Proxmox, is to do the following:
Open Up two Proxmox web UI instances in your browser. One will have the “Network” section open and the other we will have the “Shell” open. Ps since my screen has a small real estate to work on, I will just have them open in tabs rather than two windows.

sing the following command in the shell, we can see which network ports are in the “UP” state:

ip a | grep 'state UP'

If i run that now, I will see that the main Proxmox connection (Port and bridge) is up.

Edit Delete