Hello,
I am trying to configure named to add the name of my router to the DNS entries. I've added at the bottom of my named.conf:
And I've created the master/local file that has the following:
Whenever I attempt to look up the host, it never works on machines on the local network. Any help is appreciated.
I am trying to configure named to add the name of my router to the DNS entries. I've added at the bottom of my named.conf:
Code:
zone "local" {
type master;
file "master/local";
};
And I've created the master/local file that has the following:
Code:
vulcan IN A 10.0.0.1
vulcan.daytonxa.org IN A 10.0.0.1
Whenever I attempt to look up the host, it never works on machines on the local network. Any help is appreciated.