Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Mar 1997 22:20:59 -0600
From:      John Prince <johnp@lodgenet.com>
To:        hackers@freebsd.org
Subject:   DNS & Sendmail
Message-ID:  <199704010420.WAA00706@knight.trosoft.com>

next in thread | raw e-mail | index | archive | help
I just updated to 2.2.1-RELEASE, and upon bootup sendmail hangs..
I am running a cache only name server on a local net, ppp on-demand for
external stuff... 
When I kill named, I can start sendmail.

I also noticed I can no longer 'telnet 0' 
I am using an unmodified named.root file.
This seemed to work fine on 2.2-BETA.  
Examples were taken from the "PEDANTIC PRIMER" Tutorial
Any one have similar problems or suggestions??

John Prince
johnp@lodgenet.com	jprince@iw.net

--- START OF named.boot ---
named.boot
directory /etc/namedb

; type     domain               source host/file          backup file

cache      .                    named.root
primary    trosoft.com.         named.hosts
___ END OF named.boot ___

--- START OF named.host ---
named.hosts
;                       named.hosts
;
@               IN      SOA     trosoft.com. root.trosoft.com. (
                                96120102
                                360000
                                3600
                                3600000
                                360000
                                )
                IN      NS      knight.trosoft.com.
1               IN      PTR     localhost.trosoft.com.
;       __________________________________________________________
knight.trosoft.com.     IN      A       192.168.200.1
twiggy.trosoft.com.     IN      A       192.168.200.100
simba.trosoft.com.      IN      A       192.168.200.101
fred.trosoft.com.	IN	A	192.168.200.102
localhost.trosoft.com.  IN      A       127.0.0.1

$ORIGIN 200.168.192.IN-ADDR.ARPA
                        IN      NS      knight.trosoft.com.
1                       IN      PTR     knight.trosoft.com.
100                     IN      PTR     twiggy.trosoft.com.
101                     IN      PTR     kids.trosoft.com.

$ORIGIN 0.0.127.IN-ADDR.ARPA
                        IN      NS      knight.trosoft.com.
1                       IN      PTR     localhost.trosoft.com.
___ END OF named.host ___




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199704010420.WAA00706>