From 89e2e4874d28ee132dfe68c30320f2a3e9632ee6 Mon Sep 17 00:00:00 2001 From: Vojdan Kjorveziroski <vojdan.kjorveziroski@finki.ukim.mk> Date: Tue, 4 Mar 2025 18:38:17 +0100 Subject: [PATCH] Address review feedback --- docs/blog/posts/005_nmaas_infrastructure_migration.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/blog/posts/005_nmaas_infrastructure_migration.md b/docs/blog/posts/005_nmaas_infrastructure_migration.md index 5405f00..94de6fc 100644 --- a/docs/blog/posts/005_nmaas_infrastructure_migration.md +++ b/docs/blog/posts/005_nmaas_infrastructure_migration.md @@ -9,12 +9,12 @@ categories: # nmaas Migrates to a New Infrastructure -After 5 years of service, the managed nmaas vNOC instance available at [nmaas.eu](https://nmaas.eu) is to be migrated to a completely new infrastructure, bringing with it many benefits and improvements. This will bring many exciting user-facing changes, such as: +After 5 years of service, the managed nmaas vNOC instance available at [nmaas.eu](https://nmaas.eu) is to be migrated to a completely new infrastructure. This will bring many exciting user-facing changes, such as: - improved disk I/O speeds - allowing the monitoring of even more customer devices using I/O sensitive applications such as Zabbix, InfluxDB, and Prometheus. - dual-stack networking - nmaas now supports IPv6 in addition to IPv4 both for client access to the deployed applications as well as for the site-to-site connection towards the customer devices. - improved networking architecture - each customer domain is now allocated with a dedicated private IPv4 subnet range from which all outbound connections will occur, as well as a publicly routable IPv6 range, improving scalability and ensuring that no subnets conflicts will occur. -- new VPN connectivity options for client-access VPN profiles - [eduVPN](https://www.eduvpn.org/) is now the recommended method for establishing client-access VPN connections. Since eduVPN supports both OpenVPN and Wireguard behind the scenes, it provides maximum flexibility regardless of the environment where it is used. Additionally, users can also use the self-service eduVPN portal to generate additional client access VPN profiles, as needed. +- new VPN connectivity options for client-access - [eduVPN](https://www.eduvpn.org/) is now the recommended method for establishing client-access VPN connections. Since eduVPN supports both OpenVPN and Wireguard behind the scenes, it provides maximum flexibility regardless of the environment where it is used. Additionally, users can also use the self-service eduVPN portal to generate additional client access VPN profiles, as needed. - Wireguard as the recommended site-to-site VPN protocol - Wireguard is now the recommended protocol for establishing site-to-site VPN connections between nmaas and the customers' environments. OpenVPN is still supported should it be requested, but Wireguard has proven itself to be faster while also simpler to configure. ## Frequently Asked Questions About the Migration -- GitLab