Ich habe mit nmcli eine statische IP Adresse eingestellt.
sudo nmcli con mod "Wired connection 1" ipv4.addresses "192.168.0.101/16"
sudo nmcli con mod "Wired connection 1" ipv4.gateway "192.168.0.1"
sudo nmcli con mod "Wired connection 1" ipv4.dns "8.8.8.8"
sudo nmcli con mod "Wired connection 1" ipv4.method manual
Dann habe ich wieder auf DHCP gestellt
sudo nmcli con mod "Wired connection 1" ipv4.method auto
Jetzt habe ich plötzlich beide Ip Adressen. Die statisch erstellte und die die ich mit DHCP bekommen habe.