Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Feb 1999 14:38:39 -0500 (EST)
From:      Dennis Ostrovsky <denis.ostrovsky@yale.edu>
To:        questions@freebsd.org
Subject:   Re: bind8 question
Message-ID:  <Pine.GSO.4.05.9902251436520.3658-100000@mercury.cis.yale.edu>
In-Reply-To: <Pine.BSF.3.96.990225093631.3322G-100000@java.dpcsys.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 25 Feb 1999, Dan Busarow wrote:

> > Feb 24 17:16:15 iridium named[97]: Cleaned cache of 10 RRs
> > Feb 24 17:16:15 iridium named[97]: bind(dfd=22, [130.132.53.219].53):
> > Permission denied
> > Feb 24 17:16:15 iridium named[97]: deleting interface [130.132.53.219].53
> 
> Give us your named.conf and output of netstat -in

named.conf: 

// $Id: named.conf,v 1.5 1998/12/23 06:06:13 dillon Exp $

options {
	directory "/etc/namedb";
        pid-file "/var/named/named.pid";
        statistics-interval 0;


	forwarders {
		130.132.1.10;
                130.132.1.11;
                130.132.1.9;
	};

};

logging {
        category default { default_syslog; };
	category lame-servers { null; };
        category cname { null; };
        category statistics { null; };
        category load { null; };
};


zone "." {
	type hint;
	file "named.root";
};

zone "0.0.127.IN-ADDR.ARPA" {
	type master;
	file "localhost.rev";
};

Output of netsat -in:

Name  Mtu   Network       Address            Ipkts Ierrs    Opkts Oerrs  Coll
fxp0  1500  <Link>      00.a0.c9.e0.f7.75  4631653     0   105460     0  7244
fxp0  1500  130.132.53/24 130.132.53.219   4631653     0   105460     0  7244
lp0*  1500  <Link>                               0     0        0     0     0
tun0* 1500  <Link>                               0     0        0     0     0
sl0*  552   <Link>                               0     0        0     0     0
ppp0* 1500  <Link>                               0     0        0     0     0
lo0   16384 <Link>                            1844     0     1844     0     0
lo0   16384 127           127.0.0.1           1844     0     1844     0     0

Thanks much.

------------------------------------------------------------------------
    Dennis Ostrovsky ** Department of Chemistry ** Yale University  

E-mail: den@master.chem.yale.edu     WWW: http://pantheon.yale.edu/~do33     
------------------------------------------------------------------------




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.GSO.4.05.9902251436520.3658-100000>