ich habe einen digitus 4 port RJ45 RTL8125B 2,5 Gbits Server NIC in den rechner gebastelt
und habe den error bekommen nach dem upgrade und den networking service restart:
Code: Alles auswählen
Loaded: loaded (/lib/systemd/system/networking.service; enabled; preset: enabled)
Active: failed (Result: exit-code) since Wed 2024-04-10 14:30:09 CEST; 6min ago
Docs: man:interfaces(5)
Process: 1204 ExecStart=/sbin/ifup -a --read-environment (code=exited, status=1/FAILURE)
Process: 1299 ExecStopPost=/usr/bin/touch /run/network/restart-hotplug (code=exited, status=0/SUCCESS)
Main PID: 1204 (code=exited, status=1/FAILURE)
CPU: 16ms
Apr 10 14:30:09 x systemd[1]: Starting networking.service - Raise network interfaces...
Apr 10 14:30:09 x ifup[1241]: Cannot find device "bond0"
Apr 10 14:30:09 x ifup[1204]: ifup: failed to bring up bond0
Apr 10 14:30:09 x systemd[1]: networking.service: Main process exited, code=exited, status=1/FAILURE
Apr 10 14:30:09 x systemd[1]: networking.service: Failed with result 'exit-code'.
Apr 10 14:30:09 x systemd[1]: Failed to start networking.service - Raise network interfaces.
Code: Alles auswählen
# The loopback network interface
auto lo
iface lo inet loopback
auto enp6s0
iface enp6s0 inet manual
auto enp7s0
iface enp7s0 inet manual
auto enp8s0
iface enp8s0 inet manual
auto enp9s0
iface enp9s0 inet manual
auto enp12s0
iface enp12s0 inet manual
# bond uplink
auto bond0
iface bond0 inet dhcp
hwaddress ether 5e:bf:3a:de:5f:08
bond-slaves enp6s0 enp7s0 enp8s0 enp9s0
mtu 9000
bond-mode 802.3ad
bond-miimon 100
bond-updelay 150
bond-downdelay 150
bond-lacp-rate 1
bond-xmit-hash-policy layer2+3
up ip link set mtu 9000 dev bond0
edit: mtu passed