Re: DNS Version check.

From: Joao Gouveia (tharbadat_private)
Date: Wed Jun 05 2002 - 18:30:01 PDT

  • Next message: rogue: "Re: Trillian Messaging Software"

    Hi,
    
    If you are going to use perl, you might want to take a look at Net::DNS;
    e.g.:
    <quote>
    use Net::DNS;
    
    $res = Net::DNS::Resolver->new;
    $res->nameservers("127.0.0.1");
    $answer = $res->send("version.bind", "CH", "TXT");
    $answer->print;
    </quote>
    
    Joao Gouveia
    
    On Qua, 2002-06-05 at 22:59, Vjay LaRosa wrote:
    > Hello,
    > 
    > Does any one know if it is possible to request the version of bind a 
    > server is running? I would like to write a quick perl script to scan my 
    > network to check all of the versions. Thanks!
    > 
    > vjl
    > 
    > 
    > 
    > -- 
    >   V.Jay LaRosa				EMC Corporation
    >   Systems Administrator			171 South Street
    >   (508)435-1000 ext 14957		Hopkinton, MA 01748
    >   (508)497-8082 fax			www.emc.com
    



    This archive was generated by hypermail 2b30 : Thu Jun 06 2002 - 02:38:26 PDT