我有一个托管服务并在他们那里注册了域名。我想转移到专用服务器(Ubuntu,没有 cpanel)。在托管商面板中,我可以更改名称服务器 IP。以下是托管支持人员关于如何移动域名的回复:
Just create nameservers on your dedicated server, we can then set those to be the nameservers on your domain. This will point the domain to your server.
问题是:如何在我的 Ubuntu 服务器上创建名称服务器?
答案1
首先,您需要选择一个程序来执行 DNS 功能,BIND 和 TinyDNS 是两种常见的程序。然后,您需要安装其中之一,apt-get <您的选择>。然后,您需要配置它们,这超出了本网站的答案范围,但并不缺乏教程。当名称服务器启动并运行时,请通知您的托管提供商。
答案2
Bind on Ubuntu tutorial
如果您在 Google 中搜索类似或的术语,MyDNS on Ubuntu tutorial
我相信会有大量结果可以指导您完成整个过程。