S
S
Simon_Barry2014-08-05 11:53:51
Domain Name System
Simon_Barry, 2014-08-05 11:53:51

How to redirect a domain to a server?

Debian server on a dedicated IP. Domain registered in nic.ru. How to redirect a domain to this IP?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
C
Cenness, 2014-08-05
@Simon_Barry

nic.ru/dns/help/service/forw/#p3

V
Viktor Vsk, 2014-08-05
@viktorvsk

Add an entry of type A in the domain control panel, its value will be the IP of the server.
Wait for the entries to update. ping domain.com should return your IP address in brackets. Or check with services like dig, whois
There must be someone on the server who will accept requests (for example, a web server, such as apache \ nginx).
In the case of nginx, you need to write something like server{
listen 80;
server_name domain.com
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question