VMs Unable to Ping Gateway/Internet But Can Talk to Each Other

proxmike1

New Member
Nov 5, 2024
1
0
1
Hi there. I have spent days working through many threads on the official documentation (https://pve.proxmox.com/wiki/Network_Configuration#sysadmin_network_routed), threads here and all over the internet without luck. I have had to re-image the server multiple times due to loss of connectivity (colocation). Attempting to do Routed Configuration approach. Primary server has one IP address /30 and VMs would be on a separate IP block /29.

Can someone please help me in figuring out what I am setup wrong here?

Server: Debian 12
VMs: Ubuntu 24.04

ProxMox Server "ip a":
1731082602805.png

ProxMox Server "ip r":
1731083187729.png

ProxMox Network Config:
1731082419577.png

ProxMox Network Interfaces File
Code:
source /etc/network/interfaces.d/*

auto lo
iface lo inet loopback

auto eno1
iface eno1 inet static
        address 172.xxx.xxx.86/30
        gateway 172.xxx.xxx.85
        post-up echo 1 > /proc/sys/net/ipv4/ip_forward
        post-up echo 1 > /proc/sys/net/ipv4/conf/eno1/proxy_arp

iface eno2 inet manual

auto vmbr0
iface vmbr0 inet static
        address 198.xxx.xxx.241/29
        bridge-ports none
        bridge-stp off
        bridge-fd 0

VPS "ip a":
1731082740890.png

VPS "ip r":
1731083260971.png

VPS Cloud-Init file
1731082076058.png

VPS NetPlan Config
1731082174473.png

VPS Ping Result:
1731083327716.png