I cannot ping guest vm from proxmox shell

Fifarafka

New Member
Jan 16, 2024
1
0
1
Hi all, I have a small setup with 1 node and I try to recognise what is wrong I can't ping any vm from pve shell but I can ping pve from any vm. Pve, vms and all stuf is in one subnet 10.0.0.0/24. Also I disabled all firewalls on vms and pve but it didn't help. I tried solutions from similar theards but none helped me.

Output from pve shell
root@proxmox:/mnt# ping 10.0.0.254 PING 10.0.0.254 (10.0.0.249) 56(84) bytes of data.

Output from vm(10.0.0.249) shell
root@monitoring:~# ping 10.0.0.250 PING 10.0.0.250 (10.0.0.250) 56(84) bytes of data. 64 bytes from 10.0.0.250: icmp_seq=1 ttl=64 time=0.193 ms 64 bytes from 10.0.0.250: icmp_seq=2 ttl=64 time=0.130 ms ^C --- 10.0.0.250 ping statistics --- 2 packets transmitted, 2 received, 0% packet loss, time 1011ms rtt min/avg/max/mdev = 0.130/0.161/0.193/0.031 ms

My /etc/network/interfaces

auto lo iface lo inet loopback auto enp5s0 iface enp5s0 inet manual iface enp6s5 inet manual #Server 2 auto enp7s0 iface enp7s0 inet manual auto bond0 iface bond0 inet manual bond-slaves enp5s0 enp7s0 bond-miimon 100 bond-mode 802.3ad bond-xmit-hash-policy layer3+4 auto vmbr0 iface vmbr0 inet static address 10.0.0.250/24 gateway 10.0.0.1 bridge-ports bond0 bridge-stp on bridge-vlan-aware yes bridge-vids 2-4094

Thanks anyone for help.