Skip to content

Commit c37741d

Browse files
authored
Merge pull request #8372 from ovh/KevS-SK2341-Create-Is-my-IP-adress-managed-by-OVHcloud
KevS-SK2341-Create-Is-my-IP-adress-managed-by-OVHcloud
2 parents 951f027 + f51fc9b commit c37741d

File tree

11 files changed

+356
-1
lines changed

11 files changed

+356
-1
lines changed
44.1 KB
Loading

pages/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
+ [FAQ](account-and-service-management-managing-billing-payments-and-services-faq)
7373
+ [Billing and payment FAQ](account_and_service_management/managing_billing_payments_and_services/faq-billing)
7474
+ [OVHcloud order tracking FAQ](account_and_service_management/managing_billing_payments_and_services/faq-order-tracking)
75+
+ [How can I find out if my IP address is managed by OVHcloud?](network/whois_ip)
7576
+ [API](account-and-service-management-managing-billing-payments-and-services-api)
7677
+ [Ordering Public Cloud projects using the OVHcloud API](account_and_service_management/managing_billing_payments_and_services/order-project-api)
7778
+ [Reversibility](products/account-and-service-management-reversibility)
@@ -2005,6 +2006,7 @@
20052006
+ [General Information](network-general-information)
20062007
+ [How to troubleshoot your network using OVHcloud tools](network/network_tools)
20072008
+ [How to use the Bring Your Own IP feature](network/bring_your_own_ip/bring-your-own-IP)
2009+
+ [How can I find out if my IP address is managed by OVHcloud?](network/whois_ip)
20082010
+ [Additional IP](network-additional-ip)
20092011
+ [Configuring an IPv6 block in a vRack](bare_metal_cloud/dedicated_servers/configure-an-ipv6-in-a-vrack)
20102012
+ [Cancelling an Additional IP service](network/additional_ip/additional-IP-cancellation)
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "Wie kann ich feststellen, ob meine IP-Adresse von OVHcloud verwaltet wird?"
3+
excerpt: "Erfahren Sie, wie Sie mit der ICANN-Website prüfen, ob eine IP-Adresse von OVHcloud bereitgestellt wird oder mit einem OVHcloud Dienst verbunden ist"
4+
updated: 2025-09-09
5+
---
6+
7+
## Ziel
8+
9+
- Sie möchten wissen, ob eine IP-Adresse von OVHcloud verwaltet oder bereitgestellt wird?
10+
- Ihr Domainname verweist auf eine IP-Adresse und Sie möchten wissen, ob diese von OVHcloud verwaltet oder bereitgestellt wird?
11+
- Sie möchten den Anbieter finden, der Ihre Website über seine IP-Adresse hostet?
12+
13+
Um herauszufinden, wer eine bestimmte IP-Adresse verwaltet oder bereitstellt, müssen Sie eine WHOIS-Abfrage (für "Who is?") auf dieser Adresse durchführen.
14+
15+
**Diese Anleitung erklärt, wie Sie überprüfen von wem eine IP-Adresse verwaltet und bereitgestellt wird und ob sie mit einem OVHcloud Dienst verbunden ist.**
16+
17+
## Voraussetzungen
18+
19+
- Sie haben eine IPv4-Adresse (z.B. 203.0.113.0) oder IPv6-Adresse (z.B. 2001:db8:0:1b00:203:0:113:0), für die Sie den Anbieter oder Verwalter ermitteln möchten.
20+
- Sie verfügen über ein mit dem Internet verbundenes Gerät mit einem Internetbrowser (zum Beispiel: Firefox, Chrome, Safari, Edge usw.).
21+
22+
## In der praktischen Anwendung
23+
24+
Über folgenden Link gelangen Sie zum offiziellen WHOIS-Tool des **I**nternet **C**orporation for **A**ssigned **N**ames and **N**umbers (**ICANN**): [lookup.icann.org](https://lookup.icann.org/en/lookup).
25+
26+
Geben Sie auf der angezeigten Seite im Eingabefeld die IPv4-Adresse (z.B. 203.0.113.0) oder IPv6-Adresse (z.B. 2001:db8:0:1b00:203:0:113:0) ein, für die Sie den Anbieter oder Verwalter ermitteln möchten.
27+
28+
![ICANN Lookup tool](/pages/assets/screens/other/web-tools/icann/launch-research.png){.thumbnail}
29+
30+
Nachdem Sie die IP-Adresse eingegeben haben, klicken Sie auf den blauen Button `Lookup`{.action}.
31+
32+
Daraufhin werden Informationen zur IP-Adresse angezeigt.
33+
34+
> [!primary]
35+
>
36+
> Der Inhalt und die Darstellung der Informationen im Ergebnis einer WHOIS-Abfrage können je nach IP-Adresse variieren.
37+
38+
Um herauszufinden, ob OVHcloud die im Eingabefeld angegebene IP-Adresse verwaltet oder bereitstellt, durchsuchen Sie die angegebenen Informationen nach Elementen zu OVHcloud (z.B.: OVH-MNT; OVH SAS, 2 rue Kellermann, 59100 Roubaix, France etc.)
39+
40+
Wenn dies der Fall ist, wird bestätigt, dass die IP-Adresse, für die Sie einen WHOIS durchgeführt haben, von OVHcloud verwaltet oder bereitgestellt wird.
41+
42+
Suchen Sie gegebenenfalls in den angezeigten Informationen nach Elementen zum "Registrant" (Inhaber der IP-Adresse), um den Verwalter oder Anbieter Ihrer IP-Adresse zu finden.
43+
44+
## Weiterführende Informationen
45+
46+
Kontaktieren Sie für spezialisierte Dienstleistungen (SEO, Web-Entwicklung etc.) die [OVHcloud Partner](/links/partner).
47+
48+
Wenn Sie Hilfe bei der Nutzung und Konfiguration Ihrer OVHcloud Lösungen benötigen, beachten Sie unsere [Support-Angebote](/links/support).
49+
50+
Treten Sie unserer [User Community](/links/community) bei.
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "How can I find out if my IP address is managed by OVHcloud?"
3+
excerpt: "Find out how to determine if an IP address is managed, provided and/or associated with an OVHcloud service, via the ICANN website"
4+
updated: 2025-09-09
5+
---
6+
7+
## Objective
8+
9+
- Want to know if an IP address is managed or provided by OVHcloud?
10+
- Your domain name points to an IP address, and you want to know if it is managed or provided by OVHcloud?
11+
- Want to find the provider hosting your website via their IP address?
12+
13+
To find out who manages or provides a specific IP address, you will need to make a WHOIS request on it.
14+
15+
**Find out how to find out if an IP address is managed, provided and/or associated with an OVHcloud service.**
16+
17+
## Requirements
18+
19+
- An IPv4 address (e.g.: 203.0.113.0) or an IPv6 address (e.g.: 2001:db8:0:1b00:203:0:113:0) for which you would like to know the provider or manager
20+
- A device connected to the internet, with a browser (e.g. Firefox, Chrome, Safari, Edge, etc.)
21+
22+
## Instructions
23+
24+
Go to the official WHOIS tool of the **I**nternet **C**orporation for **A**ssigned **N**ames and **N**umbers (**ICANN**) via the following link: [lookup.icann.org](https://lookup.icann.org/en/lookup).
25+
26+
Enter the IPv4 address (e.g.: 203.0.113.0) or IPv6 address (e.g.: 2001:db8:0:1b00:203:0:113:0) in the input field, for which you would like to know the provider or manager.
27+
28+
![ICANN Lookup tool](/pages/assets/screens/other/web-tools/icann/launch-research.png){.thumbnail}
29+
30+
Once you have entered the IP address, click on the blue `Lookup`{.action} button.
31+
32+
Following this, information relating to the IP address will appear.
33+
34+
> [!primary]
35+
>
36+
> The content and layout of the information in the result of a WHOIS query may differ depending on the IP address.
37+
38+
To find out if OVHcloud manages or provides the IP address you entered in the input field, look for information on OVHcloud that relates to the service (e.g.: OVH-MNT; OVH SAS, 2 rue Kellermann, 59100 Roubaix, France; etc.)
39+
40+
If this is the case, it will confirm that the IP address for which you performed a WHOIS is managed or provided by OVHcloud.
41+
42+
If applicable, search the information displayed for information related to the "registrant" (holder of the IP address) in order to find your IP address manager or provider.
43+
44+
## Go further
45+
46+
For specialised services (SEO, development, etc.), contact [OVHcloud partners](/links/partner).
47+
48+
If you would like assistance using and configuring your OVHcloud solutions, please refer to our [support offers](/links/support).
49+
50+
Join our [community of users](/links/community).
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "¿Cómo saber si mi dirección IP es gestionada por OVHcloud?"
3+
excerpt: "Descubra cómo determinar si una dirección IP está gestionada, suministrada y/o asociada a un servicio de OVHcloud a través del sitio web de la ICANN"
4+
updated: 2025-09-09
5+
---
6+
7+
## Objetivo
8+
9+
- ¿Quiere saber si OVHcloud gestiona o proporciona una dirección IP?
10+
- ¿Su nombre de dominio apunta a una dirección IP y quiere saber si esta está gestionada o provista por OVHcloud?
11+
- ¿Quiere encontrar el proveedor que aloja su sitio web a través de su dirección IP?
12+
13+
Para saber quién gestiona o proporciona una dirección IP específica, deberá realizar una consulta WHOIS (abreviatura de inglés «Who is?»).
14+
15+
**Descubra cómo saber si una dirección IP está gestionada, suministrada y/o asociada a un servicio de OVHcloud.**
16+
17+
## Requisitos
18+
19+
- Tener una dirección IPv4 (por ejemplo: 203.0.113.0) o IPv6 (por ejemplo: 2001:db8:0:1b00:203:0:113:0) para la que desea conocer el proveedor o el gestor.
20+
- Disponer de un dispositivo conectado a Internet con un navegador de Internet (por ejemplo: Firefox, Chrome, Safari, Edge, etc.).
21+
22+
## Procedimiento
23+
24+
Acceda a la herramienta WHOIS oficial de la web **I**nternet **C**orporation for **A**ssigned **N**ames and **N**umbers (**ICANN**) gracias al siguiente enlace: [lookup.icann.org](https://lookup.icann.org/en/lookup).
25+
26+
En el campo de entrada, introduzca la dirección IPv4 (por ejemplo: 203.0.113.0) o IPv6 (por ejemplo: 2001:db8:0:1b00:203:0:113:0) para la que desea conocer el proveedor o el gestor.
27+
28+
![ICANN Lookup tool](/pages/assets/screens/other/web-tools/icann/launch-research.png){.thumbnail}
29+
30+
Una vez que haya introducido la dirección IP, haga clic en el botón azul `Lookup`{.action}.
31+
32+
A continuación, se muestra la información relativa a la dirección IP.
33+
34+
> [!primary]
35+
>
36+
> El contenido y la presentación de la información en el resultado de una consulta WHOIS pueden variar en función de la dirección IP.
37+
38+
Para saber si OVHcloud gestiona o proporciona la dirección IP que ha indicado en el campo de búsqueda, busque entre los datos indicados elementos relativos a OVHcloud (por ejemplo: OVH-MNT; OVH SAS, 2 rue Kellermann, 59100 Roubaix, France, etc.).
39+
40+
Si ese es el caso, le confirmará que la dirección IP para la que ha realizado un WHOIS está bien gestionada o proporcionada por OVHcloud.
41+
42+
En su caso, busque en la información mostrada elementos relativos al «registrador» (titular de la dirección IP) para encontrar el gestor o el proveedor de su dirección IP.
43+
44+
## Más información
45+
46+
Para servicios especializados (posicionamiento, desarrollo, etc.), contacte con [partners de OVHcloud](/links/partner).
47+
48+
Si quiere disfrutar de ayuda para utilizar y configurar sus soluciones de OVHcloud, puede consultar nuestras distintas soluciones [pestañas de soporte](/links/support).
49+
50+
Interactúe con nuestra [comunidad de usuarios](/links/community).
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "Comment savoir si mon adresse IP est gérée par OVHcloud ?"
3+
excerpt: "Découvrez comment déterminer si une adresse IP est gérée, fournie et / ou associée à un service OVHcloud via le site de l'ICANN"
4+
updated: 2025-09-09
5+
---
6+
7+
## Objectif
8+
9+
- Vous souhaitez savoir si une adresse IP est gérée ou fournie par OVHcloud ?
10+
- Votre nom de domaine pointe vers une adresse IP et vous souhaitez savoir si celle-ci est gérée ou fournie par OVHcloud ?
11+
- Vous souhaitez retrouver le fournisseur qui héberge votre site web via son adresse IP ?
12+
13+
Pour savoir qui gère ou fournit une adresse IP spécifique, vous devrez effectuer une requête WHOIS (abréviation de l'anglais « Who is ? ») sur celle-ci.
14+
15+
**Découvrez comment savoir si une adresse IP est gérée, fournie et / ou associée à un service OVHcloud.**
16+
17+
## Prérequis
18+
19+
- Avoir une adresse IPv4 (par exemple: 203.0.113.0) ou IPv6 (par exemple: 2001:db8:0:1b00:203:0:113:0) pour laquelle vous souhaitez connaître le fournisseur ou le gestionnaire.
20+
- Disposer d'un appareil connecté à Internet avec un navigateur Internet (par exemple : Firefox, Chrome, Safari, Edge, etc.).
21+
22+
## En pratique
23+
24+
Rendez-vous sur l'outil WHOIS officiel de l'**I**nternet **C**orporation for **A**ssigned **N**ames and **N**umbers (**ICANN**) grâce au lien suivant: [lookup.icann.org](https://lookup.icann.org/en/lookup).
25+
26+
Sur la page qui s'affiche, renseignez dans le champ de saisie l'adresse IPv4 (par exemple : 203.0.113.0) ou IPv6 (par exemple : 2001:db8:0:1b00:203:0:113:0) pour laquelle vous souhaitez connaître le fournisseur ou le gestionnaire.
27+
28+
![ICANN Lookup tool](/pages/assets/screens/other/web-tools/icann/launch-research.png){.thumbnail}
29+
30+
Une fois l'adresse IP renseignée, cliquez sur le bouton bleu `Lookup`{.action}.
31+
32+
Suite à cela, des informations relatives à l'adresse IP apparaissent.
33+
34+
> [!primary]
35+
>
36+
> Le contenu et la présentation des informations dans le résultat d'une requête WHOIS peuvent différer en fonction de l'adresse IP.
37+
38+
Pour savoir si OVHcloud gère ou fournit l'adresse IP que vous avez renseignée dans le champ de saisie, recherchez parmi les informations indiquées des éléments relatifs à OVHcloud (par exemple: OVH-MNT; OVH SAS, 2 rue Kellermann, 59100 Roubaix, France; etc.).
39+
40+
Si tel est le cas, cela vous confirmera que l'adresse IP pour laquelle vous avez effectué un WHOIS est bien gérée ou fournie par OVHcloud.
41+
42+
Le cas échéant, recherchez parmi les informations affichées des éléments relatifs au "registrant" (titulaire de l'adresse IP) afin de retrouver le gestionnaire et le fournisseur de votre adresse IP.
43+
44+
## Aller plus loin
45+
46+
Pour des prestations spécialisées (référencement, développement, etc.), contactez les [partenaires OVHcloud](/links/partner).
47+
48+
Si vous souhaitez bénéficier d'une assistance à l'usage et à la configuration de vos solutions OVHcloud, nous vous proposons de consulter nos différentes [offres de support](/links/support).
49+
50+
Échangez avec notre [communauté d'utilisateurs](/links/community).
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "Come sapere se il mio indirizzo IP è gestito da OVHcloud?"
3+
excerpt: "Questa guida ti mostra come determinare se un indirizzo IP è gestito, fornito e/o associato a un servizio OVHcloud tramite il sito dell'ICANN"
4+
updated: 2025-09-09
5+
---
6+
7+
## Obiettivo
8+
9+
- Vuoi sapere se un indirizzo IP è gestito o fornito da OVHcloud?
10+
- Il dominio punta verso un indirizzo IP e vuoi sapere se è gestito o fornito da OVHcloud?
11+
- Vuoi trovare il provider che ospita il tuo sito Web tramite il suo indirizzo IP?
12+
13+
Per sapere chi gestisce o fornisce un indirizzo IP specifico, è necessario effettuare una richiesta WHOIS (abbreviazione dell’inglese "Who is?") su di esso.
14+
15+
**Questa guida ti mostra come sapere se un indirizzo IP è gestito, fornito e/o associato a un servizio OVHcloud.**
16+
17+
## Prerequisiti
18+
19+
- Disporre di un indirizzo IPv4 (ad esempio: 203.0.113.0) o IPv6 (ad esempio: 2001:db8:0:1b00:203:0:113:0) di cui si desidera conoscere il provider o il gestore.
20+
- Disporre di un dispositivo connesso a Internet con un browser Internet (ad esempio Firefox, Chrome, Safari, Edge, ecc.).
21+
22+
## Procedura
23+
24+
Accedi allo strumento WHOIS ufficiale dell'**I**nternet **C**orporation for **A**ssigned **N**ames and **N**umbers (**ICANN**) tramite il link seguente: [lookup.icann.org](https://lookup.icann.org/en/lookup).
25+
26+
Nella nuova pagina, inserisci l’indirizzo IPv4 (ad esempio: 203.0.113.0) o IPv6 (ad esempio: 2001:db8:0:1b00:203:0:113:0) di cui vuoi conoscere il provider o il gestore.
27+
28+
![ICANN Lookup tool](/pages/assets/screens/other/web-tools/icann/launch-research.png){.thumbnail}
29+
30+
Una volta inserito l’indirizzo IP, clicca sul pulsante blu `Lookup`{.action}.
31+
32+
Di conseguenza, vengono visualizzate le informazioni relative all’indirizzo IP.
33+
34+
> [!primary]
35+
>
36+
> Il contenuto e la presentazione delle informazioni nel risultato di una richiesta WHOIS possono variare in base all'indirizzo IP.
37+
38+
Per sapere se OVHcloud gestisce o fornisce l’indirizzo IP inserito nel campo di inserimento, cerca tra le informazioni indicate elementi relativi a OVHcloud (ad esempio: OVH-MNT; OVH SAS, 2 rue Kellermann, 59100 Roubaix, France; ecc.).
39+
40+
In questo caso, l’indirizzo IP associato al WHOIS verrà confermato come correttamente gestito o fornito da OVHcloud.
41+
42+
Se necessario, cerca tra le informazioni mostrate degli elementi relativi al "registrante" (titolare dell'indirizzo IP) per trovare il gestore o il fornitore del tuo indirizzo IP.
43+
44+
## Per saperne di più
45+
46+
Per prestazioni specializzate (referenziamento, sviluppo, ecc.), contatta i [partner OVHcloud](/links/partner).
47+
48+
Per usufruire di un supporto per l'utilizzo e la configurazione delle soluzioni OVHcloud, è possibile consultare le nostre soluzioni [offerte di supporto](/links/support).
49+
50+
Contatta la nostra [Community di utenti](/links/community).
Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
---
2+
title: "Jak sprawdzić, czy mój adres IP jest zarządzany przez OVHcloud?"
3+
excerpt: "Dowiedz się, jak ustalić, czy adres IP jest zarządzany, dostarczany i/lub przypisany do usługi OVHcloud za pośrednictwem strony ICANN"
4+
updated: 2025-09-09
5+
---
6+
7+
## Wprowadzenie
8+
9+
- Chcesz wiedzieć, czy adres IP jest zarządzany lub dostarczany przez OVHcloud?
10+
- Twoja domena wskazuje na adres IP i chcesz wiedzieć, czy jest on zarządzany lub dostarczany przez OVHcloud?
11+
- Chcesz się dowiedzieć, który dostawca obsługuje Twoją stronę WWW za pomocą adresu IP?
12+
13+
Aby dowiedzieć się, kto zarządza określonym adresem IP lub zapewnia ten adres, należy wykonać zapytanie WHOIS (angielski skrót "Who is?") na tym adresie.
14+
15+
**Dowiedz się, jak sprawdzić, czy adres IP jest zarządzany, dostarczany i/lub powiązany z usługą OVHcloud.**
16+
17+
## Wymagania początkowe
18+
19+
- Posiadanie adresu IPv4 (na przykład: 203.0.113.0) lub IPv6 (na przykład: 2001:db8:0:1b00:203:0:113:0), dla którego chcesz znać dostawcę lub menedżera.
20+
- Posiadanie urządzenia z dostępem do Internetu za pomocą przeglądarki internetowej (na przykład: Firefox, Chrome, Safari, Edge, itp.).
21+
22+
## W praktyce
23+
24+
Oficjalne narzędzie WHOIS dla organizacji **I**nternet **C**orporation for **A**ssigned **N**ames and **N**umbers (**ICANN**) dostępne pod adresem: [lookup.icann.org](https://lookup.icann.org/en/lookup).
25+
26+
Na stronie, która się wyświetli, wprowadź w polu wprowadzania adres IPv4 (na przykład: 203.0.113.0) lub IPv6 (na przykład: 2001:db8:0:1b00:203:0:113:0), dla którego chcesz poznać dostawcę lub menedżera.
27+
28+
![ICANN Lookup tool](/pages/assets/screens/other/web-tools/icann/launch-research.png){.thumbnail}
29+
30+
Po wpisaniu adresu IP kliknij niebieski przycisk `Lookup`{.action}.
31+
32+
Następnie pojawiają się informacje dotyczące adresu IP.
33+
34+
> [!primary]
35+
>
36+
> Zawartość i prezentacja informacji w wyniku zapytania WHOIS mogą się różnić w zależności od adresu IP.
37+
38+
Aby dowiedzieć się, czy OVHcloud zarządza adresem IP podanym przez Ciebie w polu wprowadzania danych, zapoznaj się z informacjami zawartymi we wskazanych przez Ciebie elementach odnoszących się do OVHcloud (na przykład: OVH-MNT; OVH SAS, 2 rue Kellermann, 59100 Roubaix, France; itp.).
39+
40+
Jeśli tak jest, potwierdza to, że adres IP, dla którego wpisałeś dane WHOIS jest dobrze zarządzany lub dostarczany przez OVHcloud.
41+
42+
W razie potrzeby wyszukaj wśród wyświetlanych informacji elementy związane z "abonentem" (właścicielem adresu IP), aby odnaleźć menedżera lub dostawcę adresu IP.
43+
44+
## Sprawdź również
45+
46+
W przypadku wyspecjalizowanych usług (pozycjonowanie, rozwój, itp.) skontaktuj się z [partnerami OVHcloud](/links/partner).
47+
48+
Jeśli chcesz otrzymywać wsparcie w zakresie konfiguracji i użytkowania Twoich rozwiązań OVHcloud, zapoznaj się z naszymi [ofertami pomocy](/links/support).
49+
50+
Dołącz do [grona naszych użytkowników](/links/community).

0 commit comments

Comments
 (0)