active directory

Hello all

its is possible to assign AD ip/domain in mikrotik? because i have bit problem every time i join the client computer to AD server i put a static dns ip entry on the client. what i need to achieved even the client is dynamic ip it can join to domain without putting static AD server ip.

thanks

/ip dns static add name=yourdomain.lcl address=ip.of.your.dc ttl=365d(Or any ttl you like)

But it’s recommended practice to use your dc’s DNS for the AD.
What is constraining you from doing so?
AD is unfortunately pretty complex and relies on DNS more than desirable.

Cheers
-Chris

hi rich

the reason of this Ad because im handling now a bunch of pc’s (large corporation) my AD server IP 192.168.99.250 and i have 2 local lan which is 192.168.100.0/24 and 192.168.101.0/24. in my current situation is every time i joint the client computer put a static dns Ip on windows ip properties one for gate and one for AD server IP. i tested now base on your post a minute ago the static dns entry it works and the router auto assign gateway and AD server IP to the client computer. i will try to join again to the AD server with client obtain configuration if it works.

Thanks