Help, network on VM not working

uraharu

New Member
Sep 5, 2019
1
0
1
37
hello,

i have below configuration on my proxmox server

auto lo
iface lo inet loopback

iface eno1 inet manual

iface eno2 inet manual

auto vmbr0
iface vmbr0 inet static
address 192.168.10.10
netmask 24
gateway 51.15.68.254
bridge-ports eno1
bridge-stp off
bridge-fd 0


and on my VM

network:
version: 2
renderer: networkd
ethernets:
ens160:
dhcp4: no
dhcp6: no
addresses: [192.168.10.100/24]
gateway4: 51.15.68.254
nameservers:
addresses: [208.67.222.222,208.67.220.220]


and on the VM internet not working, please help

thanks
 
hi,

configs look ok to me.

* what OS is running on the VM?
* is the eth interface on your VM called ens160? double check the interface name
* did you restart netplan after changing configuration? ('netplan apply' or similar)
* can you ping your PVE node from inside the VM?
* can you ping outside? (8.8.8.8 for example?)
* is dns working?