@keefeglise@mastodonapp.uk
To make it *actually* static, either the DHCP server has to be explicitly told that network card A always gets a lease for IP address P when it asks, or the machine with network card A has to be told to not use DHCP at all and to instead always use IP address Q.
In the latter case, there are anti-collision mechanisms, but in theory the DHCP server can lease another machine IP address Q, causing a conflict, *unless* that address is outwith the range of IP addresses that the DHCP server will hand out leases for.
So if the DHCP-leasable IP address range is (say) 192.168.1.100 to 192.168.1.253, address Q would have to be somewhere in the range 192.168.1.2 to 192.168.1.99. (Simple example. Real world can get more complex. May contain traces of nuts.)
@stroz@infosec.exchange @dzwiedziu@mastodon.social @gavin57@toot.wales
#LAN #NetworkAdministration #DHCP