Firewall

How to Configure Windows Server 2019 Firewall — step-by-step Windows Server 2019 tutorial on Progressive Robot

How to Configure Windows Server 2019 Firewall

How to Configure Windows Server 2019 Firewall Windows Defender Firewall with Advanced Security (WFAS) on Windows Server 2019 is a host-based stateful packet filter that protects the server from unauthorized network access. It supports inbound and outbound filtering, connection security rules using IPsec, and profile-based policies for Domain, Private, and Public network locations. Properly configuring […]

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

How to Configure Windows Server 2019 Initial Settings

How to Configure Windows Server 2019 Initial Settings After installing Windows Server 2019, several initial configuration tasks must be completed before the server is ready for production use. This includes setting the hostname, assigning a static IP address, configuring the time zone, joining a domain, enabling remote management, and setting up basic security policies. Completing […]

Read more
How to Configure Multi-Site Active Directory on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure Multi-Site Active Directory on Windows Server 2022

Understanding Active Directory Sites and Services Active Directory Sites and Services is a Microsoft Management Console (MMC) snap-in and a core component of Active Directory that controls how directory replication occurs across a distributed network. An AD site is a logical representation of a physical network location — typically corresponding to a geographical location, a […]

Read more
How to Build Custom Windows Server Images with Packer on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Build Custom Windows Server Images with Packer on Windows Server 2022

Packer Overview and Why Use It for Windows Server Images Packer is an open-source tool from HashiCorp that automates the creation of identical machine images for multiple platforms from a single configuration source. Instead of manually installing and configuring Windows Server 2022, patching it, installing agents, and then capturing it — a process prone to […]

Read more
How to Configure IPsec Transport Mode for Server-to-Server Encryption on Windows Server 2022 — Windows Server 2022 tutorial on Progressive Robot

How to Configure IPsec Transport Mode for Server-to-Server Encryption on Windows Server 2022

Understanding IPsec Transport Mode vs Tunnel Mode IPsec (Internet Protocol Security) is a suite of protocols that authenticates and encrypts IP packets to provide secure communication over IP networks. Windows Server 2022 supports IPsec natively through Windows Defender Firewall with Advanced Security, and understanding the difference between transport mode and tunnel mode is foundational before […]

Read more
How to Set Up a Web Application Firewall on SLES 16 — step-by-step SUSE Linux Enterprise 16 tutorial on Progressive Robot

How to Set Up a Web Application Firewall on SLES 16

Introduction This tutorial covers How to Set Up a Web Application Firewall on SLES 16 on SLES 16. SLES 16 (SUSE Linux Enterprise Server 16) is SUSE’s enterprise-grade Linux distribution. It uses the zypper package manager, AppArmor for mandatory access control, and systemctl for service management. Prerequisites Ensure your SLES 16 system is up to […]

Read more
How to Configure OpenSSH Server on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Configure OpenSSH Server on Windows Server 2022

OpenSSH on Windows Server 2022 Windows Server 2022 ships with OpenSSH as an optional built-in feature, eliminating the need for third-party SSH servers like Bitvise or freeSSHd. The OpenSSH Server implementation is maintained by Microsoft and based on the open-source OpenSSH project, with Windows-specific adaptations. It provides a standards-compliant SSH server that supports key-based authentication, […]

Read more
How to Set Up Windows Remote Management for Ansible Control on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Set Up Windows Remote Management for Ansible Control on Windows Server 2022

Overview of WinRM and Its Role in Ansible Management Windows Remote Management (WinRM) is Microsoft’s implementation of the WS-Management protocol, a DMTF standard for remote management of hardware and software. WinRM enables remote PowerShell sessions, remote command execution, and is the primary transport mechanism that Ansible uses when managing Windows hosts. Unlike Linux targets where […]

Read more
How to Implement Zero Trust Architecture on Windows Server 2022 — step-by-step Windows Server 2022 tutorial on Progressive Robot

How to Implement Zero Trust Architecture on Windows Server 2022

Zero Trust Principles Applied to Windows Server Zero Trust is a security model built on three core principles: verify explicitly (always authenticate and authorize based on all available data points), use least privilege access (limit user rights to the minimum required for the task), and assume breach (design as if an attacker is already inside […]

Read more
CHAT