Hello.
Since last upgrade, I've got no network connection. I can't understand what is wrong. Here is some informations that could be useful :
With this file, network access was ok

Without grep, I can see some red messages in dmseg, but I don't know if it's related to my network problems :




I've disabled ipv6 with
I've got some errors message at startup but I'm not sure that's the problem:

I'm too bad to understand what I can do. Please help me.
Since last upgrade, I've got no network connection. I can't understand what is wrong. Here is some informations that could be useful :
cat /etc/network/interfaces
Code:
auto lo
iface lo inet loopback
allow-hotplug eno1
#iface eno1 inet dhcp
iface eno1 inet manual
iface eno2 inet manual
iface eno3 inet manual
iface eno4 inet manual
auto vmbr0
iface vmbr0 inet dhcp
bridge_ports eno1
bridge_stp off
bridge_fd 0
With this file, network access was ok
dmesg | grep eno1

Without grep, I can see some red messages in dmseg, but I don't know if it's related to my network problems :

ifconfig

ip a

systemctl status networking.service

I've disabled ipv6 with
echo net.ipv6.conf.all.disable_ipv6=1 > /etc/sysctl.d/disableipv6.conf
but nothing change.I've got some errors message at startup but I'm not sure that's the problem:

I'm too bad to understand what I can do. Please help me.