When I first started using alternative operating systems back in college, my FreeBSD CD-ROM didn't come with a DHCP client. I still don't know why. My Windows install, however, did.CharlesV wrote: Sat Mar 15, 2025 12:22 pm MX works like all the rest of the linux distro's in how it does dhcp. And that the pinning the ip with his Mac SHOULD work just like all the rest. This method is exactly how I run many networks - letting the router be the brain on "static" ips.
This meant that in order to get my machine on the network I first had to boot my machine into Windows, write down the DHCP network config it was assigned, shut the machine down, replace the hard disk in the box with my FreeBSD setup, and use the same IP address and config as a static IP just so I could download a DHCP client for it.
I think it's pretty common these days for home users to define DHCP reservations on their home equipment, and for most devices to come with DHCP clients enabled by default prepared to use them. This is not strictly what network administrators would call "static IP configuration" -- a DHCP server is still involved and the D stands for "dynamic", but the reservations ensure a consistent IP configuration for each device, permanently. If you're particularly annoyed by IPs changing and don't want to touch reservations, you can usually increase the lease validity period on the DHCP server as well.
That way if you take your laptop with you on vacation and come back, say, a week later, the DHCP server will still have the old lease cached... provided you've set the lease duration to 8 days or more. Just make sure your DHCP leases last slightly longer than your longest vacation.
In short, *should work just like all the rest* is an understatement. MX Linux and Mint don't futz with hardware MAC addresses unless you tell them to do so. I'm still not entirely clear on why a dual-boot system would get a different IP address if it's using the same interface on the same network -- it's a fundamental principle of networking that you can reuse the same IP address on the same network card whether you've put the Windows hard drive in it or the FreeBSD hard drive, but the short version is that this is a network issue, not an MX issue.