Hey I have a proxmox server that has 2 VMs running on it.
I was moving my Proxmox server, so I turned it off, unplugged it and moved it.
I plugged it back in and booted it up.
It started to boot into one of the VMs hosted on the Proxmox server and got stuck, so I changed the boot partition, to the proxmox partition.
It starts all the way, and then tells me to connect to the proxmox via browser via https://10.0.3.10:8006(this is the expected IPaddress)
I can't connect to it in the browser, so I tried to ping it. I can't even ping it. I can log into the server via serial connection
1. I tried to ping out from the proxmox server and can't ping out from on the proxmox server. I can ping 10.0.3.10 from the proxmox, (that is the ip address of the proxmox.)
2. I checked the /etc/network/interfaces, and everything looks good.
3. I checked to make sure that the interface name "enp5s0f0" was correct, and it is.
4. I tried to add another cable connected to the device, but doesn't change anything
5. I started to see if I could reinstall proxmox, and if it would work... it pulls a dhcp address as expected. (So I know that It can work, there is some configuration that is routing traffic wrong within the server)
What else can I try, and what is the issue?
I was moving my Proxmox server, so I turned it off, unplugged it and moved it.
I plugged it back in and booted it up.
It started to boot into one of the VMs hosted on the Proxmox server and got stuck, so I changed the boot partition, to the proxmox partition.
It starts all the way, and then tells me to connect to the proxmox via browser via https://10.0.3.10:8006(this is the expected IPaddress)
I can't connect to it in the browser, so I tried to ping it. I can't even ping it. I can log into the server via serial connection
1. I tried to ping out from the proxmox server and can't ping out from on the proxmox server. I can ping 10.0.3.10 from the proxmox, (that is the ip address of the proxmox.)
2. I checked the /etc/network/interfaces, and everything looks good.
Code:
auto lo
iface lo inet loopback
iface enp5s0f0 inet manual
auto vmbr0
iface vmbr0 inet static
address 10.0.3.10
netmask 255.255.255.0
gateway 10.0.3.3
bridge-ports enp5s0f0
bridge-stp off
bridge-fd 0
iface enp5s0f1
3. I checked to make sure that the interface name "enp5s0f0" was correct, and it is.
4. I tried to add another cable connected to the device, but doesn't change anything
5. I started to see if I could reinstall proxmox, and if it would work... it pulls a dhcp address as expected. (So I know that It can work, there is some configuration that is routing traffic wrong within the server)
What else can I try, and what is the issue?
Last edited: