VPN

How to Configure MPLS on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure MPLS on Windows Server 2016

How to Configure Windows Server 2016 Multiprotocol Label Switching Multiprotocol Label Switching (MPLS) is a high-performance routing technique that directs data from one node to the next based on short path labels rather than long network addresses. It has traditionally been the domain of service provider networks, but with the evolution of software-defined networking (SDN), […]

Read more
How to Configure Windows Server 2019 Routing and Remote Access — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Windows Server 2019 Routing and Remote Access

Introduction to Routing and Remote Access Service Routing and Remote Access Service (RRAS) is a built-in Windows Server 2019 feature that provides routing, remote access, and virtual private networking capabilities. RRAS can function as a software router to forward packets between network interfaces, as a dial-up or VPN remote access server, or as a site-to-site […]

Read more
How to Set Up Windows Server 2019 RAS Gateway — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Windows Server 2019 RAS Gateway

How to Set Up Windows Server 2019 RAS Gateway The Remote Access Service (RAS) Gateway in Windows Server 2019 is a software-based router and gateway designed for cloud service providers and enterprises that host multi-tenant virtual networks using Hyper-V Network Virtualization. It provides site-to-site VPN, point-to-site VPN, and GRE tunneling capabilities, enabling connectivity between virtual […]

Read more
How to Install and Configure OpenVPN on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Install and Configure OpenVPN on RHEL 8

OpenVPN is a mature, battle-tested VPN solution that uses TLS for control-channel encryption and supports both UDP and TCP transports, making it highly adaptable to restrictive network environments. On RHEL 8 it is available from the EPEL repository, and the Easy-RSA toolkit simplifies the PKI management needed to issue server and client certificates. This guide […]

Read more
How to Set Up a Kubernetes Dashboard on RHEL 8 — step-by-step RHEL 8 tutorial on Progressive Robot

How to Set Up a Kubernetes Dashboard on RHEL 8

The Kubernetes Dashboard is a web-based UI that gives cluster operators a visual overview of workloads, services, namespaces, and resource utilization without dropping into kubectl for every task. On RHEL 8 with a running Kubernetes cluster, deploying the dashboard takes only a few kubectl commands. This tutorial covers installation, creating a service account with the […]

Read more
How to Set Up Work Folders for Data Synchronisation on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Set Up Work Folders for Data Synchronisation on Windows Server 2019

Introduction to Work Folders on Windows Server 2019 Work Folders is a role service in Windows Server 2019 that allows users to synchronise work files between corporate servers and their personal devices (Windows, iOS, and Android). Unlike traditional file shares that require a VPN connection, Work Folders uses HTTPS for synchronisation, making it accessible from […]

Read more
How to Configure IPv6 on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Configure IPv6 on Windows Server 2016

How to Configure IPv6 on Windows Server 2016 IPv6 is the next-generation Internet Protocol designed to replace IPv4. It uses 128-bit addresses, providing a vastly larger address space compared to IPv4’s 32-bit addresses. Windows Server 2016 has native IPv6 support built into the networking stack and it is enabled by default on all network adapters. […]

Read more
Common Problems 113563

Windows Server 2012 R2 — VPN sessions fail due to MTU mismatch and packet fragmentation — Fix & Prevention

🟡 Medium   ⏱ 5–30 min  Last verified: 14 September 2019 Affected versions: Windows Server 2012 R2 📖 ~1 min read Table of contents Symptom & Impact Environment & Reproduction Root Cause Analysis Quick Triage Step-by-Step Diagnosis Solution — Primary Fix Solution — Alternative Approaches Verification & Acceptance Criteria Rollback Plan Prevention & Hardening Related […]

Read more
How to Set Up Always On VPN on Windows Server 2016 — step-by-step Windows Server 2016 tutorial on Progressive Robot

How to Set Up Always On VPN on Windows Server 2016

How to Set Up Always On VPN with Windows Server 2016 Always On VPN is a remote access solution introduced with Windows 10 and Windows Server 2016 that replaces the older DirectAccess technology. Unlike traditional VPN solutions where users must manually initiate a connection, Always On VPN automatically establishes a VPN tunnel whenever a Windows […]

Read more
How to Configure IIS WebSockets on Windows Server 2019 — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure IIS WebSockets on Windows Server 2019

Introduction to IIS WebSockets on Windows Server 2019 WebSockets provide a full-duplex, persistent communication channel over a single TCP connection between a client and server. Unlike standard HTTP request/response, WebSockets allow the server to push data to clients without the client polling. This is used in real-time applications including chat systems, collaborative tools, live dashboards, […]

Read more
CHAT