Unable to ping gateway

vchouhan

New Member
Mar 4, 2020
6
1
3
44
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
 

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!