DNS help please.....

Sean picasso@madflower.com
Mon, 4 Dec 2000 09:16:44 -0500 (EST)


Also after you make changes to your DNS you need to increase the serial   
number, before you restart the named daemon or else the nameserver doesn't
know you changed the config. I typically use the date and time, like 
200012042120 for 9.20PM dec 4, 2000 

Also, the white space between everything is tabs, not spaces. 


On 4 Dec 2000, Ben Pfaff wrote:

> "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
> _______________________________________________
> linux-user mailing list
> linux-user@egr.msu.edu
> http://www.egr.msu.edu/mailman/listinfo/linux-user
>