I have multiple domains which list as:
- domain.com
- domain.org
- domain.biz
- domain.mobi
and I also have 2 IP addresses which are:
- 46.4.198.15
- 46.4.198.16
The server IP is:
- 46.4.198.1
Now, I want to set them up to be able to work with the domains I have, which of course has to point to the ns1.domain.com and ns2.domain.com, however I want to set them up in Webmin, which the nameservers will be pointed as:
- ns1.domain.com --> 46.4.198.15
- ns2.domain.com --> 46.4.198.16
Then all domains will point to ns1.domain.com and ns2.domain.com. I have no idea how to do so.
EDIT:
Okay, I've managed to install BIND DNS module for Webmin, I have done the following:
Created master zone (domain.com).
Created 2 nameservers in Name Server Records
domain.com. -> ns1.domain.comdomain.com. -> ns2.domain.com
Created 3 addresses in Address Records
domain.com. -> 46.4.198.1ns1.domain.com. -> 46.4.198.15ns1.domain.com. -> 46.4.198.16
I've also done it to the following other domains, but they all point to ns1.domain.com and ns2.domain.com, yet I still don't see my DNS being propagated, it's been 3+ days. Even What's my DNS has reported my DNS is not propagated yet. Am I doing something wrong?