mheffron@orion.oac.uci.edu (Matt Heffron) (09/29/90)
I'm still having timeout problems on named on a SR10.2.0.6 DN3500.
Occasionally, named just seems to fail to respond to requests, but another
request immediately following works fine. Below, I've appended the
appropriate /etc/named.?* in hopes of someone finding something obvious.
Thanks in advance,
Matt Heffron mheffron@orion.oac.uci.edu (currently)
heffron@falstaff.css.beckman.com (soon!!)
General notes:
1. The filename headers aren't really in the files.
1. The nameserver on 134.217.247.1 (bv8500.dp.beckman.com) isn't
up yet so those lines are commented out.
2. The connection to the "outside world" isn't up yet so the ".." and
"sri-nic.arpa" lines are commented out also (named seems to complain when
booting the node if these are in).
::::::::::::::::
File: /etc/named.boot
::::::::::::::::
; type domain source file or host
;
primary css.beckman.com. /etc/named.hosts
cache . /etc/named.ca
primary 217.134.in-addr.arpa /etc/named.rev
primary 127.in-addr.arpa /etc/named.local
;
;secondary dp.beckman.com. 134.217.247.1 /etc/dp.beckman.named_backup_file
::::::::::::::::
File: /etc/named.ca
::::::::::::::::
;name ttl class type record specific information
;
css.beckman.com. 9999999 IN NS falstaff.css.beckman.com.
falstaff.css.beckman.com. 9999999 IN A 134.217.246.5
;dp.beckman.com. 9999999 IN NS bv8500.dp.beckman.com.
;beckman.com. 9999999 IN NS bv8500.dp.beckman.com.
bv8500.dp.beckman.com. 9999999 IN A 134.217.247.1
;.. 9999999 IN NS sri-nic.arpa
;sri-nic.arpa. 9999999 IN A 10.0.0.51
::::::::::::::::
File: /etc/named.hosts
::::::::::::::::
;name ttl class type record specific information
@ IN SOA falstaff.css.beckman.com. postmaster.falstaff.css.beckman.com. (
1.1 ;serial
3600 ;refresh
300 ;retry
3600000 ;expire
360000 ) ;minimum
IN NS falstaff.css.beckman.com.
localhost IN A 127.0.0.1
iago IN A 134.217.246.1
ps2 IN CNAME iago
cicero IN A 134.217.246.2
x08 IN CNAME cicero
matt IN A 134.217.246.3
x86 IN CNAME matt
nestor IN A 134.217.246.4
falstaff IN A 134.217.246.5
puck IN A 134.217.246.6
postmaster IN MR heffron
heffron IN MB falstaff.css.beckman.com.
bv8500 IN CNAME bv8500.dp.beckman.com.
biivax IN CNAME bv8500.dp.beckman.com.
$INCLUDE /etc/dp.beckman.named.hosts
::::::::::::::::
File: /etc/dp.beckman.named.hosts
::::::::::::::::
$ORIGIN dp.beckman.com.
;name ttl class type record specific information
@ IN SOA falstaff.css.beckman.com. postmaster.falstaff.css.beckman.com. (
1.1 ;serial
3600 ;refresh
300 ;retry
3600000 ;expire
360000 ) ;minimum
IN NS falstaff.css.beckman.com.
bv8500 IN A 134.217.247.1
biivax IN CNAME bv8500
::::::::::::::::
File: /etc/named.rev
::::::::::::::::
;name ttl class type record specific information
@ IN SOA falstaff.css.beckman.com. postmaster.falstaff.css.beckman.com. (
1.1 ;serial
3600 ;refresh
300 ;retry
3600000 ;expire
360000 ) ;minimum
IN NS falstaff.css.beckman.com.
$ORIGIN 246.217.134.in-addr.arpa.
1 IN PTR iago.css.beckman.com.
2 IN PTR cicero.css.beckman.com.
3 IN PTR matt.css.beckman.com.
4 IN PTR nestor.css.beckman.com.
5 IN PTR falstaff.css.beckman.com.
6 IN PTR puck.css.beckman.com.
$INCLUDE /etc/dp.beckman.named.rev
::::::::::::::::
File: /etc/dp.beckman.named.rev
::::::::::::::::
$ORIGIN 247.217.134.in-addr.arpa.
;name ttl class type record specific information
@ IN SOA falstaff.css.beckman.com. postmaster.falstaff.css.beckman.com. (
1.1 ;serial
3600 ;refresh
300 ;retry
3600000 ;expire
360000 ) ;minimum
IN NS falstaff.css.beckman.com.
1 IN PTR bv8500.dp.beckman.com.
::::::::::::::::
File: /etc/named.local
::::::::::::::::
;name ttl class type record specific information
@ IN SOA falstaff.css.beckman.com. postmaster.falstaff.css.beckman.com. (
1.1 ;serial
3600 ;refresh
300 ;retry
3600000 ;expire
360000 ) ;minimum
IN NS falstaff.css.beckman.com.
$ORIGIN 127.in-addr.arpa.
1.0.0 IN PTR localhost.css.beckman.com.system@alchemy.chem.utoronto.ca (System Admin (Mike Peterson)) (09/29/90)
We see this too, on both our DN10000 and DN2500 named's. We are not using Apollo's named, but rather recompiling BIND from original source (Apollo claims they are using the latest version too, but I'm not taking any chances). -- Mike Peterson, System Administrator, U/Toronto Department of Chemistry E-mail: system@alchemy.chem.utoronto.ca Tel: (416) 978-7094 Fax: (416) 978-8775