noob question

guys i have a noob question im new to this mikrotik world, i have my hotspot server 10.12.0.1 and dhcp range 101 to 200
what if the client pc assign 10.12.0.1 ip what will happen between my mik lan ip 10.12.0.1 and client pc 10.12.0.1

thanks

Unless you have disabled the one-to-one NAT on the hotspot setup, the hotspot will perform a one-to-one NAT to an IP in the DHCP range. Look in
/ip hotspot host print
and you will see any NAT assignments.

ADD: Not a good idea to intentionally duplicate IPs on a network. Both the hotspot gateway and the client PC may conflict. Normally, the first to boot is the one that gets the IP. The other device will normally get a “error: duplicate ip” message, and the port will not start..

thanks for reply dude

cheers