PING from node to VM passes, but PING from VM to gateway does not succeed

houkai

New Member
Nov 20, 2024
2
0
1
/etc/network/interfaces
Code:
auto lo
iface lo inet loopback

auto enp2s0
iface enp2s0 inet manual

auto vmbr0
iface vmbr0 inet static
        address 192.168.5.232/24
        gateway 192.168.5.1
        bridge-ports enp2s0
        bridge-stp off
        bridge-fd 0

source /etc/network/interfaces.d/*
5.232 : proxmox node
5.231 : proxmox vm

Ping from node to vm

Code:
root@raiden-ei:~# ping 192.168.5.231
PING 192.168.5.231 (192.168.5.231) 56(84) bytes of data.
64 bytes from 192.168.5.231: icmp_seq=1 ttl=64 time=0.185 ms

Ping from vm to node

Code:
root@vm:~# ping 192.168.5.232
PING 192.168.5.232 (192.168.5.232) 56(84) bytes of data.
64 bytes from 192.168.5.232: icmp_seq=1 ttl=64 time=0.185 ms

Ping from vm to gateway

Code:
root@vm:~# ping 192.168.5.1
PING 192.168.5.1 (192.168.5.1) 56(84) bytes of data.
113 packets transmitted, 0 recived 100% packet loss
 

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!