djeep icon indicating copy to clipboard operation
djeep copied to clipboard

site.domainname should be written to dnsmasq conf files

Open odyssey4me opened this issue 12 years ago • 1 comments

In order to ensure that fqdn's resolve, site.domainname should be written to dnsmasq.conf whenever the file is rewritten.

If site.domainname is my.test.lab, then the line for dnsmasq.conf is: domain=my.test.lab

For ptr lookups, all records need to be written to the dnsmasq.conf file with the syntax: ptr-record=fqdn,ipaddress

eg: For the host host1.my.test.lab with the address 10.0.0.2, the line would be: ptr-record=host1.my.test.lab, 10.0.0.2

odyssey4me avatar Jul 24 '13 15:07 odyssey4me

odyssey4me is going to take a pass at this.

willkelly avatar Aug 14 '13 15:08 willkelly