HP3000-L Archives

April 2002, Week 4

HP3000-L@RAVEN.UTC.EDU

Options: Use Monospaced Font
Show Text Part by Default
Show All Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Subject:
From:
Mark Bixby <[log in to unmask]>
Reply To:
Mark Bixby <[log in to unmask]>
Date:
Fri, 26 Apr 2002 10:12:47 -0700
Content-Type:
text/plain
Parts/Attachments:
text/plain (54 lines)
Peter Osborne wrote:

> Does the invent3k server have the right DNS stuff setup? I find that as soon
> as I set DNS up on my 3000, Samba times out and refuses to work. As soon as I
> comment out my DNS servers, Samba functions once again.


Invent3k runs a BIND caching name server and RESLVCNF has the invent3k IP
address in the first nameserver entry (followed by additional secondary
nameserver entries).

The BIND config is:

INVENT3K:/BINDFW/PUB/etc$ cat named.conf
options {
         directory "/BINDFW/PUB/etc";
         pid-file "/BINDFW/PUB/etc/named.pid";
         listen-on { 192.6.38.226; };
};

controls {
         inet 127.0.0.1 port 5555 allow { any; };
};

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

zone "0.0.127.in-addr.arpa" {
         type master;
         file "zone.127.0.0";
};
INVENT3K:/BINDFW/PUB/etc$ cat zone.127.0.0
$TTL 86400
@       IN      SOA     localhost.      invent_e3000.hp.com.  (
                                 2001050400 ; Serial
                                 28800      ; Refresh
                                 14400      ; Retry
                                 3600000    ; Expire
                                 86400 )    ; Minimum
         IN      NS      localhost.

1       IN      PTR     localhost.

The only reason I'm bothering to run BIND on invent3k is that it is a
convenient test platform for when I build new versions of BIND.
--
[log in to unmask]
Remainder of .sig suppressed to conserve expensive California electrons...

* To join/leave the list, search archives, change list settings, *
* etc., please visit http://raven.utc.edu/archives/hp3000-l.html *

ATOM RSS1 RSS2