Named DNS question
Bob Cober
plug-discuss@lists.PLUG.phoenix.az.us
Wed, 29 Aug 2001 19:56:45 -0700
This is a multi-part message in MIME format.
------=_NextPart_000_0078_01C130C4.BB4885A0
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
I'm still having DNS problems:
I have attached my configuration.
named.run is the output.
Thanks again for any help...
----- Original Message -----
From: Patrick Fleming <pfleming@infomagic.net>
To: <plug-discuss@lists.PLUG.phoenix.az.us>
Sent: Tuesday, August 28, 2001 8:42 PM
Subject: Re: Named DNS question
> On Tue, 28 Aug 2001, Bob Cober wrote:
>
> > Please help out a DNS/Bind newbie--
> >
> > I am trying to configure bind 9 on a bare RH7.1 box at work for our
> > development vlan. The vlan is not accessible from the outside, and this
> > will be the only DNS server in it. Do I have to configure a named.ca
file?
> > Everytime I start without the cache file defined at all (root="."),
named
> > starts up and then shuts down. Should I set-up the .ca file to point to
the
> > dns server itself?
>
> You can comment out anything in /etc/named.conf that has to do with
> outside networks (assuming that you only need to see the lan and the DNS
> machine is only for the lan)
> run tail -f /var/log/messages in a term window and watch what happens when
> you restart named - I usually issue the command:
> /etc/rc.d/rc3.d/S55named restart
> Bind has gotten more picky recently in the move to more security.
> Post any errors to the list if Bind doesn't start and run.
> Patrick
>
>
> >
> > Thanks in advance for any help
> > Bob
> >
> > ________________________________________________
> > See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't
post to the list quickly and you use Netscape to write mail.
> >
> > PLUG-discuss mailing list - PLUG-discuss@lists.PLUG.phoenix.az.us
> > http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
> >
>
> ________________________________________________
> See http://PLUG.phoenix.az.us/navigator-mail.shtml if your mail doesn't
post to the list quickly and you use Netscape to write mail.
>
> PLUG-discuss mailing list - PLUG-discuss@lists.PLUG.phoenix.az.us
> http://lists.PLUG.phoenix.az.us/mailman/listinfo/plug-discuss
------=_NextPart_000_0078_01C130C4.BB4885A0
Content-Type: application/octet-stream;
name="VLANDDNS.zone"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="VLANDDNS.zone"
=0A=
$TTL 86400=0A=
@ IN SOA @ root.localhost (=0A=
2 ; serial=0A=
28800 ; refresh=0A=
7200 ; retry=0A=
604800 ; expire =0A=
86400 ; ttl=0A=
)=0A=
=0A=
=0A=
@ IN NS localhost.=0A=
=0A=
=0A=
@ IN A 127.0.0.1=0A=
=0A=
------=_NextPart_000_0078_01C130C4.BB4885A0
Content-Type: application/octet-stream;
name="dns.vlan.sic.zone"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="dns.vlan.sic.zone"
=0A=
$TTL 86400=0A=
@ IN SOA dns.vlan.sic. root.localhost (=0A=
3 ; serial=0A=
28800 ; refresh=0A=
7200 ; retry=0A=
604800 ; expire =0A=
86400 ; ttl=0A=
)=0A=
=0A=
=0A=
@ IN NS localhost.=0A=
=0A=
=0A=
@ IN A 127.0.0.1=0A=
bob IN A 192.168.254.10=0A=
=0A=
------=_NextPart_000_0078_01C130C4.BB4885A0
Content-Type: application/octet-stream;
name="named.ca"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="named.ca"
; =0A=
. 99999999 IN NS dns.vlan.sic=0A=
=0A=
=0A=
------=_NextPart_000_0078_01C130C4.BB4885A0
Content-Type: application/octet-stream;
name="named.conf"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="named.conf"
=0A=
=0A=
=0A=
=0A=
=0A=
=0A=
=0A=
=0A=
## named.conf - configuration for bind=0A=
#=0A=
# Generated automatically by bindconf, alchemist et al.=0A=
=0A=
options { =0A=
directory "/var/named/"; =0A=
dump-file "/var/named/named.dump";=0A=
};=0A=
=0A=
=0A=
=0A=
=0A=
=0A=
=0A=
=0A=
zone "." { =0A=
type hint; =0A=
file "named.ca";=0A=
};=0A=
=0A=
=0A=
zone "0.0.127.in-addr.arpa" { =0A=
type master; =0A=
file "0.0.127.in-addr.arpa.zone"; =0A=
};=0A=
=0A=
=0A=
zone "dns.vlan.sic" { =0A=
type master; =0A=
file "dns.vlan.sic.zone"; =0A=
};=0A=
=0A=
=0A=
=0A=
=0A=
=0A=
------=_NextPart_000_0078_01C130C4.BB4885A0
Content-Type: application/octet-stream;
name="named.run"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="named.run"
Aug 29 17:47:00.603 starting BIND 9.1.0 -d 5=0A=
Aug 29 17:47:00.604 using 1 CPU=0A=
Aug 29 17:47:00.611 loading configuration from '/etc/named.conf'=0A=
Aug 29 17:47:00.618 the default for the 'auth-nxdomain' option is now =
'no'=0A=
Aug 29 17:47:00.635 no IPv6 interfaces found=0A=
Aug 29 17:47:00.636 listening on IPv4 interface lo, 127.0.0.1#53=0A=
Aug 29 17:47:00.636 clientmgr @0x403eefc8: create=0A=
Aug 29 17:47:00.638 clientmgr @0x403eefc8: createclients=0A=
Aug 29 17:47:00.638 clientmgr @0x403eefc8: create new=0A=
Aug 29 17:47:00.638 client @0x403fa008: create=0A=
Aug 29 17:47:00.638 clientmgr @0x403eefc8: createclients=0A=
Aug 29 17:47:00.638 clientmgr @0x403eefc8: create new=0A=
Aug 29 17:47:00.638 client @0x403fa268: create=0A=
Aug 29 17:47:00.638 listening on IPv4 interface eth0, 192.168.254.39#53=0A=
Aug 29 17:47:00.639 clientmgr @0x403f8fc8: create=0A=
Aug 29 17:47:00.639 clientmgr @0x403f8fc8: createclients=0A=
Aug 29 17:47:00.639 clientmgr @0x403f8fc8: create new=0A=
Aug 29 17:47:00.639 client @0x403fa4c8: create=0A=
Aug 29 17:47:00.639 clientmgr @0x403f8fc8: createclients=0A=
Aug 29 17:47:00.639 clientmgr @0x403f8fc8: create new=0A=
Aug 29 17:47:00.639 client @0x403fa728: create=0A=
Aug 29 17:47:00.641 res 0x403ee078: create=0A=
Aug 29 17:47:00.642 Cleaning interval for adb: 1 buckets every 3 =
seconds, 1009 buckets in system, 3600 cl.interval=0A=
Aug 29 17:47:00.642 dns_requestmgr_create=0A=
Aug 29 17:47:00.643 dns_requestmgr_create: 0x403f2f08=0A=
Aug 29 17:47:00.643 dns_requestmgr_whenshutdown=0A=
Aug 29 17:47:00.643 replacing zone database=0A=
Aug 29 17:47:00.644 replacing zone database=0A=
------=_NextPart_000_0078_01C130C4.BB4885A0
Content-Type: application/octet-stream;
name="0.0.127.in-addr.arpa.zone"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="0.0.127.in-addr.arpa.zone"
=0A=
$TTL 86400=0A=
@ IN SOA localhost. root.localhost (=0A=
1 ; serial=0A=
28800 ; refresh=0A=
7200 ; retry=0A=
604800 ; expire =0A=
86400 ; ttk=0A=
)=0A=
=0A=
=0A=
@ IN NS localhost.=0A=
=0A=
1 IN PTR localhost.=0A=
------=_NextPart_000_0078_01C130C4.BB4885A0--