You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Users can now assign tags to their **Serverless Containers** and **Namespaces**, allowing for better organization, management, and filtering of resources within the Scaleway console and API.
Users can now assign tags to their **Serverless Functions** and **Namespaces**, allowing for better organization, management, and filtering of resources within the Scaleway console and API.
Copy file name to clipboardExpand all lines: pages/account/reference-content/use-case-informational-website.mdx
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,21 +34,21 @@ Scaleway Object Storage is an ideal solution for beginners and those seeking a s
34
34
35
35
Follow the steps below to quickly deploy an informational website using [Scaleway Object Storage](/object-storage/).
36
36
37
-
1. (optional) [Add a domain name](/network/domains-and-dns/quickstart/#how-to-register-an-internal-domain/). Scaleway Domains and DNS allows you to manage and register your internal and external domains and configure and manage their DNS zones.
37
+
1. (optional) [Add a domain name](/domains-and-dns/quickstart/#how-to-register-an-internal-domain/). Scaleway Domains and DNS allows you to manage and register your internal and external domains and configure and manage their DNS zones.
38
38
39
39
2.[Create an Object Storage bucket](/object-storage/how-to/create-a-bucket/).
40
40
41
-
3.[Enable the bucket website feature](/docs/storage/object/how-to/use-bucket-website/).
41
+
3.[Enable the bucket website feature](/object-storage/how-to/use-bucket-website/).
42
42
43
43
4. (optional) [Configure a custom domain name](/tutorials/s3-customize-url-cname/) to make your website accessible with a branded URL.
44
44
45
45
5.[Configure an Edge Services pipeline (TLS)](/edge-services/quickstart/) to add a caching service to improve performance.
46
46
47
47
## Hosting a website using Web Hosting
48
48
49
-
Scaleway Web Hosting offers a simple, scalable, and secure solution with over 420 click-to-deploy apps, making it easy to host websites with CMS like WordPress or use control panels like Plesk or cPanel without managing servers. It's ideal for users who prefer a complete web hosting control panel and quick setup. Follow the steps below to quickly deploy an informational website using [Scaleway Web Hosting](/web-hosting/).
49
+
Scaleway Web Hosting offers a simple, scalable, and secure solution with over 420 click-to-deploy apps, making it easy to host websites with CMS like WordPress or use control panels like Plesk or cPanel without managing servers. It's ideal for users who prefer a complete web hosting control panel and quick setup. Follow the steps below to quickly deploy an informational website using [Scaleway Web Hosting](/webhosting/).
50
50
51
-
1.[Search for an available domain name for your website](/network/domains-and-dns/quickstart/#how-to-register-an-internal-domain/).
51
+
1.[Search for an available domain name for your website](/domains-and-dns/quickstart/#how-to-register-an-internal-domain/).
52
52
53
53
2.[Order Web Hosting](/webhosting/how-to/order-webhosting/) to efficiently deploy and serve your website.
54
54
@@ -64,7 +64,7 @@ Scaleway Web Hosting offers a simple, scalable, and secure solution with over 42
64
64
65
65
Hosting using Instances is a solution suited for users familiar with Unix operating systems and command line installations of tools like WordPress, Nginx, MySQL, and PHP. It offers full control over the virtual infrastructure and app installations, but requires maintenance by the user.
66
66
67
-
1.[Register a domain name](/network/domains-and-dns/quickstart/#how-to-register-an-internal-domain/). Scaleway Domains and DNS allows you to manage and register your internal and external domains and configure and manage their DNS zones.
67
+
1.[Register a domain name](/domains-and-dns/quickstart/#how-to-register-an-internal-domain/). Scaleway Domains and DNS allows you to manage and register your internal and external domains and configure and manage their DNS zones.
68
68
69
69
2. Deploy WordPress on your Instance to start building your website quickly and easily. You can:
70
70
@@ -82,10 +82,10 @@ Hosting using Instances is a solution suited for users familiar with Unix operat
82
82
83
83
Elastic Metal (Aluminium) is an expert-level solution for users who require full control over the infrastructure. It provides optimal performance by leveraging the dedicated hardware resources at a cost lower than equivalent instances. You can install any operating system and applications you need, but you are responsible for maintaining your entire software stack.
84
84
85
-
1.[Register a domain name](/network/domains-and-dns/quickstart/#how-to-register-an-internal-domain/). Scaleway Domains and DNS allows you to manage and register your internal and external domains and configure and manage their DNS zones.
85
+
1.[Register a domain name](/domains-and-dns/quickstart/#how-to-register-an-internal-domain/). Scaleway Domains and DNS allows you to manage and register your internal and external domains and configure and manage their DNS zones.
86
86
87
87
2.[Create an Elastic Metal server](/elastic-metal/how-to/create-server/) running **Ubuntu**.
88
88
89
89
2.[Deploy WordPress on your Elastic Metal server](/tutorials/wordpress-lemp-stack/#installing-the-stack).
90
90
91
-
3.[Configure your domain name and its DNS records](/domains-and-dns/how-to/configure-dns-zones/).
91
+
3.[Configure your domain name and its DNS records](/domains-and-dns/how-to/configure-dns-zones/).
Copy file name to clipboardExpand all lines: pages/dedibox-dns/how-to/configure-secondary-dns.mdx
+12-11Lines changed: 12 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,12 +34,12 @@ This how-to assumes that you want to manage your domains exclusively with BIND.
34
34
2. Log in to your server as root [via SSH](/dedibox/how-to/connect-to-server/#connecting-via-ssh).
35
35
3. Use your favorite text editor to edit the general BIND configuration file, located at `/etc/bind/named.conf`. The configuration of your domain should be as follows (replace `domain.fr` with your domain):
36
36
```
37
-
zone "domain.fr" {
38
-
type master;
39
-
notify yes;
40
-
allow-transfer { 62.210.16.8; };
41
-
file "/etc/bind/domain.fr.db";
42
-
};
37
+
zone "domain.fr" {
38
+
type master;
39
+
notify yes;
40
+
allow-transfer { 62.210.16.8; };
41
+
file "/etc/bind/domain.fr.db";
42
+
};
43
43
```
44
44
4. Edit the file pointed to in the configuration carried out in step 3. In this example, you can see that the content of the zone is located in the file `/etc/bind/domain.fr.db`. Use your favorite text editor to edit the file as follows:
45
45
```
@@ -90,12 +90,13 @@ This how-to assumes that you want to manage your domains exclusively with BIND.
90
90
- Remember to create a postmaster mailbox ([email protected]) for your domain.
91
91
92
92
1. Use a zonecheck service such as this one: [https://zonemaster.net/en/](https://zonemaster.net/en/):
93
-
- In **zone**, enter your domain without www or http
94
-
- In **primaire**, enter the reverse (sd-xxxx.dedibox.fr) of your server and its IP
95
-
- In **secondaire** enter nssec.online.net and 62.210.16.8 as the IP
96
-
2. Click **Vérifier!**.
93
+
- In **Domain name**, enter your domain without `www` or `http`.
94
+
- Click **Show options** to display advanced options.
95
+
- In the first **Nameserver** field, enter the reverse (`sd-xxxx.dedibox.fr`) of your server and its IP.
96
+
- In the second **Nameserver** filed enter `nssec.online.net` and `62.210.16.8` as the IP.
97
+
2. Click **Run the test**.
97
98
- If the test generates errors, correct the problems identified in the error messages.
98
-
- If the test result is `SUCCÈS`, this means everything is working. You can update the DNS servers of your domain at your registrar.
99
+
- If the test result is marked with a green dot and check mark, everything is configured correctly. You can update the DNS servers of your domain at your registrar.
Copy file name to clipboardExpand all lines: pages/dedibox-rpn/how-to/find-rpn-gateway.mdx
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ content:
7
7
paragraph: This page explains how to find your RPNv1 gateway on Scaleway Dedibox servers
8
8
tags: dedibox rpnv1 rpn
9
9
dates:
10
-
validation: 2024-11-18
10
+
validation: 2025-05-26
11
11
posted: 2021-11-10
12
12
categories:
13
13
- dedibox-network
@@ -34,15 +34,15 @@ You can find the RPNv1 gateway for your Dedibox in the Scaleway console, or by r
34
34
10.90.0.0/XX via X.X.X.X ...
35
35
```
36
36
The output contains the following information:
37
-
*`10.90.0.0/XX`: Your RPNv1 IP subnet. The part after the `/` represents the [CIDR netmask](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) of your subnet.
37
+
*`10.90.0.0/XX`: Your RPNv1 IP subnet. The part after the `/` represents the [CIDR netmask](https://en.wikipedia.org/wiki/Classless_Inter-Domain_Routing) of your subnet.
38
38
*`X.X.X.X`: The IP address of the gateway. The gateway is always the first IP of the subnet.
39
39
40
40
<Messagetype="note">
41
41
The gateway does not ping, this is normal behavior.
42
42
</Message>
43
43
44
44
<Messagetype="tip">
45
-
If you know your RPN netmask, you can also find your gateway by using `ipcalc`.
45
+
If you know your RPN netmask, you can also find your gateway by using `ipcalc`.
46
46
- Run the following command to calculate the IP address of your RPNv1 gateway:
0 commit comments