Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 66 additions & 45 deletions pages/account/reference-content/scaleway-network-information.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,17 @@ content:
paragraph: Access detailed network information for Scaleway services.
tags: scaleway ip-range ntp rpn vpn dns
dates:
validation: 2025-05-02
validation: 2025-06-27
posted: 2021-08-20
categories:
- console
---

This page serves as a resourceful hub for information related to the Scaleway network infrastructure.
It provides a detailed overview of the IP ranges used by Scaleway, details about the DNS resolver IPs in each data center, and further information regarding various other network-associated services.
This page serves as a hub for information related to the Scaleway network infrastructure.

It provides a detailed overview of the IP ranges used by Scaleway, details about the DNS resolver IPs in each data center.

Further information is also provided about various other network-associated services for Dedibox.

## IP ranges used by Scaleway

Expand All @@ -36,62 +39,80 @@ Currently, we use the following IP ranges:
### IPv6
* `2001:bc8::/32`

## DNS cache servers
## DNS cache servers and NTP servers

DNS cache servers and NTP servers are available in every Availability Zone. Their IP addresses are as follows:

### France

#### fr-par-1

- `51.159.69.162`
- `2001:bc8:408:1::12`
- `51.159.69.156`
- `2001:bc8:408:1::c`

#### fr-par-2

- `51.159.47.28`
- `2001:bc8:1008:1::16`
- `51.159.47.26`
- `2001:bc8:1008:1::14`

#### fr-par-3

- `51.159.44.148`
- `2001:bc8:808:1::11`
- `51.159.44.151`
- `2001:bc8:808:1::14`

### Netherlands

DNS cache servers are available in every data center. The IPs for each DC are:
#### nl-ams-1

### AMS1
IPv4:
* `51.158.139.28`
* `51.158.139.25`
- `51.158.139.28`
- `2001:bc8:1408:1::f`
- `51.158.139.25`
- `2001:bc8:1408:1::c`

IPv6:
* `2001:bc8:1408:1::f`
* `2001:bc8:1408:1::c`
#### nl-ams-2

### DC2
IPv4:
* `51.159.69.156`
* `51.159.69.162`
- `51.158.229.23`
- `2001:bc8:5008:200::c`
- `51.158.229.25`
- `2001:bc8:5008:200::e`

IPv6:
* `2001:bc8:408:1::c`
* `2001:bc8:408:1::12`
#### nl-ams-3

### DC3
IPv4:
* `51.159.69.156`
* `51.159.69.162`
- `51.159.253.3`
- `2001:bc8:5100:200::3`
- `51.159.253.11`
- `2001:bc8:5100:200::5`

IPv6:
* `2001:bc8:408:1::c`
* `2001:bc8:408:1::12`
### Poland

### DC5
IPv4:
* `51.159.47.28`
* `51.159.47.26`
#### pl-waw-1

IPv6:
* `2001:bc8:1008:1::16`
* `2001:bc8:1008:1::14`
- `151.115.9.151`
- `2001:bc8:1c08:203::c`
- `151.115.9.153`
- `2001:bc8:1c08:203::e`

<Message type="note">
The previously used DNS caches below are deprecated and should no longer be used:
* IPv4: `62.210.16.6`
* IPv6: `2001:bc8:401::3`
* IPv4: `62.210.16.7`
* IPv6: `2001:bc8:1::16`
</Message>
#### pl-waw-2

## Additional services
- `151.115.69.15`
- `2001:bc8:1d08:200::c`
- `151.115.69.26`
- `2001:bc8:1d08:200::f`

### NTP server
### pl-waw-3

Generic: `ntp.online.net`
- `151.115.125.3`
- `2001:bc8:1f00:200::3`
- `151.115.125.11`
- `2001:bc8:1f00:200::5`

- Primary NTP server: `51.159.47.151` (`ntp1.online.net`)
- Seconday NTP server: `51.158.192.3` (`ntp2.online.net`)
## Additional Dedibox services

### Rdate server

Expand Down
Loading