Network unreachable

cnfuse

New Member
Jul 31, 2024
2
0
1
Hi I'm new to Proxmox and try to create VM which is ubuntu 24.04. The problem is it can not connect network bridge (vmbr0).
This is proxmox's interfaces
auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno3 inet manual

iface eno4 inet manual

iface eno2 inet manual

auto vmbr0
iface vmbr0 inet manual
address xxx.xxx.170.122/24
gateway xxx.xxx.170.1
bridge-ports eno1
bridge-stp off
bridge-fd 0
and this is VM's netplan
network:
ens18:
addresses:
xxx.xxx.170.130/24
gateway4: XXX.XXX.170.1
nameservers:
addresses:
- 8.8.8.8
search:
- 8.8.8.8
- 4.2.2.2
version: 2