Is there way to make ip given by router to PC from dynamic dhcp leases more static?
I want to achieve behaviour like this:
- remember all mac addresses (forever)
- if attached device has completely new (unknown yet) mac → allocate new ip and remember ip (associate this ip with given mac)
- if attached device has known mac then give this device associated ip
There is similar description on http://en.wikipedia.org/wiki/Dynamic_Host_Configuration_Protocol
automatic allocation: The DHCP server permanently assigns a free IP address to a requesting client from the range defined by the administrator. This is like dynamic allocation, but the DHCP server keeps a table of past IP address assignments, so that it can preferentially assign to a client the same IP address that the client previously had.
PS I use 1100AHx2 router.