LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Simple chroot Bind9 setup? (https://www.linuxquestions.org/questions/linux-software-2/simple-chroot-bind9-setup-459149/)

canegames 06-28-2006 10:52 AM

Simple chroot Bind9 setup?
 
I have Bind 9 chrooted on my Red Hat 8.0 server. I want to setup a simple DNS record for multiple web hosts on my Apache server. I need a dns record that will resolve around 10 different hosts names and one mail record MX. Also I have an FTP hosts that needs resolved. Could someone tell me how to set this up. The various tutorials have not worked for me. This problem has been brought about by my atempts to create a e-mail server. I read that I need to setup an MX record to acomplish this. Any help would be apriciated.

Thanks

musicman_ace 06-30-2006 05:08 AM

This should resolve all host references to the same mail exchange.
Is that what you are asking?
Code:

example.com.        IN      MX  10  mail.example.com.
mail                IN      A  192.168.0.3
Host1        IN      CNAME  mail
Host2        IN      CNAME  mail
Host3        IN      CNAME  mail
Host4        IN      CNAME  mail
Host5        IN      CNAME  mail
Host6        IN      CNAME  mail
Host7        IN      CNAME  mail
Host8        IN      CNAME  mail
Host9        IN      CNAME  mail
Host10      IN      CNAME  mail



All times are GMT -5. The time now is 02:05 PM.