Unable to ping gateway

vchouhan

New Member
Mar 4, 2020
6
1
3
46
Hi Team, We are using two networks (eno1= 192.168.20.0 and eno1= 192.168.30.0) and similarly, linux bridge vmbr0 and vmbr1 for these mentioned networks in proxmox 6.1. We have created a new VM with vmbr0 network .i.e. 192.168.20.0 but we are unable to ping its default gateway 192.168.20.1. I tired restarting the new VM, network services and changing networks but nothing worked. When I ping it says "Destination host unreachable". Is there anything we need to check her?
 
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

source /etc/network/interfaces.d/*

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
auto ens18
iface ens18 inet static
address 192.168.20.251
netmask 255.255.255.0
network 192.168.20.0
broadcast 192.168.20.255
gateway 192.168.20.1
# dns-* options are implemented by the resolvconf package
dns-nameservers 8.8.8.8