zentyal / zentyal

Linux Small Business Server
http://www.zentyal.org
GNU General Public License v2.0
539 stars 141 forks source link

Multi vLAN and different domain name resolution not working #2020

Open wojciehm opened 3 years ago

wojciehm commented 3 years ago

Multi vLAN and different domain name resolution not working I have following networking setup:

Zentyal main IP is 192.168.255.5 vLAN 255 and domain home.local.

Each of the respective DHCP pools is configured with its respective domain.

I have full network connectivity and I can ping all configured IP's. From zentyal or home.local I can resolve all home.local dns entries. I can't resolve anything from homelab01.local, homelab02.local. Only kubelab01.local works "for any uknown reason".

All domains are configured as dynamic domain. image

Each DHCP range is configured with respective search domain. Example eth0 from vLAN 255. image

image

image

To Reproduce Steps to reproduce the behavior: Configure zentyal with multiple interfaces and different dns zones. Try to resolve dns entries from different zones.

Expected behavior DNS resolution works.

Screenshots If applicable, add screenshots to help explain your problem.

Zentyal OS (please complete the following information):

Other OS (please complete the following information):

Neustradamus commented 3 years ago

@mrPsycho, @unquietwiki, @patphobos, @raskery, @metzgerd, @pakair, @retrofreak83, @jfaubin: What do you think about this ticket?

raskery commented 3 years ago

From a brief reading of the docs (https://doc.zentyal.org/en/dns.html) it looks like Zentyal has a fixed idea about the configuration for the home.local domain and maybe that it is the only internal domain. The documentation only talks about adding external domains not internal domains/sub-domains (.local) so this may not be a supported configuration.

Can you try creating your internal domains as sub-domains of home.local (e.g. homelab1.home.local, homelab2.home.local etc) to see if the scripting sets up the DNS resolution correctly?

mrPsycho commented 3 years ago

i can't say anything. I do not use zentyal in networks with VLANs

retrofreak83 commented 3 years ago

I stopped using Zentyal quite some time ago.

Neustradamus commented 3 years ago

@brunolorente, @djoven89: Any news about it?