-
Notifications
You must be signed in to change notification settings - Fork 262
chore(ddx): review bare metal docs #4332
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from 2 commits
Commits
Show all changes
4 commits
Select commit
Hold shift + click to select a range
fb18077
chore(ddx): review bare metal docs
bene2k1 a478e7d
Apply suggestions from code review
bene2k1 ce76309
Update pages/dedibox-ip-failover/how-to/configure-reverse-dns.mdx
bene2k1 3d42cd6
Update pages/elastic-metal/how-to/configure-ipv6-hypervisor.mdx
bene2k1 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
46 changes: 30 additions & 16 deletions
46
pages/dedibox-ip-failover/how-to/configure-reverse-dns.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,37 +1,51 @@ | ||
| --- | ||
| meta: | ||
| title: How to configure the reverse DNS of a Dedibox failover IP | ||
| description: This page explains how to configure the reverse DNS for a Dedibox failover IP in the Online.net consle. | ||
| description: This page explains how to configure the reverse DNS for a Dedibox failover IP in the Scaleway Dedibox console. | ||
| content: | ||
| h1: How to configure the reverse DNS of a Dediboxfailover IP | ||
| paragraph: This page explains how to configure the reverse DNS for a Dedibox failover IP in the Online.net consle. | ||
| h1: How to configure the reverse DNS of a Dedibox failover IP | ||
| paragraph: This page explains how to configure the reverse DNS for a Dedibox failover IP in the Scaleway Dedibox console. | ||
| tags: dedibox dns failover-ip failover | ||
| dates: | ||
| validation: 2024-07-22 | ||
| validation: 2025-01-30 | ||
| posted: 2021-07-29 | ||
| categories: | ||
| - dedibox-network | ||
| --- | ||
|
|
||
| Failover IP addresses allow you to have several IP addresses with your server. This allows you to assign IP addresses to different websites or to virtual machines. | ||
| Failover IP addresses allow you to assign multiple IP addresses to your server. This enables you to allocate different IPs to websites, virtual machines, or services. | ||
|
|
||
| Your failover IP can be routed at any time to your servers in just a few minutes by using our Account Management console or through our API. By switching your failover IP addresses from one server to another, the hosted services remain available without reconfiguring the IP address. | ||
| Your failover IP can be routed at any time to your servers within a few minutes using the Scaleway Account Management console or API. By transferring failover IP addresses between servers, hosted services remain available without requiring IP reconfiguration. | ||
|
|
||
| You can add a failover IP address(es) for each server according to the offer and your service level. | ||
| You can add failover IP addresses to each server based on your offer and service level. | ||
|
|
||
| <Macro id="requirements" /> | ||
|
|
||
| - A Dedibox account logged into the [console](https://console.online.net) | ||
| - A [Dedibox dedicated server](https://www.scaleway.com/en/dedibox) | ||
|
|
||
| 1. From your Scaleway console, click **Server** > **Network configuration**. The list of your failover IPs and IP blocks displays. | ||
| <Lightbox src="scaleway_edit_reverse.webp" alt="" /> | ||
| 2. Click **Edit reverses**. The list of your reverse DNS settings displays. | ||
| 3. Enter the new reverse DNS record and click **Update**. | ||
| <Lightbox src="scaleway_update_reverse.webp" alt="" /> | ||
|
|
||
| <Message type="tip"> | ||
| Make sure to have a valid **[A record](/dedibox-dns/concepts/#dns-record)** for forwarding DNS configured and pointing to your IP address before changing the reverse DNS of it. | ||
| </Message> | ||
| ## Configuring Reverse DNS | ||
|
|
||
| 1. From your Scaleway console, navigate to **Server** > **Network Configuration**. The list of your failover IPs and IP blocks is displayed. | ||
| <Lightbox src="scaleway_edit_reverse.webp" alt="Scaleway network configuration interface" /> | ||
| 2. Click **Edit Reverse DNS**. The list of your current reverse DNS records appears. | ||
| 3. Enter the new reverse DNS record and click **Update**. | ||
| <Lightbox src="scaleway_update_reverse.webp" alt="Scaleway reverse DNS update interface" /> | ||
|
|
||
| <Message type="tip"> | ||
| Ensure that a valid **[A record](/dedibox-dns/concepts/#dns-record)** is configured and pointing to your IP address before updating the reverse DNS. | ||
| </Message> | ||
|
|
||
| <Message type="info"> | ||
| Reverse DNS updates may take some time to propagate. You can verify changes using the following commands: | ||
|
|
||
| - Linux/macOS: | ||
| ```sh | ||
| dig -x <failover_IP> | ||
| ``` | ||
| - Windows: | ||
| ```sh | ||
| nslookup <failover_IP> | ||
| ``` | ||
| </Message> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.