No acces to the proxmox server

plok213

New Member
Oct 17, 2023
1
0
1
Hello, i am new to proxmox and virtualisation. I have my proxmox server running with 4 ubuntu server VMs and today it just randomly went out. I can not acces the GUI, ssh or use any of the services. I tried pinging both the router and 8.8.8.8 but it could not reach them. The laptop it is running on has an ethernat cable that i tested and it is working. Please help me if you have any ideas.
 
So, Proxmox runs on your laptop, and it boots with no problem?

After booting, does it show a login prompt with just above that the address where the web interface can be found? Is that the address you'd expect?

new to proxmox and virtualisation
But not new to Linux and networking? Proxmox is plain Debian with some magic glue to make virtualization easily accessible and manageable.

After you log in, you can follow networking troubleshoots for Debian.

You already tried pinging your router, but did not tell what the reply was. Does the laptop have a static IP or is it configured via DHCP? Things to search for, for starters, are `/etc/network/interfaces` , `ip address`, `ip route`. To check the boot log, try `dmesg|less`, with space bar for next page, q to exit, / to search.

Good luck!