[no subject]

2012-11-20 Thread Daniele Imbrogino
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

Re: First usage of BIND9

2012-11-25 Thread Daniele Imbrogino
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

Can't find named_dump.db

2012-12-03 Thread Daniele Imbrogino
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? __

Re: Can't find named_dump.db

2012-12-03 Thread Daniele Imbrogino
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

Re: Querying directly a nameserver works, while forwarding not

2012-12-05 Thread Daniele Imbrogino
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

Re: Can't find named_dump.db

2012-12-05 Thread Daniele Imbrogino
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

Re: Can't find named_dump.db

2012-12-06 Thread Daniele Imbrogino
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) > >

Re: Querying directly a nameserver works, while forwarding not

2012-12-06 Thread Daniele Imbrogino
"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