Re: rndc addzone and file name

2011-01-13 Thread Yohann Lepage
Hi,

http://www.google.com/search?q=rndc+addzone

1st link : rndc addzone example.aa in myview '{type master; file
"master/example.aa";};'

Not tested.


2011/1/13 Peter Andreev :
> Hello, All!
>
> I have several includes which are edited via hand-written script and
> now I'm trying to simplify it by using add/delzone options of rndc.
>
> So, the question is: how can I specify files where rndc addzone puts
> new zones' descriptions?
>
> Thanks in advance.
> --
> --
> AP
> ___
> bind-users mailing list
> bind-users@lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
>



-- 
Yohann L.
http://www.2xyo.info
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: DNS latency!!!

2010-08-16 Thread Yohann Lepage
2010/8/16 Shiva Raman 
> Hi All
Hi,

>   Which is the best method to measure dns latency ? Is there any scripts / 
> programs
> available to measure the dns latency directly?

- queryperf :
/bind-9.7.1-P2/contrib/queryperf/
- dnsperf :
http://www.nominum.com/services/measurement_tools.php
-DNS benchmark
http://www.grc.com/dns/benchmark.htm
-And if you have money :
http://www.spirent.com/Solutions-Directory/Avalanche.aspx

Regards,
Yohann

>
> Regards
>
> Shiva Raman
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: Can an NS point to a CNAME

2010-08-12 Thread Yohann Lepage
2010/8/12 Phil Mayers :
> Is this still the case (that NS->CNAME is invalid)?

http://www.rfc-editor.org/rfc/rfc2181.txt

10.3. MX and NS records

   The domain name used as the value of a NS resource record, or part of
   the value of a MX resource record must not be an alias.  Not only is
   the specification clear on this point, but using an alias in either
   of these positions neither works as well as might be hoped, nor well
   fulfills the ambition that may have led to this approach.  This
   domain name must have as its value one or more address records.
   Currently those will be A records, however in the future other record
   types giving addressing information may be acceptable.  It can also
   have other RRs, *but never a CNAME RR*.

--
Yohann
www.2xyo.info
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users


Re: bindvrs Vulnerability

2010-01-11 Thread Yohann LEPAGE

Balanagaraju Munukutla a écrit :


Hi

Hi,


How to Disable the BIND version query feature in BIND 9.2.1.

in named.conf :
options {
 version"what you want";
};

Or just : http://www.google.com/search?q=disable+version+bind

--
Yohann LEPAGE


Post-scriptum La Poste

Ce message est confidentiel. Sous réserve de tout accord conclu par
écrit entre vous et La Poste, son contenu ne représente en aucun cas un
engagement de la part de La Poste. Toute publication, utilisation ou
diffusion, même partielle, doit être autorisée préalablement. Si vous
n'êtes pas destinataire de ce message, merci d'en avertir immédiatement
l'expéditeur.


___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Re: DNS Server

2009-10-07 Thread Yohann LEPAGE

Agarwal Vivek-RNGB36 a écrit :

Thanks for the response . Iam using Linux box. The issue is the list for 
blocking the DNS Servers is huge. Do you have much idea on bind directive

Can anyone help me in bind directive. I v never used it


There is an example here[0], "7.1 Access Control Lists" :


// Set up an ACL named "bogusnets" that will block RFC1918 space,
// which is commonly used in spoofing attacks.
acl bogusnets { 0.0.0.0/8; 1.0.0.0/8; 2.0.0.0/8; 192.0.2.0/24; 
224.0.0.0/3; 10.0.0.0/8; // Set up an ACL called our-nets. Replace this 
with the real IP numbers.

acl our-nets { x.x.x.x/24; x.x.x.x/21; };
options {
...
...
allow-query { our-nets; };
allow-recursion { our-nets; };
...
blackhole { bogusnets; };
...
};
zone "example.com" {
type master;
file "m/example.com";
allow-query { any; };
};



[0] : https://www.isc.org/files/Bv9.3ARM.pdf



Thanks

Regards
Vivek Aggarwal
+973-36583058 




-Original Message-
From: Todd Snyder [mailto:tsny...@rim.com] 
Sent: Wednesday, October 07, 2009 4:38 PM

To: Agarwal Vivek-RNGB36; bind-users@lists.isc.org
Subject: RE: DNS Server 


There are a few approaches you could take, and it depends on what you are 
trying to do.

If you are actually trying to block traffic to a specific server/servers, I'd 
say use a firewall.  If you're running on a linux box, it's pretty easy:

http://www.cyberciti.biz/faq/howto-null-route-an-attackers-ip/

Failing that, I believe there is a bind directive (blackhole) that might do 
what you want, but I've never looked into it.

Finally, if you are simply trying to block certain domains, you could load them 
as master zones on your server and leave them blank.

Cheers,

Todd.



-Original Message-
From: bind-users-boun...@lists.isc.org 
[mailto:bind-users-boun...@lists.isc.org] On Behalf Of Agarwal Vivek-RNGB36
Sent: Wednesday, October 07, 2009 8:46 AM
To: bind-users@lists.isc.org
Subject: DNS Server 


Hi All

Im using a BIND 9.3. I have been asked to block the responses from some of the 
DNS Servers in the internet. Is there any way how can I do that

Regards
Vivek Aggarwal
+973-36583058 



___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

-
This transmission (including any attachments) may contain confidential 
information, privileged material (including material protected by the 
solicitor-client or other applicable privileges), or constitute non-public 
information. Any use of this information by anyone other than the intended 
recipient is prohibited. If you have received this transmission in error, 
please immediately reply to the sender and delete this information from your 
system. Use, dissemination, distribution, or reproduction of this transmission 
by unintended recipients is not authorized and may be unlawful.
___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users



--
La Poste\DISIT\ETU\IQI\INGS
Post-scriptum La Poste

Ce message est confidentiel. Sous réserve de tout accord conclu par
écrit entre vous et La Poste, son contenu ne représente en aucun cas un
engagement de la part de La Poste. Toute publication, utilisation ou
diffusion, même partielle, doit être autorisée préalablement. Si vous
n'êtes pas destinataire de ce message, merci d'en avertir immédiatement
l'expéditeur.


___
bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users