Zentyal Configure local recursive DNS for LAN systems

From Notes_Wiki
Revision as of 09:01, 28 March 2024 by Saurabh (talk | contribs) (Created page with " Home > Zentyal > Zentyal Configure local recursive DNS for LAN systems To configure Zentyal DNS service as local recursive DNS for LAN systems use: # ssh to zentyal as normal user and use "sudo su -" to get root access # Edit file '<tt>/etc/zentyal/dns.conf</tt>' (Path for this in below reference link is wrong) with #:<pre> #:: intnets = 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16 #:</pre> # I could not find option to restart DNS service so I chos...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Home > Zentyal > Zentyal Configure local recursive DNS for LAN systems

To configure Zentyal DNS service as local recursive DNS for LAN systems use:

  1. ssh to zentyal as normal user and use "sudo su -" to get root access
  2. Edit file '/etc/zentyal/dns.conf' (Path for this in below reference link is wrong) with
    intnets = 10.0.0.0/8, 172.16.0.0/12, 192.168.0.0/16
  3. I could not find option to restart DNS service so I chose option to disable DNS service / module and then enable it again. When we do this the last module related to "Domain" functionality might also get disabled. Please enable it manually after enabling DNS.
    If we have made typing / syntax error in the dns.conf file the disable/enable of DNS module should fail. We need to fix the file before we can disable/enable the module.
  4. Then test the DNS using nslookup/dig from other LAN systems.

Refer:

Home > Zentyal > Zentyal Configure local recursive DNS for LAN systems