ich habe mal von Debian 9 nach 10 upgegradet.
Nun habe ich ständig LAN-Probleme.
Mal ist der Debian-Server nicht erreichbar...
mal kann er nicht google pingen, den Router aber schon (aktuell der Fall)
seltsamer weise hat die Karte auch noch 2 v4-ips
Kann mir mal jemand sagen was ich falsch mache ?
Wie bekomme ich die falsche IP da weg ?
ip a
Code: Alles auswählen
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN group default qlen 1000
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
valid_lft forever preferred_lft forever
inet6 ::1/128 scope host
valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UP group default qlen 1000
link/ether 00:19:66:c6:f5:1f brd ff:ff:ff:ff:ff:ff
inet 192.168.24.100/24 brd 192.168.24.255 scope global eth0
valid_lft forever preferred_lft forever
inet 169.254.228.238/16 brd 169.254.255.255 scope global noprefixroute eth0
valid_lft forever preferred_lft forever
inet6 fe80::ea34:51f3:c138:8417/64 scope link
valid_lft forever preferred_lft forever
Code: Alles auswählen
From server1.local (169.254.228.238) icmp_seq=1 Destination Host Unreachable
Code: Alles auswählen
# 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
pre-down ethtool -s eth0 wol g
auto eth0
iface eth0 inet static
address 192.168.24.100
netmask 255.255.255.0
network 192.168.24.0
gateway 192.168.24.7
dns-nameservers 192.168.24.7
##- ethernet-wol g