---
title: How to connect a Scaleway Dedibox to RPN SAN
description: This page explains how to connect a Scaleway Dedibox to RPN SAN
tags: dedibox rpn san
dates:
  validation: 2025-08-27
  posted: 2021-07-16
---
import Requirements from '@macros/iam/requirements.mdx'

import image from './assets/scaleway_rpn_san_manage.webp'
import image2 from './assets/scaleway_rpn_san_add.webp'
import image3 from './assets/scaleway_rpn_san_added.webp'


[RPN SAN](https://www.scaleway.com/en/dedibox/storage/) is a performance-oriented SAN storage network solution (Storage Area Network) accessible in block mode and available in iSCSI through the RPN private network of your Dedibox.

<Requirements />

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

<Message type="important">
  - RPN SAN does not support RPNv2. To use RPNv2, you either need a server with an RPNv1 connection **or** to [enable the RPNv1 gateway](/dedibox-rpn/how-to/configure-rpnv1-gateway/).
  - You must authorize the server(s) to connect to your RPN SAN.
</Message>

## How to authorize servers to connect to a SAN

1. Enter the [RPN SAN configuration](https://console.online.net/en/server/rpn/san) by clicking **Storage** > **RPN SAN**. The list of your SANs displays.
2. Click **Manage** next to the SAN you want to configure:
    <Lightbox image={image} alt="" />
3. Configure access to the SAN. You can allow connections either by using the server ID or by their RPN IP address. Then Click **Save** to validate the configuration.
    <Lightbox image={image2} alt="" />

The allowed server(s) are listed on the SAN overview page.

<Message type="tip">
  Some SAN endpoints may not be reachable directly from the RPNv2, and it is required to configure an [RPNv1 gateway](/dedibox-rpn/how-to/configure-rpnv1-gateway/) to use them with RPNv2.
</Message>

## How to add a SAN to an RPN group

<Message type="tip">
  Recent SANs must be a member of an RPN group to be accessible. If your SAN is located on a SAN target >24 for SAN HA or >24 for SAN basic, you need to add the RPN SAN to your RPN group to access it.
</Message>

<Message type="note">
  **⚠ You must create or add your SAN RPN in an RPNv1 group with your servers.**
</Message>

1. Access the [RPN group](https://console.online.net/en/server/rpn) configuration by clicking **RPN** > **RPN groups** The list of your RPN groups displays.
2. Click **Create group**. The group creation form displays. Enter a name for the new group and tick the checkboxes of your Dedibox and the RPN SAN you want to grant access to. Then click **Create group** to confirm. The RPN group is scheduled for creation. 
3. Once the status of your group changes to **Active** the group is ready to be used and your Dedibox is able to communicate with the SAN.
    <Lightbox image={image3} alt="" />


