DNS help please.....

Ben Pfaff pfaffben@msu.edu
04 Dec 2000 18:31:49 -0500


"Scott Overfield 7239" <soverfield@fnac-usa.com> writes:

> > zone "geeks.fnac-usa.com" (file geeks.fnac-usa.com.db) :no NS RRs 
> found 

Well, there's your problem: you need an NS RR.

Here's the zone file for my personal network for a working
example:

$TTL	604800
@	IN	SOA	ns.quux.net. pfaffben.msu.edu. (
			2000072801 ; serial
			3600 ; refresh
			900 ; retry
			1209600 ; expire
			43200 ; default_ttl
			)
@	IN	MX	10	thorin.quux.net.
@	IN	NS	thorin.quux.net.

localhost	IN	A	127.0.0.1
thorin		IN	A	192.168.128.1
pfaffben	IN	A	192.168.128.1
ns		IN	A	192.168.128.1
www		IN	A	192.168.128.1
ftp		IN	A	192.168.128.1

gandalf		IN	A	192.168.128.2
debian		IN	A	192.168.128.2

-- 
"Unix... is not so much a product
 as it is a painstakingly compiled oral history
 of the hacker subculture."
--Neal Stephenson