When I turn on multiple vm's only one gets network access. if I shut vm A off then vm B gets network, vice versa.
Both vm's have static ip and non conflicting auto mac's, using
here's the proxmox hosts interfaces config
Server is a Dell R730 with a 4 port intel daughter card
I've checked the switch it's connected to and it's in port access mode, has no security limit for total mac addresses, etc.
I want to try using proxmox in production here but trivial things like this have been non stop and i'm about to give up and write proxmox off as a buggy mess.
vsphere has been plug and play while every $*@# setting on proxmox has been a troubleshooting nightmare.
Both vm's have static ip and non conflicting auto mac's, using
here's the proxmox hosts interfaces config
Code:
auto lo
iface lo inet loopback
iface eno3 inet manual
auto eno4
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.100.22/24
gateway 192.168.100.3
bridge-ports eno3
bridge-stp off
bridge-fd 0
auto vmbr1
iface vmbr1 inet manual
bridge-ports eno4
bridge-stp off
bridge-fd 0
I've checked the switch it's connected to and it's in port access mode, has no security limit for total mac addresses, etc.
I want to try using proxmox in production here but trivial things like this have been non stop and i'm about to give up and write proxmox off as a buggy mess.
vsphere has been plug and play while every $*@# setting on proxmox has been a troubleshooting nightmare.
Last edited: