I'd like to install on Ubuntu 12.04 a DNS server using BIND9.
As a first step, I'd just like to configure it as a forwarder for my box
only.
This is what I do:
1. I deactivate `dnsmasq` editing
`/etc/NetworkManager/NetworkManager.conf` by commenting the `dns=dnsmasq`
line.
Before, the `/etc/resol
There are no rules in iptables, and they accept everything by default.
2012/11/25 Phil Mayers
> On 11/25/2012 04:12 PM, Daniele Imbrogino wrote:
>
>> Using Wireshark I can see that there are queries from my IP to a
>> root-server and replies in the reverse way, but the
Using BIND 9.8.1 on Ubuntu 12.04, I try to save the server cache using the
command "sudo rndc dumpdb -cache" (without quotes, obviously), but then I
can't find the file "/etc/bind/named_dump.db" being "/etc/bind/" the
working directory of the server.
Why?
__
cache/bind as default working directory, all the files are in
/etc/bind by default.
2012/12/3 Chris Buxton
> On Dec 3, 2012, at 7:41 AM, Daniele Imbrogino wrote:
>
> > Using BIND 9.8.1 on Ubuntu 12.04, I try to save the server cache using
> the command "sudo rndc dumpd
resolv.conf contains only 127.0.0.1 as nameserver.
The syslog contains a lot of errors as "insecurity proof failed", "no valid
RRSIG", "got insecure response" that I don't understand.
___
Please visit https://lists.isc.org/mailman/listinfo/bind-users to
Finally I solved it!
The problem was in the write permission of /etc, while in /var/cache/bind
it works perfectly!
Thank you for the assistance!
2012/12/5 Matus UHLAR - fantomas
> On 03.12.12 21:32, Daniele Imbrogino wrote:
>
>> I edited the working directory to /etc/bind because
No, I don't.
Just for this reason I can't have a cache dump.
Now, in /var, it works!
2012/12/6 Matus UHLAR - fantomas
>
>
> I hope you did not allow BIND writing to /etc...
> (/etc should be writable by admins, not daemons, that's why we use /var)
>
>
"127.in-addr.arpa" {
type master;
file "/etc/bind/db.127";
};
I've also updated "db.root" from ftp.internic.net/domain/db.cache
2012/12/5 Sten Carlsen
>
> On 05/12/12 18:29, Hauke Lampe wrote:
>
> On 05.12.2012 14:59, Daniele I
8 matches
Mail list logo