I installed a proxmox on a machine that I was recently using for ESXi (Intel NUC 9 Xeon w/ Mellanox Connectx-5). After installing 8.1-1 (whatever the latest is as of yesterday) and then gave it a static address in the native vlan. Once it was operational and updated, I added a vlan vmbr0.20 on the right interface. I gave it an IP and applied, now both IPs worked and I removed the native vlan IP and added a gateway to the mangement vlan interface. Everything was still working.
I restored 5 VMs from a regular (non-PBS) CIFS share drive. All of the VMs transferred and looked good. I came back a bit later and now I am getting a site can't be reached and the interface cannot be pinged for some reason. IP Link shows the interface up, the switch shows the link speed selected and is allowed for vlans. I have a unifi switch and the port is configured the exact same as the port of another Proxmox node.
I have checked the network interfaces via a PiKVM I have on the computer.
Here is what my /etc/network/interfaces looks like:
auto vmbr0.20
Thanks
I restored 5 VMs from a regular (non-PBS) CIFS share drive. All of the VMs transferred and looked good. I came back a bit later and now I am getting a site can't be reached and the interface cannot be pinged for some reason. IP Link shows the interface up, the switch shows the link speed selected and is allowed for vlans. I have a unifi switch and the port is configured the exact same as the port of another Proxmox node.
I have checked the network interfaces via a PiKVM I have on the computer.
Here is what my /etc/network/interfaces looks like:
auto vmbr0.20
iface vmbr0.20 inet static
address 10.10.10.2/24
gateway 10.10.10.1
auto vmbr0
iface vmbr0 inet manual
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
Thanks