From 55311ae8f13b046eccfc5201de569d5ee042511b Mon Sep 17 00:00:00 2001 From: HPNDdnsh Date: Fri, 17 Jan 2025 17:08:15 +0100 Subject: [PATCH 1/6] Create how-to-add-forusp-to-the-whitelist.md How can you add the IP addresses from ForusP to the whitelist --- .../how-to-add-forusp-to-the-whitelist.md | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md diff --git a/docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md b/docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md new file mode 100644 index 00000000..e8f275d6 --- /dev/null +++ b/docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md @@ -0,0 +1,44 @@ +--- +myst: + html_meta: + description: How can you add the IP addresses from ForusP to the whitelist + title: How to add ForusP to the whitelist +--- + +# How to add ForusP to the whitelist + +To ensure that ForusP can perform their scan on your Hypernode without anyissues, the IP addresses associated with ForusP must be added to the Hypernode Web Application Firewall (WAF). The WAF acts as a layer of protection by filtering incoming traffic and blocking potential threats. Adding the necessary IP addresses to the allowlist ensures that the scanning process runs smoothly without interruptions. You can achieve this by either using the Hypernode Control Panel or by executing commands directly on the server using the command-line interface (CLI). + +## Adding IP Addresses in the allowlist via the Control Panel + +Follow these steps to add ForusP's IP addresses using the Hypernode Control Panel: + +* Go to to my.hypernode.com +* Log in with your credentials +* Once logged in, select the Hypernode you wish to configure +* Click on **Allowlist** from the menu +* Select **Rule type** and choose **WAF** from the dropdown +* Enter the IP address you want to allow +IP addresses ForusP: **154.16.73.227** | **132.226.222.205** | **144.24.249.196** +* Provide a descriptive name for the entry for example ForusP. Use descriptive names when adding entries to help identify their purpose in the future. +* Click on **Save** to apply the changes + +Repeat the steps above to add the others. The IP addresses you add will become active within a few minutes, allowing ForusP to access your Hypernode environment without being blocked by the firewall. + + +## Adding IP Addresses by using CLI + +For users comfortable with the command-line interface, you can add the IP addresses directly on the server. This requires logging into the server using SSH. Follow these steps: + +```bash +hypernode-systemctl whitelist add waf 154.16.73.227 --description "ForusP" +``` +```bash +hypernode-systemctl whitelist add waf 132.226.222.205 --description "ForusP" +``` +```bash +hypernode-systemctl whitelist add waf 144.24.249.196 --description "ForusP" +``` + +By following the steps outlined above, you can ensure that ForusP has the necessary access to perform scans on your Hypernode environment without encountering any firewall-related issues. Proper configuration of the WAF helps maintain a secure and efficient system while allowing trusted services to operate seamlessly. + From 9b52ca26a06df540dd0ec21314f5a5af3acf57cf Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Tue, 4 Mar 2025 11:41:55 +0100 Subject: [PATCH 2/6] run mdformat --- .../how-to-add-forusp-to-the-whitelist.md | 22 +++++++++---------- 1 file changed, 11 insertions(+), 11 deletions(-) mode change 100644 => 100755 docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md diff --git a/docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md b/docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md old mode 100644 new mode 100755 index e8f275d6..c90d2957 --- a/docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md +++ b/docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md @@ -13,19 +13,18 @@ To ensure that ForusP can perform their scan on your Hypernode without anyissues Follow these steps to add ForusP's IP addresses using the Hypernode Control Panel: -* Go to to my.hypernode.com -* Log in with your credentials -* Once logged in, select the Hypernode you wish to configure -* Click on **Allowlist** from the menu -* Select **Rule type** and choose **WAF** from the dropdown -* Enter the IP address you want to allow -IP addresses ForusP: **154.16.73.227** | **132.226.222.205** | **144.24.249.196** -* Provide a descriptive name for the entry for example ForusP. Use descriptive names when adding entries to help identify their purpose in the future. -* Click on **Save** to apply the changes +- Go to to my.hypernode.com +- Log in with your credentials +- Once logged in, select the Hypernode you wish to configure +- Click on **Allowlist** from the menu +- Select **Rule type** and choose **WAF** from the dropdown +- Enter the IP address you want to allow + IP addresses ForusP: **154.16.73.227** | **132.226.222.205** | **144.24.249.196** +- Provide a descriptive name for the entry for example ForusP. Use descriptive names when adding entries to help identify their purpose in the future. +- Click on **Save** to apply the changes Repeat the steps above to add the others. The IP addresses you add will become active within a few minutes, allowing ForusP to access your Hypernode environment without being blocked by the firewall. - ## Adding IP Addresses by using CLI For users comfortable with the command-line interface, you can add the IP addresses directly on the server. This requires logging into the server using SSH. Follow these steps: @@ -33,12 +32,13 @@ For users comfortable with the command-line interface, you can add the IP addres ```bash hypernode-systemctl whitelist add waf 154.16.73.227 --description "ForusP" ``` + ```bash hypernode-systemctl whitelist add waf 132.226.222.205 --description "ForusP" ``` + ```bash hypernode-systemctl whitelist add waf 144.24.249.196 --description "ForusP" ``` By following the steps outlined above, you can ensure that ForusP has the necessary access to perform scans on your Hypernode environment without encountering any firewall-related issues. Proper configuration of the WAF helps maintain a secure and efficient system while allowing trusted services to operate seamlessly. - From b89b0c9a8fecf56aa5fea1303b8b6444116f7c9c Mon Sep 17 00:00:00 2001 From: HPNDdnsh Date: Fri, 14 Mar 2025 09:31:04 +0100 Subject: [PATCH 3/6] Update how-to-add-forusp-to-the-whitelist.md From 1636cce7c7018951799d75d667c1b573748383df Mon Sep 17 00:00:00 2001 From: Dinesh Raghoebar Date: Fri, 14 Mar 2025 16:15:51 +0100 Subject: [PATCH 4/6] Moved the instruction to the right path as requested. Added other information about adding IPs to the whitelist like for FTP , database en WAF. --- .../firewall.md} | 41 ++++++++++++++++--- 1 file changed, 36 insertions(+), 5 deletions(-) rename docs/{hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md => best-practices/firewall.md} (58%) diff --git a/docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md b/docs/best-practices/firewall.md similarity index 58% rename from docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md rename to docs/best-practices/firewall.md index c90d2957..b7a6a95b 100755 --- a/docs/hypernode-platform/nginx/how-to-add-forusp-to-the-whitelist.md +++ b/docs/best-practices/firewall.md @@ -1,15 +1,46 @@ --- myst: html_meta: - description: How can you add the IP addresses from ForusP to the whitelist - title: How to add ForusP to the whitelist + description: How can you whitelist an IP address + title: Firewall --- -# How to add ForusP to the whitelist +# Firewall + +In the text below we will explain how you can add an IP to the whitelist by using the control panel or CLI (command-line interface). Whitelisting an IP can be for multiple reasons like, connecting via FTP, connecting to a database or for security scans like ForusP. + +## Adding IP Addresses in the allowlist via the control panel for FTP, WAF and database + +Follow these steps to whitelist an IP addresses for FTP: + +- Go to to my.hypernode.com +- Log in with your credentials +- Once logged in, select the Hypernode you wish to configure +- Click on **Allowlist** from the menu +- Select **Rule type** and choose here for example **FTP** from the dropdown +- Enter the IP address you want to add to the whitelist +- Provide a descriptive name for the entry for example **OfficeArnhem**. Use descriptive names when adding entries to help identify their purpose in the future. +- Click on **Save** to apply the changes + +### Adding IP Addresses by using CLI + +For users comfortable with the CLI, you can add the IP addresses directly on the server. This requires logging into the server using SSH. + +```bash +hypernode-systemctl whitelist add ftp 1.2.3.4 --description "OfficeArnhem" +``` + +If you want to remove an added registration, use the command below: + +```bash +hypernode-systemctl whitelist remove ftp 1.2.3.4 +``` + +## How to add ForusP to the whitelist To ensure that ForusP can perform their scan on your Hypernode without anyissues, the IP addresses associated with ForusP must be added to the Hypernode Web Application Firewall (WAF). The WAF acts as a layer of protection by filtering incoming traffic and blocking potential threats. Adding the necessary IP addresses to the allowlist ensures that the scanning process runs smoothly without interruptions. You can achieve this by either using the Hypernode Control Panel or by executing commands directly on the server using the command-line interface (CLI). -## Adding IP Addresses in the allowlist via the Control Panel +### Adding IP Addresses in the allowlist via the Control Panel Follow these steps to add ForusP's IP addresses using the Hypernode Control Panel: @@ -25,7 +56,7 @@ Follow these steps to add ForusP's IP addresses using the Hypernode Control Pane Repeat the steps above to add the others. The IP addresses you add will become active within a few minutes, allowing ForusP to access your Hypernode environment without being blocked by the firewall. -## Adding IP Addresses by using CLI +### Adding IP Addresses by using CLI For users comfortable with the command-line interface, you can add the IP addresses directly on the server. This requires logging into the server using SSH. Follow these steps: From c4216fec1f4efd53e4823f5ce68f2616640c3f1a Mon Sep 17 00:00:00 2001 From: Jonathan Visser Date: Fri, 14 Mar 2025 16:18:52 +0100 Subject: [PATCH 5/6] run mdformat . --- docs/best-practices/firewall.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 docs/best-practices/firewall.md diff --git a/docs/best-practices/firewall.md b/docs/best-practices/firewall.md old mode 100755 new mode 100644 index b7a6a95b..9a34fb25 --- a/docs/best-practices/firewall.md +++ b/docs/best-practices/firewall.md @@ -18,13 +18,13 @@ Follow these steps to whitelist an IP addresses for FTP: - Once logged in, select the Hypernode you wish to configure - Click on **Allowlist** from the menu - Select **Rule type** and choose here for example **FTP** from the dropdown -- Enter the IP address you want to add to the whitelist +- Enter the IP address you want to add to the whitelist - Provide a descriptive name for the entry for example **OfficeArnhem**. Use descriptive names when adding entries to help identify their purpose in the future. - Click on **Save** to apply the changes ### Adding IP Addresses by using CLI -For users comfortable with the CLI, you can add the IP addresses directly on the server. This requires logging into the server using SSH. +For users comfortable with the CLI, you can add the IP addresses directly on the server. This requires logging into the server using SSH. ```bash hypernode-systemctl whitelist add ftp 1.2.3.4 --description "OfficeArnhem" From b991d21d3e911c1d97ebcb443988f62769716429 Mon Sep 17 00:00:00 2001 From: Timon de Groot Date: Tue, 1 Apr 2025 07:30:24 +0200 Subject: [PATCH 6/6] Update docs/best-practices/firewall.md --- docs/best-practices/firewall.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/best-practices/firewall.md b/docs/best-practices/firewall.md index 9a34fb25..dd4248ba 100644 --- a/docs/best-practices/firewall.md +++ b/docs/best-practices/firewall.md @@ -13,7 +13,7 @@ In the text below we will explain how you can add an IP to the whitelist by usin Follow these steps to whitelist an IP addresses for FTP: -- Go to to my.hypernode.com +- Go to the [control panel](https://my.hypernode.com) - Log in with your credentials - Once logged in, select the Hypernode you wish to configure - Click on **Allowlist** from the menu