Re: Finding "Name Servers" (not NS records) of domain name

2012-09-01 Thread Anurag Bhatia
Thanks for helpful replies everyone!


I missed to understand Owen's reply here but he was kind and helpful enough
to explain me when I met him last week!

So simple logic of reading given name from right to left looking for
specific pattern (my old nameservers). I didn't realized that reading from
right to left digging NS for each zone coming in can pretty much solve the
issue.




On Mon, Aug 20, 2012 at 6:08 PM, Antonio Querubin wrote:

> On Fri, 17 Aug 2012, Matthew Palmer wrote:
>
>  I religiously use http://squish.net/dnscheck/ the moment I suspect *any*
>> sort of DNS hinkiness.  Verbose, but *damn* if it doesn't hand me the
>> answer
>> practically every time.
>>
>
> http://dnscheck.iis.se
>
> It's not as verbose and provides more direct diagnosis and recommendations
> on what needs fixing.
>
> Antonio Querubin
> e-mail:  t...@lavanauts.org
> xmpp:  antonioqueru...@gmail.com
>
>


-- 

Anurag Bhatia
anuragbhatia.com

Linkedin  |
Twitter|
Google+ 


Re: Finding "Name Servers" (not NS records) of domain name

2012-08-20 Thread Antonio Querubin

On Fri, 17 Aug 2012, Matthew Palmer wrote:


I religiously use http://squish.net/dnscheck/ the moment I suspect *any*
sort of DNS hinkiness.  Verbose, but *damn* if it doesn't hand me the answer
practically every time.


http://dnscheck.iis.se

It's not as verbose and provides more direct diagnosis and recommendations 
on what needs fixing.


Antonio Querubin
e-mail:  t...@lavanauts.org
xmpp:  antonioqueru...@gmail.com



Re: Finding "Name Servers" (not NS records) of domain name

2012-08-17 Thread Jay Ashworth
- Original Message -
> From: "Matthew Palmer" 

> I religiously use http://squish.net/dnscheck/ the moment I suspect *any*
> sort of DNS hinkiness. Verbose, but *damn* if it doesn't hand me the answer
> practically every time.

We have three of those on the Tools page at wiki.outages.org:

   http://wiki.outages.org/index.php/Network_tools

They optimize for different things, and have differing levels of verbosity,
but they are all useful tools.  Submissions of other such useful tools are
always welcome (though the wiki is moving to larger hosting this week, and
may be in read-only mode if you go there right now. ;-)

There's also a collection of system/network status page links there:

   http://wiki.outages.org/index.php/Main_Page#Outage_Resources

I hope to find a few free hours this weekend to clean that page up a bit;
link rot is no less prevalent for us than anywhere else.

Cheers,
-- jra
-- 
Jay R. Ashworth  Baylink   j...@baylink.com
Designer The Things I Think   RFC 2100
Ashworth & Associates http://baylink.pitas.com 2000 Land Rover DII
St Petersburg FL USA   #natog  +1 727 647 1274



Re: Finding "Name Servers" (not NS records) of domain name

2012-08-17 Thread Mike.
On 8/17/2012 at 10:14 PM Matthew Palmer wrote:
|
|I religiously use http://squish.net/dnscheck/ the moment I suspect
*any*
|sort of DNS hinkiness.  Verbose, but *damn* if it doesn't hand me the
|answer practically every time.

Looks like a nice site, but I couldn't get past the captcha. "rn" looks
way too much like "m" and vice versa.






Re: Finding "Name Servers" (not NS records) of domain name

2012-08-17 Thread Mike Jones
On 17 August 2012 13:14, Matthew Palmer  wrote:
> On Wed, Aug 15, 2012 at 06:10:25PM -0400, Anurag Bhatia wrote:
>> Now as you would be knowing if I do regular dig with ns, it provides NS
>> records. However I was able to find nameservers by digging gTLD root for
>> gTLD based domains. This works for .com/net/org etc but again fails for say
>> .us, .in etc. I was wondering if there's an easy way to do it rather then
>> running script on thousands of domain names again & again digging registry
>> specific nameservers?
>
> I religiously use http://squish.net/dnscheck/ the moment I suspect *any*
> sort of DNS hinkiness.  Verbose, but *damn* if it doesn't hand me the answer
> practically every time.
>

It doesn't say anything about both of the servers for your domain
currently being broken ;)

http://nswalk.com/?hostname=hezmatt.org&type=A

- Mike



Re: Finding "Name Servers" (not NS records) of domain name

2012-08-17 Thread Matthew Palmer
On Wed, Aug 15, 2012 at 06:10:25PM -0400, Anurag Bhatia wrote:
> Now as you would be knowing if I do regular dig with ns, it provides NS
> records. However I was able to find nameservers by digging gTLD root for
> gTLD based domains. This works for .com/net/org etc but again fails for say
> .us, .in etc. I was wondering if there's an easy way to do it rather then
> running script on thousands of domain names again & again digging registry
> specific nameservers?

I religiously use http://squish.net/dnscheck/ the moment I suspect *any*
sort of DNS hinkiness.  Verbose, but *damn* if it doesn't hand me the answer
practically every time.

- Matt




Re: Finding "Name Servers" (not NS records) of domain name

2012-08-15 Thread Christopher Morrow
On Wed, Aug 15, 2012 at 6:10 PM, Anurag Bhatia  wrote:
> Hello everyone
>
>
> I was dealing with a case where there's a mismatch in nameserver of a
> domain (nameservers set at registrar) and NS record on the delegated
> servers. Now NS on delegated servers are good and I am trying to create
> list of domains using wrong nameservers at registrar.

so you tested this with: dig +trace  ?
or dig NS domain @TLD.server  && matched against dig NS domain
@domain-ns-server ?

(you didn't give much info to go on here...)

> Now as you would be knowing if I do regular dig with ns, it provides NS
> records. However I was able to find nameservers by digging gTLD root for
> gTLD based domains. This works for .com/net/org etc but again fails for say
> .us, .in etc. I was wondering if there's an easy way to do it rather then
> running script on thousands of domain names again & again digging registry
> specific nameservers?

+trace

> May be does someone knows/runs any simple server which can be whois'ed for
> some basic regular output which can be printed. Regular whois output for
> domain names seems hard to parse.

participate in weirds... try to make 'whois' better.

>
>
>
>
> Thanks.
>
> --
>
> Anurag Bhatia
> anuragbhatia.com
>
> Linkedin  |
> Twitter|
> Google+