From: Robert Lowe (Robert.H.Lowe@lawrence.edu)
Date: Fri Dec 05 2003 - 12:42:32 CST
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
**********************************************************************
This archive was generated by hypermail 2.1.4 : Thu Aug 12 2004 - 12:01:42 CDT