Created
February 13, 2024 22:58
-
-
Save camielverdult/c0399ab8dc43f9c868d6acc533f72e15 to your computer and use it in GitHub Desktop.
Fix missing automatic DHCP lease in new Debian install
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In /etc/dhcp/dhclient.conf: | |
Add send dhcp-client-identifier = hardware; | |
See https://serverfault.com/questions/1102403/debian-11-no-longer-automatically-receiving-static-dhcp-ip-address-dhclient-mus/1106187#1106187?newreg=d620caeb3077480a858e0b61d369f21e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment