From: King, Michael (MKing@bridgew.edu)
Date: Fri Dec 05 2003 - 15:43:15 CST
You would see named running in the process list
>From command prompt ps -elf
You should see only one process called named running. (it might have a
full path like /usr/sbin/named)
-----Original Message-----
From: owner-netreg@southwestern.edu
[mailto:owner-netreg@southwestern.edu] On Behalf Of Dieudonne, Jose
Sent: Friday, December 05, 2003 3:58 PM
To: netreg@southwestern.edu
Subject: RE: NetReg: client cannot access the web page
Robert,
I tried it and it's still not working. From the client I only can get
to Netreg server by using IP. Using dig command still gives me
connection timed out. How do I know if the dns service started?
Thanks,
Jose
-----Original Message-----
From: Robert Lowe [mailto:Robert.H.Lowe@lawrence.edu]
Sent: Friday, December 05, 2003 1:43 PM
To: netreg@southwestern.edu
Subject: Re: NetReg: client cannot access the web page
Dieudonne, Jose wrote:
Jose,
> Below is a copy of the named.conf and db.root
>
> server 172.17.0.2 {
> bogus yes;
> };
> options {
> directory "/etc/";
> recursion no;
> fetch-glue no;
> };
> zone "." in {
> type master;
> file "db.root";
> };
>
>
> $TTL 3600
> . IN SOA localhost.arcadia.edu. root.localhost.arcadia.edu. ( 2 ;
> serial 10800 ; refresh
> 3600 ; retry
> 604800 ; expire
> 86400 ; default_ttl
You're missing a closing parenthesis here. It would be more obvious if
you used some whitespace.
> IN NS localhost.arcadia.edu.
> netreg 86400 IN A 172.17.0.2
> *. 86400 IN A 172.17.0.2
Try this one. Always check your logs after reloading, to
make sure your zone(s) load properly, and get familiar with
named-checkconf and named-checkzone to weed out syntax errors ahead of
time.
$TTL 2h
. IN SOA localhost.arcadia.edu. root.localhost.arcadia.edu. (
3 ; serial
3d ; refresh
1h ; retry
1w ; expire
1d ; minimum/negative TTL
)
IN NS netreg.arcadia.edu.
windowsupdate.com. IN NS example.com.
windowsupdate.com.arcadia.edu. IN NS example.com.
windowsupdate.microsoft.com. NS example.com.
example.com. IN A 127.0.0.1
netreg IN A 172.17.0.2
netreg.arcadia.edu. IN A 172.17.0.2
*. IN A 172.17.0.2
-Robert
**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg Send requests for assistance to:
owner-netreg@southwestern.edu
**********************************************************************
**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg Send requests for assistance to:
owner-netreg@southwestern.edu
**********************************************************************
**********************************************************************
To unsubscribe from this list, send an e-mail message to
majordomo@southwestern.edu containing a single line with the words:
unsubscribe netreg
Send requests for assistance to: owner-netreg@southwestern.edu
**********************************************************************
This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:42 CDT