Hi
I haven’t restartd the server for a couple of weeks again. And now it cannot find the LAN, even though it has a correct IP address, default gateway, dns server and networkmask. I am honestly bufled by this.
The server in question is an IBM X3550 M3 with the singe dual port broadcom-NIC connected to switch with CAT6/CAT5e cabling. I didn’t have the issue the last time I used this. It is running proxmox 7.3.
And no response on local pings
Here is my network config
auto lo
iface lo inet loopback
Iface eno1 inet manual
iface eno2 inet manual
auto vmbr0
iface vmbr0 inet static
address 192.168.1.222/24
gateway 192.168.1.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
the ‘hacky’ way to do this is to just put 00:00:00:00:00:00 in the reservation field. you are setting the IP on the server manually so it is fine. also you can get the mac from linux with ifconfig or the new ip utility. if the DHCP server hands out your server IP because it does not know about the static device it will cause failure to connect issues.
it is possible for the host to loose network but the VMs not too, this can be used for troubleshooting info.
a network can not use the same IP address on 2 devices.
DHCP does not know about statically configured servers.
DHCP will eventually give out the same IP address as what the server was statically set to, unless you tell DHCP to not to.