R P Herrold wrote:

On Mon, 22 Sep 2003, Harish wrote:



Hi All,

I am trying to build by DNS server and I get a very vague error when I check the zone that I have made.The error is at line 8, my zone file details are listed below, pls have a look at it and tell me where I am going wrong.





$TTL 86400
2 $ORIGIN sabnanis.com.
3 @ 1D IN SOA server.sabnanis.com.root.server.sabnanis.com (



probably this line should read: server.sabnanis.com. root.server.sabnanis.com. (

[note the whitespace and terminal '.' added]



12 sabnanis.com 1D IN A 192.168.0.254



and unless you intend to have a server: sabnanis.com.sabnanis.com.

you probably want line 12 to read:

<blank> 1D IN A 192.168.0.254

where <blank> is whitespace. Did you snip out the entries for 'server.sabnanis.com.' ? I would expect to see them as well.

-- Russ Herrold

Hi Russ, Thanks a ton I got it working.










-- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED] https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to