Skip to content

Commit 6965602

Browse files
authored
Merge pull request #8036 from ovh/KevS-SK2193-LLMCB-56-How-to-add-CNAME-record-into-DNS-zone-for-DomainDNS
KevS-SK2193-LLMCB-56-How-to-add-CNAME-record-into-DNS-zone-for-DomainDNS
2 parents 7124d87 + 510d745 commit 6965602

File tree

10 files changed

+663
-1
lines changed

10 files changed

+663
-1
lines changed

pages/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1268,6 +1268,7 @@
12681268
+ [Everything you need to know about DNS records](web_cloud/domains/dns_zone_records)
12691269
+ [How to add a DNS A record for a domain name](web_cloud/domains/dns_zone_a_record_creation)
12701270
+ [How to add a DNS AAAA record for a domain name](web_cloud/domains/dns_zone_aaaa_record_creation)
1271+
+ [How to add a DNS CNAME record for a domain name](web_cloud/domains/dns_zone_cname_record_creation)
12711272
+ [How to add a DNS TXT record for a domain name](web_cloud/domains/dns_zone_txt_record_creation)
12721273
+ [Add an MX record to your domain name’s configuration](web_cloud/domains/dns_zone_mx)
12731274
+ [Adding an SPF record to the configuration of your domain name](web_cloud/domains/dns_zone_spf)

pages/web_cloud/domains/dns_zone_aaaa_record_creation/guide.de-de.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Lesen Sie unsere detaillierten Anleitungen:
6666
2. Klicken Sie auf der angezeigten Seite auf die Schaltfläche `Eintrag hinzufügen`{.action}.
6767
3. Wählen Sie im angezeigten Fenster das Feld `AAAA`{.action} aus.
6868
4. Geben Sie anschließend in das Feld `Subdomain` die betreffende Subdomain (zum Beispiel `www` für die Subdomain `www.domain.tld`) und im Feld `Ziel *` die IP-Adresse (zum Beispiel `2001:db8:1:1b00:203:0:113:0`) des Dienstes ein, auf dem sich Ihre Website befindet (Webhosting, Dedicated Server, VPS, etc.). Klicken Sie anschließend auf `Weiter`{.action}.
69-
5. Überprüfen Sie die Zusammenfassung, und klicken Sie auf `Bestätigen`{.action}. Es dauert bis zu **24** Stunden, bis die Änderung im DNS-Netzwerk voll wirksam ist.
69+
5. Überprüfen Sie die Zusammenfassung, und klicken Sie auf `Bestätigen`{.action}. Es dauert bis zu **24** Stunden, bis die Änderung im DNS-Netzwerk voll wirksam ist.
7070

7171
/// details | Klicken Sie hier für weitere Informationen.
7272

Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
title: "Hinzufügen eines CNAME DNS-Eintrags für eine Subdomain"
3+
excerpt: "Erfahren Sie, wie Sie einen DNS-Eintrag vom Typ CNAME zu einer von OVHcloud verwalteten DNS-Zone für die Subdomain einer Domain hinzufügen"
4+
updated: 2025-06-24
5+
---
6+
7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
21+
## Ziel
22+
23+
Mit einem CNAME-Eintrag können Sie eine Subdomain einem Domainnamen oder einer Subdomain zuordnen, ohne eine IP-Adresse angeben zu müssen. Das bedeutet, dass die Subdomain auf die IP-Adresse der Ziel-Domain bzw. Subdomain weitergeleitet wird, ohne dass eine zusätzliche Konfiguration erforderlich ist.
24+
25+
Wenn Sie beispielsweise einen CNAME-Eintrag für *www.domain.tld* erstellen, der auf *domain.tld* verweist, verwendet *www.domain.tld* dieselbe IP-Adresse wie *domain.tld*.
26+
27+
CNAME-Einträge sind nützlich, um zu vermeiden, dass die IP-Adressen für Ihre Subdomains geändert werden müssen. Sie können auch verwendet werden, um Dienste wie E-Mail-Server zu konfigurieren.
28+
29+
**Diese Anleitung erklärt, wie Sie einen CNAME-Eintrag in Ihre OVHcloud DNS-Zone eintragen.**
30+
31+
**Sie haben bereits einen CNAME Eintrag in Ihrer DNS-Zone?** Folgen Sie unserer Anleitung "[Bearbeiten der OVHcloud DNS-Zone](/pages/web_cloud/domains/dns_zone_edit)".
32+
33+
## Voraussetzungen
34+
35+
- Sie haben einen [Domainnamen](/links/web/domains).
36+
- Sie nutzen eine diesem Domainnamen zugeordnete DNS-Zone bei OVHcloud.
37+
- Sie haben Zugriff auf Ihr [OVHcloud Kundencenter](/links/manager), im Bereich `Web Cloud`{.action}.
38+
39+
**Das Hinzufügen, Ändern oder Löschen von DNS-Einträgen in einer aktiven DNS-Zone ist kritisch. Im Zweifelsfall wenden Sie sich an einen [spezialisierten Dienstleister](/links/partner).**
40+
41+
## In der praktischen Anwendung
42+
43+
**Sonderfälle**:
44+
45+
/// details | CNAME- und TXT-Einträge für eine Subdomain - Klicken Sie hier für weitere Informationen
46+
47+
Es wird nicht empfohlen, sowohl einen CNAME-Eintrag als auch einen TXT-Eintrag für dieselbe Subdomain zu konfigurieren. Dies kann zu unvorhersehbaren Ergebnissen bei der DNS-Auflösung führen, da nur eine Antwort pro DNS-Abfrage zurückgegeben werden kann.
48+
49+
Beispiel: Für *www.domain.tld* stehen folgende Einträge zur Verfügung:
50+
51+
- Ein CNAME-Eintrag, der auf *domain.tld* verweist
52+
- Ein TXT-Eintrag mit einem bestimmten Wert
53+
54+
Eine DNS-Abfrage für *www.domain.tld* gibt entweder das Ziel des CNAME-Eintrags oder den Wert des TXT-Eintrags zufällig zurück.
55+
56+
///
57+
58+
/// details | CNAME auf einer Domain in ihrer eigenen DNS-Zone - Klicken Sie hier für weitere Informationen
59+
60+
Gemäß der Konvention **können CNAME Einträge nicht für einen Domainnamen in seiner eigenen DNS-Zone verwendet werden**. Der Domainname muss nämlich direkt auf eine IP-Adresse mit einem Eintrag vom Typ [A](/pages/web_cloud/domains/dns_zone_a_record_creation) für eine IPv4 oder [AAAA](/pages/web_cloud/domains/dns_zone_aaaa_record_creation) für eine IPv6 verweisen.
61+
62+
Wie bereits erwähnt, können Sie in der DNS-Zone, die Sie für die Domain *domain.tld* erstellt haben, keinen CNAME-Eintrag für diese Domain erstellen.
63+
Sie können jedoch CNAME-Einträge für alle Subdomains (zum Beispiel: *subdomain.domain.tld* oder *www.domain.tld*) der Domain *domain.tld* in der für *domain.tld* erstellten DNS-Zone erstellen.
64+
65+
///
66+
67+
### Einen CNAME DNS-Eintrag für die Subdomain einer Domain hinzufügen
68+
69+
1. Klicken Sie auf das Menü `DNS-Zone`{.action} und wählen Sie den Domainnamen aus.
70+
2. Klicken Sie auf der angezeigten Seite auf die Schaltfläche `Eintrag hinzufügen`{.action}.
71+
3. Wählen Sie im angezeigten Fenster das Feld `CNAME`{.action} aus.
72+
4. Geben Sie anschließend im Feld `Subdomain` die betreffende Subdomain (zum Beispiel `www` für die Subdomain `www.domain.tld`) und im Feld `Ziel *` den Domainnamen oder die Subdomain (zum Beispiel `domain.tld`) ein, auf die Sie mit dem CNAME Eintrag zeigen möchten. Klicken Sie anschließend auf `Weiter`{.action}.
73+
5. Überprüfen Sie die Zusammenfassung, und klicken Sie auf `Bestätigen`{.action}. Warten Sie bis zu **24** Stunden, bis die Propagation im DNS-Netzwerk voll wirksam ist.
74+
75+
/// details | Klicken Sie hier für weitere Informationen.
76+
77+
Lesen Sie unsere detaillierten Anleitungen:
78+
79+
- [Alle Informationen zu DNS-Zonen](/pages/web_cloud/domains/dns_zone_general_information)
80+
- [Alle Informationen zu DNS-Einträgen](/pages/web_cloud/domains/dns_zone_records)
81+
- [Erstellung einer Subdomain](/pages/web_cloud/domains/domain_create_subdomains)
82+
- [Bearbeiten der OVHcloud DNS-Zone](/pages/web_cloud/domains/dns_zone_edit)
83+
- [Mehrere Websites auf einem Webhosting einrichten](/pages/web_cloud/web_hosting/multisites_configure_multisite)
84+
- [Webhosting - Ändern von mit einem Webhosting verbundenen Domainnamen](/pages/web_cloud/web_hosting/multisites_modify_domain)
85+
86+
///
87+
88+
## Weiterführende Informationen
89+
90+
Kontaktieren Sie für spezialisierte Dienstleistungen (SEO, Web-Entwicklung etc.) die [OVHcloud Partner](/links/partner).
91+
92+
Wenn Sie Hilfe bei der Nutzung und Konfiguration Ihrer OVHcloud Lösungen benötigen, beachten Sie unsere [Support-Angebote](/links/support).
93+
94+
Treten Sie unserer [User Community](/links/community) bei.
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
title: "How to add a CNAME record for a subdomain"
3+
excerpt: "Find out how to add a CNAME DNS record to an OVHcloud DNS zone for a domain name subdomain"
4+
updated: 2025-06-24
5+
---
6+
7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
21+
## Objective
22+
23+
A CNAME record is used to associate a subdomain with a domain or subdomain, without having to specify an IP address. This means that the subdomain will be redirected to the target domain or subdomain’s IP address, without requiring any additional configuration.
24+
25+
For example, if you create a CNAME record for *www.domain.tld* that points to *domain.tld*, then *www.domain.tld* will use the same IP address as *domain.tld*.
26+
27+
CNAME records are useful for avoiding changing IP addresses for your subdomains. They can also be used to configure services such as email servers.
28+
29+
**Find out how to add a CNAME record to your OVHcloud DNS zone.**
30+
31+
**Do you already have a CNAME record in your DNS zone?** Follow our guide on [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit).
32+
33+
## Requirements
34+
35+
- A [domain name](/links/web/domains)
36+
- A DNS zone associated with this domain name at OVHcloud
37+
- Access to the [OVHcloud Control Panel](/links/manager), in the `Web Cloud`{.action} section
38+
39+
**Adding, modifying or deleting DNS records in an active DNS zone is a tricky task. If in doubt, contact a [specialist provider](/links/partner).**
40+
41+
## Instructions
42+
43+
**Special cases**:
44+
45+
/// details | CNAME and TXT records for the same subdomain - Click here for more information
46+
47+
We do not recommend configuring both a CNAME record and a TXT record for the same subdomain. This can cause random results during DNS resolution, as only one response can be returned per DNS query.
48+
49+
For example, if you have the following records for *www.domain.tld*:
50+
51+
- A CNAME record pointing to *domain.tld*
52+
- A TXT record with a specific value
53+
54+
A DNS query for *www.domain.tld* will return either the target of the CNAME record or the value of the TXT record, at random.
55+
56+
///
57+
58+
/// details | CNAME on a domain in its own DNS zone - Click here for more information
59+
60+
By convention, **CNAME records cannot be used on a domain name in its own DNS zone**. The domain name must point directly to an IP address with a record of type [A](/pages/web_cloud/domains/dns_zone_a_record_creation) for an IPv4, or [AAAA](/pages/web_cloud/domains/dns_zone_aaaa_record_creation) for an IPv6.
61+
62+
As an example, you will not be able to create a CNAME record for the domain name *domain.tld* in the DNS zone you have created for it.
63+
However, you can create CNAME records for all subdomains (e.g. *subdomain.domain.tld* or *www.domain.tld*) of the *domain.tld* domain in the DNS zone created for *domain.tld*.
64+
65+
///
66+
67+
### Add a DNS record of type CNAME for a domain name subdomain
68+
69+
1. Click the `DNS zones`{.action} menu, then choose the domain name concerned.
70+
2. On the page that appears, click `Add an entry`{.action}.
71+
3. In the window that opens, select the field of type `CNAME`{.action}.
72+
4. Then enter in the `Sub-domain` field the subdomain concerned (for example: `www` for the subdomain `www.domain.tld`), and in the `Target *` field, the domain name or subdomain (for example: `domain.tld`) that you want to target using the CNAME record type. Finally, click `Next`{.action}.
73+
5. Check the summary, then click `Confirm`{.action}. It takes up to **24** hours for the change to propagate fully over the DNS network.
74+
75+
/// details | Click here for more information.
76+
77+
See our detailed guides:
78+
79+
- [Everything you need to know about DNS zones](/pages/web_cloud/domains/dns_zone_general_information)
80+
- [Everything you need to know about DNS records](/pages/web_cloud/domains/dns_zone_records)
81+
- [How to create a subdomain](/pages/web_cloud/domains/domain_create_subdomains)
82+
- [Editing an OVHcloud DNS zone](/pages/web_cloud/domains/dns_zone_edit)
83+
- [Hosting multiple websites on your web hosting plan](/pages/web_cloud/web_hosting/multisites_configure_multisite)
84+
- [Web Hosting - How to modify a domain name already associated to a web hosting plan](/pages/web_cloud/web_hosting/multisites_modify_domain)
85+
86+
///
87+
88+
## Go further
89+
90+
For specialised services (SEO, development, etc.), contact [OVHcloud partners](/links/partner).
91+
92+
If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](/links/support).
93+
94+
Join our [community of users](/links/community).
Lines changed: 94 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
---
2+
title: "Cómo añadir un registro DNS de tipo CNAME para un subdominio"
3+
excerpt: "Descubra cómo añadir un registro DNS de tipo CNAME en una zona DNS gestionada en OVHcloud para el subdominio de un dominio"
4+
updated: 2025-06-24
5+
---
6+
7+
<style>
8+
details>summary {
9+
color:rgb(33, 153, 232) !important;
10+
cursor: pointer;
11+
}
12+
details>summary::before {
13+
content:'\25B6';
14+
padding-right:1ch;
15+
}
16+
details[open]>summary::before {
17+
content:'\25BC';
18+
}
19+
</style>
20+
21+
## Objetivo
22+
23+
Un registro CNAME permite asociar un subdominio a un dominio o subdominio sin tener que especificar una dirección IP. Esto significa que el subdominio será redirigido a la dirección IP del dominio o subdominio de destino, sin necesidad de configuración adicional.
24+
25+
Por ejemplo, si crea un registro CNAME para *www.domain.tld* que apunta a *domain.tld*, *www.domain.tld* utilizará la misma dirección IP que *domain.tld*.
26+
27+
Los registros CNAME son útiles para evitar tener que modificar las direcciones IP de sus subdominios. También pueden utilizarse para configurar servicios como los servidores de correo.
28+
29+
**Descubra cómo añadir un registro CNAME a la zona DNS de OVHcloud.**
30+
31+
**¿Ya tiene un registro de tipo CNAME en su zona DNS?** Siga nuestra guía "[Editar una zona DNS de OVHcloud](/pages/web_cloud/domains/dns_zone_edit)".
32+
33+
## Requisitos
34+
35+
- Tener un [dominio](/links/web/domains).
36+
- Tener una zona DNS asociada al dominio en OVHcloud.
37+
- Estar conectado a su [área de cliente de OVHcloud](/links/manager), en la sección `Web Cloud`{.action}.
38+
39+
**Añadir, modificar o eliminar registros DNS en una zona DNS activa es una operación delicada. En caso de duda, contacte con un [proveedor especializado](/links/partner).**
40+
41+
## Procedimiento
42+
43+
**Casos especiales**:
44+
45+
/// details | Registros CNAME y TXT para un mismo subdominio - Haga clic aquí para obtener más información.
46+
47+
No es recomendable configurar un registro CNAME y un registro TXT para el mismo subdominio. Esto puede dar lugar a resultados aleatorios en la resolución DNS, ya que sólo se puede devolver una respuesta por consulta DNS.
48+
49+
Por ejemplo, si tiene los siguientes registros para *www.domain.tld*:
50+
51+
- Un registro CNAME que apunta a *domain.tld*.
52+
- Un registro TXT con un valor específico.
53+
54+
Una consulta DNS para *www.domain.tld* devolverá el destino del registro CNAME o el valor del registro TXT de forma aleatoria.
55+
56+
///
57+
58+
/// details | CNAME en un dominio de su propia zona DNS - Haga clic aquí para más información.
59+
60+
Por convención, **los registros de tipo CNAME no pueden utilizarse en un dominio de su propia zona DNS**. En efecto, el nombre de dominio debe apuntar obligatoriamente directamente a una dirección IP con un registro de tipo [A](/pages/web_cloud/domains/dns_zone_a_record_creation) para una IPv4, o [AAAA](/pages/web_cloud/domains/dns_zone_aaaa_record_creation) para una IPv6.
61+
62+
Siguiendo el ejemplo anterior, no podrá crear un registro de tipo CNAME para el dominio *domain.tld* en la zona DNS que haya creado para este dominio.
63+
No obstante, podrá crear registros de tipo CNAME para todos los subdominios (por ejemplo, *subdomain.domain.tld* o *www.domain.tld*) del nombre de dominio *domain.tld* en la zona DNS creada para *domain.tld*.
64+
65+
///
66+
67+
### Añadir un registro DNS de tipo CNAME para el subdominio de un dominio
68+
69+
1. Haga clic en el menú `Zonas DNS`{.action} y seleccione el dominio correspondiente.
70+
2. En la nueva página, haga clic en el botón `Añadir un registro`{.action}.
71+
3. En la ventana que se abre, seleccione el tipo de registro `CNAME`{.action}.
72+
4. Introduzca a continuación en el campo `Subdominio` el subdominio de que se trate (por ejemplo: `www` para el subdominio `www.domain.tld`) y, en el campo `Destino *`, el nombre de dominio o subdominio (por ejemplo: `domain.tld`) que desee identificar mediante el registro de tipo CNAME. Haga clic en `Siguiente`{.action}.
73+
5. Revise el resumen y haga clic en `Aceptar`{.action}. Espere hasta **24** horas para que la propagación de la adición en la red DNS sea plenamente efectiva.
74+
75+
/// details | Haga clic aquí para obtener más información.
76+
77+
Consulte nuestras guías detalladas:
78+
79+
- [Todo sobre la zona DNS](/pages/web_cloud/domains/dns_zone_general_information)
80+
- [Todo sobre los registros DNS](/pages/web_cloud/domains/dns_zone_records)
81+
- [¿Cómo crear un subdominio?](/pages/web_cloud/domains/domain_create_subdomains)
82+
- [Editar una zona DNS de OVHcloud](/pages/web_cloud/domains/dns_zone_edit)
83+
- [Alojar varios sitios web en un mismo hosting](/pages/web_cloud/web_hosting/multisites_configure_multisite)
84+
- [Web hosting - Modificar un dominio ya asociado a un alojamiento](/pages/web_cloud/web_hosting/multisites_modify_domain)
85+
86+
///
87+
88+
## Más información
89+
90+
Para servicios especializados (posicionamiento, desarrollo, etc.), contacte con [partners de OVHcloud](/links/partner).
91+
92+
Si quiere disfrutar de ayuda para utilizar y configurar sus soluciones de OVHcloud, puede consultar nuestras distintas soluciones [pestañas de soporte](/links/support).
93+
94+
Interactúe con nuestra [comunidad de usuarios](/links/community).

0 commit comments

Comments
 (0)