Team,
The file /var/log/syslog and console screen is flooded with these messages:
vmbr0: received packet on eno1 with own address as source address (addr:08:60:6e:7d:18:fe, vlan:1010)
The current settings of vmbr0:
The message is gone if I add this:
There once was indeed an interface known as vmbr0.1010 with vlan 1010.
But as you can see from the config, this is not the case anymore.
All these messages are also written to /var/log/messages
Does anyone have an idea what is happening here? And what to do about it?
Meaning:
Stop this from showing on the console as it somehow seems to block a normal login?
Fix whatever it is that triggers this?
With warm regards - Will
The file /var/log/syslog and console screen is flooded with these messages:
vmbr0: received packet on eno1 with own address as source address (addr:08:60:6e:7d:18:fe, vlan:1010)
The current settings of vmbr0:
Code:
auto vmbr0
iface vmbr0 inet dhcp
bridge-ports eno1
bridge-stp off
bridge-fd 0
bridge-vlan-aware yes
bridge-vids 2-4094
The message is gone if I add this:
Code:
bridge-ageing 0
There once was indeed an interface known as vmbr0.1010 with vlan 1010.
But as you can see from the config, this is not the case anymore.
All these messages are also written to /var/log/messages
Does anyone have an idea what is happening here? And what to do about it?
Meaning:
Stop this from showing on the console as it somehow seems to block a normal login?
Fix whatever it is that triggers this?
With warm regards - Will
Last edited: