[linux-bangalore-technical trimmed from crossposts]
+++ Sagar Srivastava [linux-india] <24/01/02 15:28 +0530>:
> Jan 24 13:55:31 seawolf named[10844]: lame server on
> '30.19.57.217.in-addr.arpa' (in '19.57.217.in-addr.arpa'?): 151.99.125.2#53
This means that some bright soul is listed as authoritative for that zone but
is not serving the zone. In this case, reverse dns for 217.57.19.0/24 ...
Who does 217.57.19.0/24 belong to? APNIC says interbusiness.it - some random
italian ISP.
> Jan 24 14:43:07 seawolf named[10844]: lame server on 'www.chequemail.com'
> (in 'chequemail.com'?): 203.199.107.155#53
Hmmm... yet another rocket scientist doing the same thing ... only, for a
domain. At least one of his nameservers is not answering authoritatively for
chequemail.com
suresh@mjollnir 19:14:33 [~]$ host -t ns chequemail.com
chequemail.com name server NS2.DIRECTIHOSTING.com
chequemail.com name server NS6.DIRECTIHOSTING.com
Hmmm... both these nameservers dont seem to be answering at all, let alone
for chequemail.com (network issue between hong kong and india maybe...)
> 2)Secondly, to tell you I am running Primary DNS servers on my Linux Server
> for several .com Domains. Obviously my ISPs (networksolutions.com etc) are
> handling the secondry DNS for those respective domains. My question is
Refuse recursive queries.
options {
directory "/var/named";
// query-source address * port 53;
allow-transfer {
10.0.0.1;
10.0.0.2;
};
recursion no;
fetch-glue no;
datasize 96M;
};
Then for logging - man named.conf ... you will get a lot.
:
> a) I want to restrict zone transfers to only my ISPs DNS servers and not to
> the whole world, how would I find my ISPs servers addresses (to allow them
> in my named.conf file) when zone transfers are not logged at all in my
Try asking your ISP? Or better still have you tried "dig your-isp.com NS"?
-srs
--
Suresh Ramasubramanian <----> mallet <at> efn dot org
EMail Sturmbannfuhrer, Lower Middle Class Unix Sysadmin
[Linux One Stanza Tip] From : <[EMAIL PROTECTED]>
LOST #056 -**< Sub : Linux Commands (#4) >**-
For a newbie introduction to Linux commands and shotcuts visit
URL: http://sunsite.dk/linux-newbie/Linux_commands.htm
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help