I have a DC contoller on Zentyal 7.
There I have 2 networks:
192.168.1.2 (192.168.1.0/24 - access for users)
10.1.1.2 (10.1.1.0/24 - config network.)
When the host trying to get access to DC (dns request, login credentials) its take a long time. I guess it is because he is trying to contact with address 10.1.1.2 instead of 192.168.1.2.
nslookup say:
nslookup dc1
Server: dc1.test.local
Address: 192.168.1.2
Name: dc1.test.local
Addresses: 10.1.1.2
192.168.1.2
Ho can I remove addres 10.1.1.2 from DNS. I tried do it via www interface DNS->Domains->Domain IP Address but it doesn't work.