My server is using CentOS 4.6, I'm trying to figure out this BIND(Named) DNS problem. I've created a master zone, add some dns, cname and a points. works ok for the main domain. If I add make another domain to use the primary dns, it won't work. Please help.
Please have a look into http://www.sumith.net/forum/viewtopic.php?t=74 to know how to create nameservers in Webmin.
when you say the same dns, do you mean the same IP? if it is the same nameservers then you don't need to add it again, you just need to point the other domain to the right nameservers.
oops I meant same nameservers not same dns, sorry. I already point the other domain to the my nameserver i create with my main domain. How do I activate the other domain? (not the main one).
Just point the other domain to the nameservers you have created for the first domain. For example, if you have created ns1.yourdomain.com and ns2.yourdomain.com you will just have to point yoursecondomain.com to the ns1.yourdomain.com and ns2.yourdomain.com This will just work great is this what your looking for?
I have already done that, but when I add a "A" and "CNAME" point in the master zone. otherdomain.com. IN A xxx.xxx.xx.xxx www.otherdomain.com. IN CNAME otherdomain.com. Code (markup): It doesn't seem to work.