On Saturday 31 May 2008, Thanigairajan murugan wrote: > the error is as follows, > # /etc/init.d/named start > Starting named: > Error in named configuration: > zone localdomain/IN: loaded serial 42 > zone example.com/IN: loaded serial 1 > reverse:11: unknown RR type > '68686868686868686868686868686868686868686868686868686868686868686868 >68686868686868686868686868686868686868686868686868686868686868686868'
why are you loading example.com? it is a reserved IANA domain to be used for illustrating DNS scenarios and *not* for production DNS. > zone 1.168.192.in-addr.arpa/IN: loading master file reverse: unknown > class/type localhost_resolver/1.168.192.in-addr.arpa/IN: unknown > class/type zone localhost/IN: loaded serial 42 > zone 0.0.127.in-addr.arpa/IN: loaded serial 1997022700 > zone > 0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.0.ip6.arp >a/IN: loaded serial 1997022700 zone 255.in-addr.arpa/IN: loaded serial > 42 > zone 0.in-addr.arpa/IN: loaded serial 42 > my.internal.zone.db:1: no TTL specified; using SOA MINTTL instead > zone my.internal.zone/IN: loaded serial 1 > slaves/my.ddns.internal.zone.db:1: no TTL specified; using SOA MINTTL > instead zone my.ddns.internal.zone/IN: loaded serial 1 > my.external.zone.db:1: no TTL specified; using SOA MINTTL instead > zone my.external.zone/IN: loaded serial 1 > [FAILED] The errors are telling that expected parameters are missing in your zone files, in some cases it is defaulting. > Could you guide me hoe to configure the dns in RHEL5 ? Frankly, the RHEL admin guide is the best place to start for the basics what you are trying to do. Look for a doc RPM package. > I already configured this in debian based distros, but ... It should be relatively easy for you to setup in RHEL if you have already done this on Debian. Go through the .conf file and the zone files and clean up what you do not need (eg. example.com). -- Arun Khan _______________________________________________ To unsubscribe, email [EMAIL PROTECTED] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
