rndc error

Devon Harding - GTHLA DHarding at gilatla.com
Tue Jul 23 13:56:20 UTC 2002


Netstat -an does show 953 listening:

[root at felix root]# netstat -an
Active Internet connections (servers and established)
Proto Recv-Q Send-Q Local Address           Foreign Address         State

tcp        0      0 0.0.0.0:113             0.0.0.0:*               LISTEN

tcp        0      0 10.117.3.11:53          0.0.0.0:*               LISTEN

tcp        0      0 127.0.0.1:53            0.0.0.0:*               LISTEN

tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN

tcp        0      0 127.0.0.1:953           0.0.0.0:*               LISTEN


here's my rndc.conf and rndc.key

[root at felix root]# cat /etc/rndc.conf 
/*
 * Copyright (C) 2000, 2001  Internet Software Consortium.
 *
 * Permission to use, copy, modify, and distribute this software for any
 * purpose with or without fee is hereby granted, provided that the above
 * copyright notice and this permission notice appear in all copies.
 *
 * THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM
 * DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL
 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL
 * INTERNET SOFTWARE CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT,
 * INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING
 * FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
 * NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION
 * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
 */

/* $Id: rndc.conf,v 1.6.4.1 2001/01/09 22:32:57 bwelling Exp $ */

/*
 * Sample rndc configuration file.
 */

options {
        default-server  localhost;
        default-key     "rndckey";
};

server localhost {
        key     "rndckey";
};

key "rndckey" {
        algorithm       "hmac-md5";
        secret "ko3EjjIw+4Tf8BKHZqjq+g==";
};

[root at felix root]# cat /etc/rndc.key  
key "rndckey" {
        algorithm       "hmac-md5";
        secret
"rfouXdfudQJZWwqftLMRXrmjooIZPWLpjIQbNmtyWCejoYkxIctEhCuSecVr";
};

-Devon  

-----Original Message-----
From: Kevin Darcy [mailto:kcd at daimlerchrysler.com] 
Sent: Monday, July 22, 2002 6:39 PM
To: bind-users at isc.org
Subject: Re: rndc error


Devon Harding - GTHLA wrote:

> When I run rndc (bind 9.2.1), I get the following error:
>
> [root at felix root]# rndc reload
> rndc: connect: not found
>
> Any Ideas?

Is there anything listening on port 953 on your box? Looks like you haven't
set
up rndc properly.


- Kevin




More information about the bind-users mailing list