help about ip static

Hello every one !

I need to make in mikrotik server to distribution ip - pool to take users ip static (So that each user be fixed ip address each time to access the Internet) ,

  • (deactivate) dhcp so use lease in dhcp

and then apply anyone add in ip-pool to make (ip static)

what is the best method to do ?


Thanks
Regards

You could schedule this command to run every once in a while:
/ip dhcp-server lease make-static [ find where dynamic ]

This would just make all DHCP assignments automatically become static without any intervention.
You would need to make sure that you didn’t run out of IP addresses, especially if you have wireless guest access.

ok

Thanks I will try this