DomenForum.net

DomenForum.net (https://domenforum.net/index.php)
-   Для новичков домен-индустрии (https://domenforum.net/forumdisplay.php?f=11)
-   -   Нельзя указывать записи CNAME (https://domenforum.net/showthread.php?t=201331)

Witch_You 14.03.2016 18:39

Нельзя указывать записи CNAME
 
Вложений: 1
Пользуюсь реселлером https://reg.ru-tld.ru/
Пытаюсь настроить парковку к домену (Домены / Мои домены / domen / Управление зоной ДНС
Имя домена @ | Тип записи CNAME | Данные (IP, CNAME, HOSTNAME) – ip
И получаю ошибку «Нельзя указывать записи CNAME и другие с тем же именем.
Смотрите RFC1912, раздел 2.4.»

Вопрос. Что делаю не так? :(

Richman 14.03.2016 19:17

Цитата:

Если в настройках DNS существует CNAME запись, то другие записи для данного доменного имени недопустимы. Вы можете самостоятельно удалить остальные записи.
http://help.r01.ru/domain/ru/deleg/faq-error.html
ftp://ftp.rfc-editor.org/in-notes/rfc1912.txt

2.4 CNAME records

A CNAME record is not allowed to coexist with any other data. In
other words, if suzy.podunk.xx is an alias for sue.podunk.xx, you
can't also have an MX record for suzy.podunk.edu, or an A record, or
even a TXT record. Especially do not try to combine CNAMEs and NS
records like this!:


podunk.xx. IN NS ns1
IN NS ns2
IN CNAME mary
mary IN A 1.2.3.4


This is often attempted by inexperienced administrators as an obvious
way to allow your domain name to also be a host. However, DNS
servers like BIND will see the CNAME and refuse to add any other
resources for that name. Since no other records are allowed to
coexist with a CNAME, the NS entries are ignored. Therefore all the
hosts in the podunk.xx domain are ignored as well!

If you want to have your domain also be a host, do the following:

podunk.xx. IN NS ns1
IN NS ns2
IN A 1.2.3.4
mary IN A 1.2.3.4

Don't go overboard with CNAMEs. Use them when renaming hosts, but
plan to get rid of them (and inform your users). However CNAMEs are
useful (and encouraged) for generalized names for servers -- `ftp'
for your ftp server, `www' for your Web server, `gopher' for your
Gopher server, `news' for your Usenet news server, etc.

Don't forget to delete the CNAMEs associated with a host if you
delete the host it is an alias for. Such "stale CNAMEs" are a waste
of resources.

Witch_You 14.03.2016 19:50

Вложений: 3
Что делаю не так? :(
Второй скрин это те данные, которые рекомендует использовать площадка, к которой паркуюсь...

Richman 14.03.2016 20:12

Читайте инструкции!
Как добавить запись CNAME?
Какие DNS-серверы прописать для домена?

MrKIM 14.03.2016 20:40

Witch_You, А поддержки в ru-tld.ru нет?

Вам панель по русски пишет, CNAME для корня домена запрещен по RFC


Текущее время: 11:02. Часовой пояс GMT +4.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2026, Jelsoft Enterprises Ltd.
Техническая поддержка — DevArt.PRO. Перевод: zCarot.