DHCP Static setup (Urgent Help)

Hello,

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.

Regards

Akinola

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.

You could also try using a RADIUS server for the DHCP leases and administer things that way.
http://wiki.mikrotik.com/wiki/Manual:IP/DHCP_Server

l want to setup static IP to client(PC). The question now is:

  1. How do l configure my RouterOS to allow static IP without DHCP?

  2. How do l set up an address pool for Static not DHCP?

I will appreciate anyone can help me out.

Regards

I don’t understand the question. There is no additional setup required for static IPs.

are you looking to do dhcp reservations ?

l want to allow only static IP for client PC, how do l achieve this with RouterOS?

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.

Below is what l configure on RouterOS 4.10

LAN: 192.168.0.2/24

WAN: 215.26.55.50

Gateway: 215.26.55.49.

What else do l need to do?

Below is what l configure on RouterOS 4.10

LAN: 192.168.0.2/24

WAN: 215.26.55.50

Gateway: 215.26.55.49.

DNS: x.x.x.x
x.x.x.x

Now, l configure clients PC with:

IP: 192.168.0.4 with same subnet and is not browsing.

What else do l need to do?

For clients to be able to browse the net, you need to:

Thanks you GREAT MAN, l will go and test it now and get back to you.

it work perfectly now… Thanks

l have another issue pls,

l need how to disable hotspot cookies?

I wait your reply.

You probably should have started a new thread.

/ip hotspot profile
set X login-by=http-chap

Change X to the profile number.

Hello,
l’m having some issue here with my LAN: I ping my LAN is timed out

l ping WAN and is replying.

What maybe the likely problem pls?

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.

Hello,

Below is what l configure on RouterOS 4.10 with level 4.

LAN: 192.168.0.2/24

WAN: 215.26.55.50

Gateway: 215.26.55.49.

And is working perfectly, after two weeks he stop browsing.

l ping my LAN: 192.168.0.2 from winbox is timing out. l also trying to ping it from client PC the same timing out.

then, l ping my WAN/DNS they are replying well.

Please what maybe the likely problem and solution to this?

Note: l install another HDD with RouterOS 4.10 demo on the same PC and is running perfectly.