dhcp server

how to set individual gate IP for one client? I make static lease but not found gate IP override.

Might be helpful to describe a bit more why you want this and how your network conceptually looks like.

Two uplink routers with different IP.
all PC except one must use first router( IP provide dhcp server on mikrotik).
one PC must use second router. all PC must get parameters via dhcp server on mikroik.
On dhcp server in linux(centos) solution is trivail. hot make it on mikrotik?

use dhcp-option 3 for specific static lease

is possible set in winbox?
when I select DHCP Option drop-down box I see “unknown” and no possible ty anything

you need to add an option first and then assign to the lease

I try-
[admin@MikroTik] /ip/dhcp-server/option> ip dhcp-server option add code=3 name=GATE2 value=‘192.168.7.4’
syntax error (line 1 column 50)

can you write an example, please!

Screenshot 2025-05-15 at 15.25.59.png

Thank you! all work ok!