Skip to content

Commit 8d427ac

Browse files
author
Kazarus4
committed
DE and EN done
1 parent f94dbbd commit 8d427ac

File tree

7 files changed

+189
-1
lines changed

7 files changed

+189
-1
lines changed

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: "So fügen Sie einen CNAME DNS-Eintrag für eine Subdomain hinzu"
3+
excerpt: "Hier 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-23
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 so fügen Sie einen CNAME-Eintrag in Ihre OVHcloud DNS-Zone ein.**
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 ein schwieriges Unterfangen. 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 zufälligen 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 nach dem Zufallsprinzip 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 zielen 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 **24** Stunden, bis die Propagation des Hinzufügens 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-23
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 sub-domains. 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 sub-domain concerned (for example: `www` for the sub-domain `www.domain.tld`), and in the `Target *` field, the domain name or sub-domain (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).

pages/web_cloud/domains/dns_zone_cname_record_creation/guide.es-es.md

Whitespace-only changes.

pages/web_cloud/domains/dns_zone_cname_record_creation/guide.it-it.md

Whitespace-only changes.

pages/web_cloud/domains/dns_zone_cname_record_creation/guide.pl-pl.md

Whitespace-only changes.

pages/web_cloud/domains/dns_zone_cname_record_creation/guide.pt-pt.md

Whitespace-only changes.

0 commit comments

Comments
 (0)