LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   DNS in centos (https://www.linuxquestions.org/questions/linux-newbie-8/dns-in-centos-4175456807/)

rushikesh24 04-04-2013 02:53 AM

DNS in centos
 
How to configure DNS setting and reverse DNS on centos?? I am creating a hadoop cluster in which i need configure each host which contains another host so that they can communicate with each other. I suggested as an alternative to edit the hosts file on every host in my cluster to contain each of your hosts. Pls, also tell host configure host file?

acid_kewpie 04-04-2013 04:15 AM

you could set up a DNS server if you want, but hosts file edit is probably easiest, just open it up and add a line for each entry,:


ip.add.re.ss hostname.domain


that's it.

rushikesh24 04-04-2013 04:22 AM

how can we verify that the changes has been done...?

acid_kewpie 04-04-2013 04:50 AM

you can perform forward and reverse lookups on the relevant hostnames and IP's.


All times are GMT -5. The time now is 10:48 AM.