Like everything network related the answer is “it depends”.
Dynamic IPs work independently of “allow lists”.
Not to be pedantic here, there are several solutions to this problem.
One is DHCP reservations, another one would be policy based networking where your “allow list” is automatically configured depending on who the client is and what IP it gets.
You could even implement esoteric solutions using DDNS, where the client registers his IP to a name server and your allow lists contains the DNS record, which is periodically being looked up. (worst possible solution ever, but if you are out of options you sometimes have to get dirty)
In the end it depends on the environment you have and the capability of your devices.
Latest Answers