Skip to content
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

Use ClientID instead of DUID in dhcpcd requests #18

Merged
merged 1 commit into from
May 6, 2024

Commits on May 2, 2024

  1. Use ClientID instead of DUID in dhcpcd requests

    - With DUID, new DHCP leases would be issued upon reboot when paired with DHCP servers that respect DUID, instead of reusing the existing DHCP lease.
    - The MiSTer installation process now generates a random hardware address, so DUID is unnecessary. Including DUID results in wasted leases within a DHCP scope, and can also lead to DNS resolution issues when accessing the device.
    - More details
      - MiSTer-devel/Linux-Kernel_MiSTer#29 (comment)
      - MiSTer-devel/Linux-Kernel_MiSTer#29 (comment)
      - https://misterfpga.org/viewtopic.php?p=74311#p74311
    prenetic committed May 2, 2024
    Configuration menu
    Copy the full SHA
    6f5d3cd View commit details
    Browse the repository at this point in the history