D
D
Denis Prikhodko2014-09-19 02:15:01
Domain Name System
Denis Prikhodko, 2014-09-19 02:15:01

How to implement redirection of one ip to another in DNS?

Good afternoon.
There is a dns server in the network, there is a site at 11.11.11.11, but this site is transferred to another address 11.11.11.12. How can I implement redirection using the DNS server, so that when they refer to 11.11.11.11, an automatic redirection to 11.11.11.12 occurs?
Thanks

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
Maxim Vasiliev, 2014-09-19
@qmax

DNS does not redirect. It deals with resolving names to ip addresses.
In order to go to 11.11.11.12 when accessing your site, you need to register in the DNS
yoursite IN A 11.11.11.12instead
yoursite IN A 11.11.11.11

V
Valentin, 2014-09-19
@vvpoloskin

No way. When accessing the site on 11.11.11.11, your DNS is not used in any way, and will not be used on 11.11.11.12

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question