Firewall

How to Install Nexus Repository Manager on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install Nexus Repository Manager on RHEL 9

Sonatype Nexus Repository Manager is a universal binary repository that centralizes storage and distribution of build artifacts across your organization. It supports Maven JARs, npm packages, Docker images, Python packages, RubyGems, and more — acting as both a proxy for upstream registries and a private hosted repository. In large teams and CI/CD pipelines, Nexus reduces […]

Read more
How to Configure a DSC Pull Server on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure a DSC Pull Server on Windows Server 2012 R2

How to Configure a DSC Pull Server on Windows Server 2012 R2 Desired State Configuration (DSC) is a PowerShell-based configuration management platform built into Windows Server 2012 R2. In push mode, an administrator pushes configurations directly to individual nodes. In pull mode, nodes periodically contact a central Pull Server to retrieve their configuration and report […]

Read more
How to Set Up Site-to-Site VPN with RRAS on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up Site-to-Site VPN with RRAS on Windows Server 2012 R2

How to Set Up Site-to-Site VPN with RRAS on Windows Server 2012 R2 A site-to-site VPN connects two geographically separate networks over the internet as if they were directly connected. Windows Server 2012 R2 RRAS (Routing and Remote Access Service) can act as a VPN gateway for site-to-site connections, establishing persistent encrypted tunnels between a […]

Read more
How to Install Ansible on RHEL 9 — step-by-step RHEL 9 tutorial on Progressive Robot

How to Install Ansible on RHEL 9

Ansible is an open-source IT automation tool developed by Red Hat that allows managing server configuration, application deployment, and task automation using human-readable YAML playbooks. Unlike Chef or Puppet (which require agents installed on managed nodes), Ansible is agentless — it connects to managed servers via SSH and executes tasks using Python, with no permanent […]

Read more
How to Set Up BGP Routing with RRAS on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up BGP Routing with RRAS on Windows Server 2012 R2

How to Set Up BGP Routing with RRAS on Windows Server 2012 R2 Border Gateway Protocol (BGP) is the routing protocol that underlies internet routing. Windows Server 2012 R2 introduced native BGP support in the Routing and Remote Access Service (RRAS), making it possible to configure a Windows server as a BGP router or BGP […]

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

How to Configure IPv6 on Windows Server 2012 R2

How to Configure IPv6 on Windows Server 2012 R2 IPv6 is the successor to IPv4, offering a vastly larger address space (128-bit addresses versus IPv4’s 32-bit), improved routing efficiency, mandatory IPsec support, and built-in autoconfiguration capabilities. Windows Server 2012 R2 has first-class support for IPv6 and is actually designed to prefer IPv6 over IPv4 by […]

Read more
How to Set Up VLAN Support on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up VLAN Support on Windows Server 2012 R2

How to Set Up VLAN Support on Windows Server 2012 R2 Virtual LANs (VLANs) allow network traffic to be segmented at Layer 2, creating separate broadcast domains over a shared physical network infrastructure. On Windows Server 2012 R2, VLAN support can be implemented at multiple levels: on physical network adapters with 802.1Q VLAN tagging, on […]

Read more
How to Set Up Work Folders on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Set Up Work Folders on Windows Server 2012 R2

How to Set Up Work Folders on Windows Server 2012 R2 Work Folders is a file synchronization service introduced in Windows Server 2012 R2 that allows users to store and sync work files from personal devices or corporate computers, even when they are not connected to the corporate network. Unlike traditional folder redirection which requires […]

Read more
How to Install and Configure RRAS on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Install and Configure RRAS on Windows Server 2012 R2

How to Install and Configure RRAS on Windows Server 2012 R2 Routing and Remote Access Service (RRAS) is a comprehensive Windows Server feature that provides a wide range of network services including VPN server, dial-up remote access, network address translation (NAT), demand-dial routing, and multi-protocol LAN-to-LAN and LAN-to-WAN routing. On Windows Server 2012 R2, RRAS […]

Read more
How to Configure Remote Access VPN with SSTP on Windows Server 2012 R2 — step-by-step Windows Server 2012 R2 tutorial on Progressive Robot

How to Configure Remote Access VPN with SSTP on Windows Server 2012 R2

How to Configure Remote Access VPN with SSTP on Windows Server 2012 R2 Secure Socket Tunneling Protocol (SSTP) is a VPN tunneling protocol developed by Microsoft that encapsulates Point-to-Point Protocol (PPP) traffic over HTTPS (SSL/TLS on port 443). Because SSTP uses port 443, it traverses most firewalls and web proxies without requiring special port forwarding […]

Read more
CHAT