Hello everyone,
My main network card is a pcie card 2.5 Gb : https://www.amazon.fr/dp/B0CF1…t_b_fed_asin_title_1&th=1
I have a 2.5 switch between my router and my server : https://www.amazon.fr/dp/B0C64…t_b_fed_asin_title_1&th=1
I have a problem with my server, sometimes, when exiting standby, it seems that the physical network link is not completely up and reconfiguring the network cards when exiting standby causes me to lose my default route.
There is no problem with DHCP.
root@nas:~# journalctl --since "2025-05-14 08:00:00" --until "2025-05-14 08:05:00" | grep enp7s0
mai 14 08:00:11 nas kernel: r8169 0000:07:00.0 enp7s0: Link is Down
mai 14 08:00:11 nas kernel: r8169 0000:07:00.0 enp7s0: Link is Down
mai 14 08:00:11 nas kernel: r8169 0000:07:00.0 enp7s0: Link is Up - 2.5Gbps/Full - flow control rx/tx
mai 14 08:00:10 nas systemd-networkd[531]: enp7s0: Lost carrier
mai 14 08:00:10 nas avahi-daemon[775]: Withdrawing address record for 192.168.10.10 on enp7s0.
mai 14 08:00:10 nas systemd-networkd[531]: enp7s0: Gained carrier
mai 14 08:00:10 nas avahi-daemon[775]: Leaving mDNS multicast group on interface enp7s0.IPv4 with address 192.168.10.10.
mai 14 08:00:10 nas avahi-daemon[775]: Interface enp7s0.IPv4 no longer relevant for mDNS.
mai 14 08:00:11 nas systemd-networkd[531]: enp7s0: Could not set route: Nexthop has invalid gateway. Le réseau n'est pas accessible
mai 14 08:00:11 nas systemd-networkd[531]: enp7s0: Failed
mai 14 08:00:11 nas avahi-daemon[775]: Joining mDNS multicast group on interface enp7s0.IPv4 with address 192.168.10.10.
mai 14 08:00:11 nas avahi-daemon[775]: New relevant interface enp7s0.IPv4 for mDNS.
mai 14 08:00:11 nas avahi-daemon[775]: Registering new address record for 192.168.10.10 on enp7s0.IPv4.
mai 14 08:00:17 nas autoshutdown[3245501]: root: INFO: '_get_network_details(): 'enp7s0' has IPv4 address: 192.168.10.10, IPv6 address: N/A'
mai 14 08:00:17 nas autoshutdown[3245501]: root: INFO: '_check_ul_dl_rate(): Running on interface: enp7s0'
Display More