Answer the question
In order to leave comments, you need to log in
DNS. Is it possible to write several A-records without NS?
The task is to set up Round Robin.
I want to take 4 hosting accounts, 3 workers and 1 in which to register everything.
Hosting has an ip for the domain (A-record) and a server ip (NS)
After reading about Round Robin, I got a little confused.
If I want to register several ips only for A, do I need to register NS as well? Or will it work anyway?
Example
Host 1
A 1.1.1.1
ns1.host1.ru
ns2.host1.ru
Host 2
A 2.1.1.1
ns1.host2.ru
ns2.host2.ru
Host 3
A 3.1.1.1
ns1.host3.ru
ns2.host3.ru
Host 4
A 4.1.1.1
ns1.host4.ru
ns2.host4.ru
In the fourth account, I will write
A 1.1.1.1
A 2.1.1.1
A 3.1.1.1
A 4.1.1.1
and ns will remain fourth. Will it work? If not, why and how?
Answer the question
In order to leave comments, you need to log in
There is a domain: example.com.
There are entries in his zone file:
NS ns1.example.com.
NS ns2.example.org.
@ MX 10 mx.example.com.
@ A 10.0.0.10
www A 10.0.0.10
sub CNAME other.service.on.another.example.org.
ns1 A 10.0.0.9
NS ns1.example.com.
NS ns2.example.org.
@ MX 10 mx.example.com.
@ A 10.0.0.10 ;; хостер 1
@ A 192.168.0.10 ;; хостер 2
www CNAME example.com.
sub CNAME other.service.on.another.example.org.
ns1 A 10.0.0.9
you just need to create the same records with different ips
, while the dns server itself must support round robin, if it does not support then there will be no round robin
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question