Bug on Bind9 config
10-25-2014, 01:35 PM
(This post was last modified: 10-25-2014, 01:36 PM by samt2497.)
Hello, just reporting some issue i had.
I was checking the service status, the DNS Service was off tried to turn it on using "service bind9 start" but it failed, after looking in logs the issue was at "/etc/bind/named.conf"
i replaced #!SERVER_IP! with my IP and it's working now.
Is this an isolated issue or a bug that needs to be added on the bug tracker?
Server Data:
OS: Ubuntu 14.04
I was checking the service status, the DNS Service was off tried to turn it on using "service bind9 start" but it failed, after looking in logs the issue was at "/etc/bind/named.conf"
Code:
...
acl trusted-servers {
#!SERVER_IP!;
};
...
Is this an isolated issue or a bug that needs to be added on the bug tracker?
Server Data:
OS: Ubuntu 14.04