Ensuring a Device Retains the Same IP Address
In networks managed by MikroTik RouterOS, DHCP addresses are typically dynamic but can be configured to be static. This ensures that a device always receives the same IP address, enhancing network management and device tracking. Follow the steps below to set a permanent IP address for your devices.
Step-by-Step Guide
Step 1: Accessing DHCP Server Settings
Navigate to IP->DHCP Server->Leases
in your MikroTik RouterOS.
Step 2: Locate the Device
Find the device and IP address currently assigned to it, which you wish to make static.
Step 3: Set Permanent IP
Click on Make Static
next to the device’s IP address. This will ensure that every time the device connects to the network, it will be assigned the same IP based on its MAC address.
Additional Tips
DHCP addresses typically have an expiration time. Devices are expected to renew their IP leases automatically when half of the lease time is reached. If your device is not renewing its lease, check network settings or configure the IP statically on the client itself. It will be assigned this IP by the Mikrotik RouterOS DHCP server.