Community discussions

MikroTik App
 
malda
just joined
Topic Author
Posts: 3
Joined: Wed Sep 12, 2012 1:09 pm

DHCP multiple search DNS domain (DNS suffix)

Sun Nov 11, 2012 4:42 pm

Dear all,

I've got a problem with DHCP settings.

I need to configure at least 2 domain suffixes to be send to client using DHCP.
In linux clients, there is no problem to set domain to (for example) "example.com other.example.com", dhclient is OK with this configuration. But in Windows clients it's a problem. I have tried to set up 2x option 15 (1st for example.com, 2nd for other.example.com) and Windows still does not get the suffixes.

Can someone help me, please?
 
pchott
newbie
Posts: 45
Joined: Tue Apr 29, 2014 11:15 am
Location: Holzkirchen, Germany

Re: DHCP multiple search DNS domain (DNS suffix)

Wed Jul 09, 2014 4:56 pm

Was solution for this found?
 
eine
just joined
Posts: 16
Joined: Thu Sep 10, 2015 9:50 pm

Re: DHCP multiple search DNS domain (DNS suffix)

Mon Sep 14, 2015 5:06 am

winbox->IP->dhcp server->network tab->select designated network->under domain text field put: "domainA.domainB domainC.domainD"
 
Cvan
Member Candidate
Member Candidate
Posts: 129
Joined: Sat Jun 09, 2018 3:32 am

Re: DHCP multiple search DNS domain (DNS suffix)

Mon Feb 25, 2019 5:05 am

winbox->IP->dhcp server->network tab->select designated network->under domain text field put: "domainA.domainB domainC.domainD"
I tried this and it does not work... take example; network 192.168.1.0/24 IN 'Domain text field' I have "domainA domainB.com"
domainA works when I ping subDomainA resolves to subDomainA.domainA
domainB does not work when I ping subDomainB and want it to respond with subDomainB.domainB.com

If I transpose the order; then only domainB works and domainA stops working.

? anyone have this domain suffix search working with multiple domains including TOP-LEVEL only domain?