---
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 Scaleway Dedibox console.
tags: dedibox dns failover-ip failover
dates:
  validation: 2025-08-05
  posted: 2021-07-29
---
import Requirements from '@macros/iam/requirements.mdx'

import image from './assets/scaleway_edit_reverse.webp'
import image2 from './assets/scaleway_update_reverse.webp'


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 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 failover IP addresses to each server based on your offer and service level.

<Requirements />

- A Dedibox account logged into the [console](https://console.online.net)
- A [Dedibox dedicated server](https://www.scaleway.com/en/dedibox/)

## 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 image={image} 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 image={image2} 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="note">
  Reverse DNS updates may take some time to propagate. You can verify changes using the following commands:

  - Linux/macOS:
    ```bash
    dig -x <failover_IP>
    ```
  - Windows:
    ```bash
    nslookup <failover_IP>
    ```
</Message>

