VM Network not working normal

elvinmammadov

Member
Feb 12, 2021
30
1
13
34
Hello,

We have a strange network problem. Proxmox uses bond (vmbr0) interface . VM also uses vmbr0 interface. We often loose connection to a VM. When I ping the VM ip address from workstations, ping drops too much, but if I ping Proxmox ip address, it goes smooth. Just in case I pinged VM ip address from Proxmox itself, ping also drops there. Proxmox has 64 GB Ram, VM uses 12GB Ram. I run "dmesg" command and it shows me the following warning. Could you please help me to solve this problem?

Code:
vmbr0: received packet on bond0 with own address as source address (addr:4c:d9:8f:40:e6:92, vlan:0)

Code:
auto lo
iface lo inet loopback

iface eth0 inet manual

iface eth1 inet manual

iface eth2 inet manual

iface eth3 inet manual

auto eth4
iface eth4 inet dhcp

iface eth5 inet manual

iface eth6 inet manual

iface eth7 inet manual

auto bond0
iface bond0 inet manual
        slaves eth0 eth1
        bond_miimon 100
        bond_mode active-backup

auto bond1
iface bond1 inet static
        address 10.15.10.2
        netmask 255.255.255.0
        slaves eth2 eth3
        bond_miimon 100
        bond_mode balance-rr

auto vmbr0
iface vmbr0 inet static
        address 192.168.1.7
        netmask 255.255.255.0
        gateway 192.168.1.254
        bridge_ports bond0
        bridge_stp off
        bridge_fd 0
 
Last edited:

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!