-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UUID used for DHCP request instead of real MAC address #80
Comments
|
I'm also struggling from this (at least the symptom of jumping addresses, not sure if the same underlying cause) on my own setup. I'm not sure what further steps to take to diagnose and resolve as I'm not familiar with the nuance of the environment all of this is running in (as opposed to after full system boot is complete). Can anyone provide help / directions? |
to verify if https://www.freedesktop.org/software/systemd/man/latest/systemd.link.html for example, provide
and also updated
|
Another way to resolve this is to ensure the same https://www.freedesktop.org/software/systemd/man/latest/systemd.network.html#ClientIdentifier=
|
Hi, I've almost succeded to configure the mkinitcpio to remote unlock a luks volume, the remaining issue is that in the initramfs context the DHCP requests made to acquire a lease from the DHCP server are make using an UUID instead of the ethernet device's MAC address.
This means that the IP address of the PC is jumping around the subnet at every reboot.
I've found some information on the topic but I haven't managed to fix it,
my initrd-network
It's the stock one but I've added the Anonymize=false option without success, note that the MAC of the card is not changed,
ip a
still show the correct one, it's just not used for the DHCP request which uses a much longer UUID o sort of.I've found that using UUID for DHCP requests it's a feature of networkmanager: https://www.reddit.com/r/archlinux/comments/6ls9gn/how_to_disable_random_mac_address/ but actually we're not using network manager, I've also searched in the man page of systemd-networkd but found no way to disable the behaviour.
Any clue?
Regards
Federico
The text was updated successfully, but these errors were encountered: