Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

site.domainname should be written to dnsmasq conf files #27

Open
odyssey4me opened this issue Jul 24, 2013 · 1 comment
Open

site.domainname should be written to dnsmasq conf files #27

odyssey4me opened this issue Jul 24, 2013 · 1 comment

Comments

@odyssey4me
Copy link
Contributor

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

@willkelly
Copy link
Contributor

odyssey4me is going to take a pass at this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants