LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   setting up dns server (https://www.linuxquestions.org/questions/linux-newbie-8/setting-up-dns-server-900773/)

mlnm 09-02-2011 03:32 PM

setting up dns server
 
hi guys , i am tying to setup name resolution for my web server from dns server, i configured named.cachingnameserver.conf ,named.rfc1912zones.conf and zone files ie (rhelsrv.for&rhelsrv.rev)
everything is fine when i give only my domain name , if i try to give
my web servers name in zone files it shows errror.
where should i put them.

bathory 09-02-2011 05:02 PM

Hi,

You should post the zone file(s) and the error you get, so we could help you better.
Anyway there must be an A record for your web server in the forward zone (I guess it's rhelsrv.for):
Code:

www IN A x.x.x.x
Regards


All times are GMT -5. The time now is 02:23 AM.