Re: ignoring incorrect nameservers in authority section

2010-12-30 Thread pyh
Sunil Shetye writes: Quoting from p...@mail.nsbeta.info's mail on Thu, Dec 30, 2010: What's the difference between these two flags in the response of dig? < ;; flags: qr ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0 ra : recursion available The nameserver is ready to ask other n

Re: ignoring incorrect nameservers in authority section

2010-12-30 Thread pyh
Sunil Shetye writes: Case 2: Lame Server Reply === $ dig +norecurse @a.iana-servers.net. example.org. ;; flags: qr ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2, ADDITIONAL: 0 ;; QUESTION SECTION: ;example.org. IN A ;; ANSWER SE

Re: ignoring incorrect nameservers in authority section

2010-12-30 Thread Sunil Shetye
Quoting from p...@mail.nsbeta.info's mail on Thu, Dec 30, 2010: > Where is the document for these flags? > I google'd but got no correct result :) http://www.tcpipguide.com/free/t_DNSMessageHeaderandQuestionSectionFormat.htm -- Sunil Shetye. ___ bind-u

Re: ignoring incorrect nameservers in authority section

2010-12-30 Thread Torinthiel
Dnia 2010-12-30 18:03 p...@mail.nsbeta.info napisał(a): >Sunil Shetye writes: > >> >> Case 2: Lame Server Reply >> >> === >> $ dig +norecurse @a.iana-servers.net. example.org. >> ;; flags: qr ra; QUERY: 1, ANSWER: 1, AUTHORITY: 2

Question on ADDITIONAL SECTION

2010-12-30 Thread pyh
$ dig www.cnn.com @202.96.128.166 ; <<>> DiG 9.4.2-P2 <<>> www.cnn.com @202.96.128.166 ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 65353 ;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDITIONAL: 0 ;; QUESTION SECTION: ;www.cnn.com.

Re: ignoring incorrect nameservers in authority section

2010-12-30 Thread pyh
Because it's contrary to itself. You've specified norecurse, which means that if nameserver believes it has authorative data it should return it, if it doesn't it should return a referral (and no answer beside it). But the server returns answer (which means it believes it has authorative da

Re: ignoring incorrect nameservers in authority section

2010-12-30 Thread Stacey Jonathan Marshall - Solaris Software
On 12/30/10 10:45, Torinthiel wrote: Dnia 2010-12-30 18:03 p...@mail.nsbeta.info napisał(a): Sunil Shetye writes: Case 2: Lame Server Reply === $ dig +norecurse @a.iana-servers.net. example.org. ;; flags: qr ra; QUERY: 1, ANSWE

Re: ignoring incorrect nameservers in authority section

2010-12-30 Thread Torinthiel
Dnia 2010-12-30 19:18 p...@mail.nsbeta.info napisał(a): >Please see this dig: > >$ dig +norec dev.game.yy.com @202.96.128.166 > >; <<>> DiG 9.4.2-P2 <<>> +norec dev.game.yy.com @202.96.128.166 >;; global options: printcmd >;; Got answer: >;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 31

Re: ignoring incorrect nameservers in authority section

2010-12-30 Thread Torinthiel
Dnia 2010-12-30 11:45 Torinthiel napisał(a): >Dnia 2010-12-30 18:03 p...@mail.nsbeta.info napisał(a): > >>Sunil Shetye writes: >> >>> >>> Case 2: Lame Server Reply >>> >>> === >>> $ dig +norecurse @a.iana-servers.net. example.or

Re: Question on ADDITIONAL SECTION

2010-12-30 Thread Stacey Jonathan Marshall - Solaris Software
On 12/30/10 11:12, p...@mail.nsbeta.info wrote: $ dig www.cnn.com @202.96.128.166 ; <<>> DiG 9.4.2-P2 <<>> www.cnn.com @202.96.128.166 ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 65353 ;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, ADDI

Re: bind 9.7.2-P3 does not resolve www.microsoft.com

2010-12-30 Thread Lazy
2010/12/28 Dennis Clarke : > >>> trying to resolve www.microsoft.com or microsoft.com results in a >>> "connection timed out; no servers could be reached" >> >> Well, for what it's worth - it's not just you having that issue. When >> testing from home and from work I get the same. >> > > works fine

Re: bind 9.7.2-P3 does not resolve www.microsoft.com

2010-12-30 Thread Lazy
2010/12/30 Lazy : > 2010/12/28 Dennis Clarke : >> trying to resolve www.microsoft.com or microsoft.com results in a "connection timed out; no servers could be reached" >>> >>> Well, for what it's worth - it's not just you having that issue. When >>> testing from home and from work I get t

Re: Question on ADDITIONAL SECTION

2010-12-30 Thread David Sparro
On 12/30/2010 6:12 AM, p...@mail.nsbeta.info wrote: $ dig www.cnn.com @202.96.128.166 ; <<>> DiG 9.4.2-P2 <<>> www.cnn.com @202.96.128.166 ;; global options: printcmd ;; Got answer: ;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 65353 ;; flags: qr rd ra; QUERY: 1, ANSWER: 6, AUTHORITY: 0, AD

Re: bind 9.7.2-P3 does not resolve www.microsoft.com

2010-12-30 Thread lst_hoe02
Zitat von Lazy : 2010/12/30 Lazy : 2010/12/28 Dennis Clarke : trying to resolve www.microsoft.com or microsoft.com results in a "connection timed out; no servers could be reached" Well, for what it's worth - it's not just you having that issue. When testing from home and from work I get th

Re: bind 9.7.2-P3 does not resolve www.microsoft.com

2010-12-30 Thread fakessh @
Le jeudi 30 décembre 2010 à 20:29 +0100, lst_ho...@kwsoft.de a écrit : > Zitat von Lazy : > > > 2010/12/30 Lazy : > >> 2010/12/28 Dennis Clarke : > >>> > > trying to resolve www.microsoft.com or microsoft.com results in a > > "connection timed out; no servers could be reached" > > >>

Re: bind 9.7.2-P3 does not resolve www.microsoft.com

2010-12-30 Thread Lazy
2010/12/30 : > Zitat von Lazy : > >> 2010/12/30 Lazy : >>> >>> 2010/12/28 Dennis Clarke : >> trying to resolve www.microsoft.com or microsoft.com results in a >> "connection timed out; no servers could be reached" > > Well, for what it's worth - it's not just you having that i

Re: bind 9.7.2-P3 does not resolve www.microsoft.com

2010-12-30 Thread Tony Finch
On 30 Dec 2010, at 19:56, Lazy wrote: > > qmail uses ANY so m$ is not getting any mail from us This is several bugs in qmail. It is making the query in order to canonicalize the domain in outgoing email, which it does not need to do according to the current SMTP specs. It should be making an M

Re: bind 9.7.2-P3 does not resolve www.microsoft.com

2010-12-30 Thread Lazy
2010/12/30 Tony Finch : > On 30 Dec 2010, at 19:56, Lazy wrote: >> >> qmail uses ANY so m$ is not getting any mail from us > > This is several bugs in qmail. It is making the query in order to > canonicalize the domain in outgoing email, which it does not need to do > according to the current SM

RE: bind 9.7.2-P3 does not resolve www.microsoft.com

2010-12-30 Thread Lightner, Jeff
If qmail is open source then YOU can patch it to your heart's content and might even want to fork the project so you're maintaining it for others. Expecting BIND to hold itself back or patch itself for 1998 standards is a bit like expecting people that maintain websites to keep support for Mosaic.

Re: bind 9.7.2-P3 does not resolve www.microsoft.com

2010-12-30 Thread Noel Butler
On Thu, 2010-12-30 at 22:42 +0100, Lazy wrote: > 2010/12/30 Tony Finch : > > On 30 Dec 2010, at 19:56, Lazy wrote: > >> > >> qmail uses ANY so m$ is not getting any mail from us > > > > This is several bugs in qmail. It is making the query in order to > > canonicalize the domain in outgoing emai

Re: bind 9.7.2-P3 does not resolve www.microsoft.com

2010-12-30 Thread Michael Sinatra
On 12/30/10 3:04 PM, Lightner, Jeff wrote: If qmail is open source then YOU can patch it to your heart's content and might even want to fork the project so you're maintaining it for others. Expecting BIND to hold itself back or patch itself for 1998 standards is a bit like expecting people that

Re: Question on ADDITIONAL SECTION

2010-12-30 Thread pyh
Because the 2nd response also included Authority Section, the additional data are the addresses of the authoritative servers. Thanks. But why the second has an "AUTHORITY SECTION" included? but the first doesn't? Regards. ___ bind-users maili

bind replication

2010-12-30 Thread pyh
Hi, Is it a right way to run rsync for bind's zone files replication? If we have dozons of zones, each zone has more than one view, under this case setup the master/slave with standard zone-traff is the hard way IMO. Thanks. ___ bind-users mailing

Dynamic zone...

2010-12-30 Thread Jeff Justice
I apologize in advance for my limited understanding of BIND. I know just enough to have our primary and secondary running without any problems, but I am needing to do something new. I searched this list for anything about dynamically updating a zone, but to be honest, it all seems over my

Best practize to store the ZONE files

2010-12-30 Thread Michelle Konzack
Hello *, I am hosting on my 6 NameServers 200.000 Domains and now in the meantime it becomes complicate because they are arround 230.000 files now including sub domains. There are currrently 18 TLs. My Question is: How do you handel such amount of files and where is the best pla

Re: Dynamic zone...

2010-12-30 Thread Mark Elkins
I do this for my Laptops. They can pick up an address from the local network (where ever I am visiting, Airports, Data Centers, friends, work - etc) and then update the info back home on my own network. Basics - when DHCPCD gets an IP from upstream - it uses nsupdate to send this info to a dynamic