Estou ciente de que o bind tem a opção de alterar o local de configuração padrão e pode ser aplicado em / etc / default / bind9.
# run resolvconf?
RESOLVCONF=no
# startup options for the server
OPTIONS="-f -4 -u bind -c /etc/newDir/named.conf"
Eu mudei o nome do arquivo named.conf padrão para mostrar que ele ainda está tentando carregar o arquivo de configuração padrão:
Oct 06 12:24:09 ubuntu named[2129]: loading configuration from '/etc/bind/named.conf' Oct 06 12:24:09 ubuntu named[2129]: open: /etc/bind/named.conf: file not found Oct 06 12:24:09 ubuntu named[2129]: loading configuration: file not found Oct 06 12:24:09 ubuntu named[2129]: exiting (due to fatal error)
No entanto, quando eu reinicio o bind, o novo local de configuração não é carregado, o arquivo original é usado. Existe uma maneira melhor de definir o local? Estou fazendo algo errado?
Obrigado!