Hello, I have Fedora Core 8 and I want to host multiple domains using same dedicated IP address.
On my domain registar I set the NS to ns1.myserver.com ns2.myserver.com
I know that my domain needs an "A" record in order to be associated with my server.
I have some questions...
1. Where do I add the DNS "A" record on my server files? Is it
/etc/named.conf ?
2. Any other file to edit?
3. Does server needs restart whenever I edit named.conf?
4. Is this correct format of an "A" record that is added?
Code:
zone "domain1.com" {
type master;
file "domain1.com";
allow-transfer {
my.ip.address.here;
common-allow-transfer;
};
};
Thanks in advance.
- Adrian.