Destination host unreachable

Kleb.win

New Member
Jun 2, 2025
4
0
1
The VM just says "Destination Host Unreachable" whenever I try to ping any IP, It can ping the ip of the proxmox host but can't ping the gateway.
I have been trying to solve this with chatgpt for 2 hours
Also the proxmox host can ping any IP
My proxmox server is being ran on hyper-v
 
Hello

I need more details.
How the network is configured on Hyper-V ?
Please show the network configuration on PVE
cat /etc/network/interfaces
and on the VM.

Vlodek
 
The network is bridged with hyper-v and I can access the web panel

PVE:
auto lo
iface lo inet loopback

iface eth0 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.20.100/20
gateway 192.168.20.1
bridge-ports eth0
bridge-stp off
bridge-fd 0
VM:
No such file or directory
 
witch VM do you use ?
and what is your configuration ?.
please show us all.
Do you have a dhcpd an a router in your network setup?
With what ip-range, default route ip and ip-mask?
 
Last edited:
With VM and what is your configuration.
please show us all.
Do you have a dhcpd an a router in your network setup?
With what ip-range, default route ip and ip-mask?
What exactly do you mean by that, I suck at linux
 
Last edited: