HP ProLiant Microserver (658553) Ставил с помощью debian-12.2.0-amd64-netinst т.е. сеть работала
после установки перестала работать:
$ ping ya.ru
PING ya.ru (5.255.255.242) 56(84) bytes of data.
From debian.local (169.254.126.186) icmp_seq=1 Destination Host Unreachable
From debian.local (169.254.126.186) icmp_seq=2 Destination Host Unreachable
From debian.local (169.254.126.186) icmp_seq=3 Destination Host Unreachable
^C
--- ya.ru ping statistics ---
6 packets transmitted, 0 received, +3 errors, 100% packet loss, time 5114ms
pipe 4
причем 169.254.х.х всегда разный
в /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
source /etc/network/interfaces.d/*
# The loopback network interface
auto lo
iface lo inet loopback
# The primary network interface
allow-hotplug enp2s0
iface enp2s0 inet static
address 192.168.1.5/24
gateway 192.168.1.1
# dns-* options are implemented by the resolvconf package, if installed
NOZEROCONF=no
dns-nameservers 192.168.1.1
dns-search WORKGROUP