Re: MNAME not a listed NS record

2013-01-17 Thread Barry Margolin
In article , Dave Warren wrote: > Because it is actually the master, and from what I can tell, the slaves > will check against the MNAME to confirm whether they're up to date or not. No, slaves check against the IPs listed in the "master" clause in their named.conf. -- Barry Margolin Arling

Re: DNSSEC DS vs DNSKEY record publication order question (wrt key algorithm rollover)

2013-01-17 Thread Tony Finch
Brian Kroth wrote: > > > RFC 4035 sec 2.2 says > > > > There MUST be an RRSIG for each RRset using at least one DNSKEY of > > each algorithm in the zone apex DNSKEY RRset. The apex DNSKEY RRset > > itself MUST be signed by each algorithm appearing in the DS RRset > > located at the delegating par

Re: lame-servers: error (FORMERR) resolving [something]

2013-01-17 Thread Daniele
I'm going crazy. This is my named.conf logging { channel default_logfile { file "/var/cache/bind/logs/default.log"; severity info; print-category yes; print-severity yes; print-time yes; }; c

Re: DNSSEC DS vs DNSKEY record publication order question (wrt key algorithm rollover)

2013-01-17 Thread Brian Kroth
Tony Finch 2013-01-17 12:02: Brian Kroth wrote: RFC 4035 sec 2.2 says There MUST be an RRSIG for each RRset using at least one DNSKEY of each algorithm in the zone apex DNSKEY RRset. The apex DNSKEY RRset itself MUST be signed by each algorithm appearing in the DS RRset located at the dele

Re: lame-servers: error (FORMERR) resolving [something]

2013-01-17 Thread Warren Kumari
On Jan 17, 2013, at 9:04 AM, Daniele wrote: > I'm going crazy. > > This is my named.conf > > logging { > > channel default_logfile { > file "/var/cache/bind/logs/default.log"; > severity info; > print-category yes; > prin

Re: lame-servers: error (FORMERR) resolving [something]

2013-01-17 Thread Daniele
Output for `dig NS .` ; <<>> DiG 9.8.1-P1 <<>> @127.0.0.1 NS . ; (1 server found) ;; global options: +cmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: SERVFAIL, id: 37032 ;; flags: qr rd ra; QUERY: 1, ANSWER: 0, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;.INNS

Re: lame-servers: error (FORMERR) resolving [something]

2013-01-17 Thread Daniele
For example, also a `dig a.root-servers.net` fails with SERVFAIL, but in Wireshark I can see the packet with the correct response that arrives at my network interface. 2013/1/17 Daniele > Output for `dig NS .` > ; <<>> DiG 9.8.1-P1 <<>> @127.0.0.1 NS . > ; (1 server found) > ;; global options:

Define an internal zone with only a couple of A records, then forward to an external dns server

2013-01-17 Thread Alberto Zanon
Hi all, I googled all the morning without success :( I'm using Bind 9.9.1 and i'm a newbie of Bind. This is my goal: - I want to define in my dns server a zone "external_partner.com", which is the domain of our partner who manages it with his dns public server "dns.external_partner.com". -

Re: Define an internal zone with only a couple of A records, then forward to an external dns server

2013-01-17 Thread WBrown
Alberto wrote on 01/17/2013 10:09:00 AM: > - I want to define in my dns server a zone "external_partner.com", > which is the domain of our partner who manages it with his dns > public server "dns.external_partner.com". > - I need to define into this zone a couple of servers > ("vpn_host_1.extern

Re: DNSSEC DS vs DNSKEY record publication order question (wrt key algorithm rollover)

2013-01-17 Thread Tony Finch
Brian Kroth wrote: > > For instance, suppose I did the following: > > - gen new algorithm keys and sign with them > - wait for some period then publish the new DS (old DS remains) > - revoke the old algorithm KSK (leave the ZSK alone), which changes its DS > fingerprint, so publish a new DS It

Re: Define an internal zone with only a couple of A records, then forward to an external dns server

2013-01-17 Thread Ben Croswell
If you load the zone your server will believe it knows everything about the zone and not forward anything below it. If you load foo.com with two records, nothing but those two records will ever resolve on that server for foo.com. One way to make it work would be to load two zones. Vpn1.foo.com an

Re: Define an internal zone with only a couple of A records, then forward to an external dns server

2013-01-17 Thread Cathy Almond
On 17/01/13 15:16, wbr...@e1b.org wrote: > Alberto wrote on 01/17/2013 10:09:00 AM: >> - I want to define in my dns server a zone "external_partner.com", >> which is the domain of our partner who manages it with his dns >> public server "dns.external_partner.com". >> - I need to define into this

Re: Define an internal zone with only a couple of A records, then forward to an external dns server

2013-01-17 Thread Alberto Zanon
Thank you for all your replies! I'll try to implement your suggestions using a subdomain. Best regards. Alberto Zanon - Messaggio originale - Da: "Ben Croswell" A: "Alberto Zanon" Cc: bind-users@lists.isc.org Inviato: Giovedì, 17 gennaio 2013 16:21:36 Oggetto: Re: Define an

what do you use for logging?

2013-01-17 Thread Jeremy C. Reed
BIND 9 by default has logging using syslog, using its daemon facility, and logging of info or higher. Is using syslog a sane default for new installations or when using official vendor packages with their startup scripts? Do any packagers provide a configuration with different-than-default log

Re: what do you use for logging?

2013-01-17 Thread Jan-Piet Mens
> Is using syslog a sane default for new installations or when using > official vendor packages with their startup scripts? I for one would not want to miss BIND9's logging to auto-rotated files: file "/var/named/log/named.log" versions 10 size 5m; Other than that, I'd say logging via

Re: what do you use for logging?

2013-01-17 Thread Alan Batie
On 1/17/13 10:48 AM, Jan-Piet Mens wrote: >> By the way, all of the BIND10 logging >> messages are unique and we provide a paragraph or more documentation for >> each of its 933 possible log identifiers!) > > I haven't checked whether you have that, but that screams for a CLI > utility to show

Re: what do you use for logging?

2013-01-17 Thread Mike Hoskins (michoski)
-Original Message- From: Alan Batie Date: Thursday, January 17, 2013 1:52 PM To: "bind-users@lists.isc.org" Subject: Re: what do you use for logging? >On 1/17/13 10:48 AM, Jan-Piet Mens wrote: > >>> By the way, all of the BIND10 logging >>> messages are unique and we provide a paragraph

Re: lame-servers: error (FORMERR) resolving [something]

2013-01-17 Thread Mark Andrews
What are the answers to the following queries starting with the very basic plain DNS query dig ns . +norec +noedns @198.41.0.4 Now add in EDNS support dig ns . +norec +edns @198.41.0.4 Now add in DNSEC support dig ns . +norec +dnssec @198.41.0.4 Please post the respon

Re: what do you use for logging?

2013-01-17 Thread Jan-Piet Mens
> Could "CLI utility" be man(1) and info(1)? :-) It could, yes, but `b10-msg NNN` isn't going to break BIND 10's development budget (I hope), and I feel it to be more practical than scrolling through a man page with 900+ error-messages in it. ;) But even a simple text file installed on the serve