RE: Diagnostic help part 2

2014-09-30 Thread Eli Heady
On Sep 30, 2014 7:11 PM, "John Anderson" @ ccbill.com > wrote: > > >If named is running and doesn't respond on the external interface, it's > >possible that your listen-on {}; directive is set to only localhost. > > >TCP connections to 205.238.182.102 come back "Connection refused", so > >it's poss

Re: Diagnostic help part 2

2014-09-30 Thread Bill Christensen
On 9/30/14, 5:52 PM, Rich Goodson wrote: If named is running and doesn't respond on the external interface, it's possible that your listen-on {}; directive is set to only localhost. You may have hit on hit there. It was set to listen-on { 127.0.0.1; }; I just changed that to: listen-o

RE: Diagnostic help part 2

2014-09-30 Thread John Anderson
>If named is running and doesn't respond on the external interface, it's >possible that your listen-on {}; directive is set to only localhost. >TCP connections to 205.238.182.102 come back "Connection refused", so >it's possible that BIND just isn't listening on the interface or perhaps >you're

Re: Diagnostic help part 2

2014-09-30 Thread Rich Goodson
If named is running and doesn’t respond on the external interface, it’s possible that your listen-on {}; directive is set to only localhost. TCP connections to 205.238.182.102 come back “Connection refused”, so it’s possible that BIND just isn’t listening on the interface or perhaps you’re filt

Re: Diagnostic help part 2

2014-09-30 Thread Bill Christensen
On 9/30/14, 4:15 PM, Charles Swiger wrote: Hi-- On Sep 30, 2014, at 1:59 PM, Bill Christensen mailto:billc_li...@greenbuilder.com>> wrote: Fair enough. Africabound.org SustainableSources.com The se

Re: Diagnostic help part 2

2014-09-30 Thread Charles Swiger
Hi-- On Sep 30, 2014, at 1:59 PM, Bill Christensen wrote: > Fair enough. > > Africabound.org > SustainableSources.com > > The server that's giving problems is ns1.sustainablesources.com > 205.238.182.102 Your 102 box doesn't seem responding to 53/udp or 53/tcp from the outside: http://w

Re: Diagnostic help part 2

2014-09-30 Thread Bill Christensen
Fair enough. Africabound.org SustainableSources.com The server that's giving problems is ns1.sustainablesources.com 205.238.182.102 (yes, I'm aware of intermittent problems with ns3 as well. That one's not under my control,

Re: Diagnostic help part 2

2014-09-30 Thread Doug Barton
On 9/30/14 12:18 PM, Bill Christensen wrote: Ok, since I theoretically have the allow-query correct I need to move on to what else may be wrong. When I test with http://www.intodns.com/ or other online tools, I'm getting " ERROR: One or more of your nameservers did not respond" (the IP is the s

Re: Diagnostic help part 2

2014-09-30 Thread Bill Christensen
Ok, since I theoretically have the allow-query correct I need to move on to what else may be wrong. When I test with http://www.intodns.com/ or other online tools, I'm getting " ERROR: One or more of your nameservers did not respond" (the IP is the server in question) BIND 9.10.1 *appears

Re: Paper on IPv6 DNS Measurement

2014-09-30 Thread Mukund Sivaraman
Hi Gaurav On Tue, Sep 30, 2014 at 03:57:49PM +0530, Gaurav Kansal wrote: > Our finding was:- > > 1. About 50% of the query is from Google AS > 2. Around 7.4% queries are from Facebook AS (i.e., 32934) > and many other.. > > Fb is on the 2nd spot in the AS wise query statistics. (Paper > http

Paper on IPv6 DNS Measurement

2014-09-30 Thread Gaurav Kansal
Dear Team, We have analyzed around 70 million query logs which we received on our IPv6 DNS Server in the month of August 2014 and tried to figure out the stats over that. Our finding was:- 1. About 50% of the query is from Google AS 2. Around 7.4% queries are from Facebook AS (i.e., 32934) a

Re: Diagnostic help

2014-09-30 Thread Matus UHLAR - fantomas
On 29.09.14 20:58, Ben Croswell wrote: The default for allow query is local host local nets. Basically the server itself and directly connected networks no, that is the default for allow_recursion (and allow_query_cache). the default for allow_query is all. On Sep 29, 2014 8:03 PM, "Bill Chr