l want to setup DHCP IP not on automatic but on Static IP to enable me manage my clients. l will like to configure my clients PC with static IP Manually. Please how do l go achieve this with RouterOS 4.10? l need your full information to set it up.
Please clarify what exactly you want to set up.
DHCP assigned address will always be dynamic, that is why protocol is called Dynamic Host Configuration Protocol.
You can set up “sticky” DHCP leases where the guest will always get the same DHCP lease from the server. You can do this manually through the CLI or in Winbox by clicking on a current active lease and telling it to make it static. The server will still hand out DHCP leases however to anyone that asks for one unless you get inventive to prevent things like that with filter rules.
For static addressing simply add address to the router. And then statically add addresses to the clients from the same subnet. DHCP server is not configured on Mikrotik routers by default (except RB750) so clients will not be able to get DHCP addresses from the router anyway.
Are you blocking ICMP somewhere? What on the LAN are you trying to ping?
You should post way more details than you did. You’re asking a very generic question and are expecting a specific answer, but no one knows your network layout.