To run a SoftEther VPN Server properly, you’ll need to ensure specific ports are open both on your firewall and ISP (or NAT router). Here’s is the list of the default and recommended ports: 🔐 SoftEther VPN Server – Default Ports to Open Protocol Port Purpose TCP 443 HTTPS VPN…
Tag: #RedHat
Configure Softnet ethernet VPN server on Azure step by step
o set up a SoftEther VPN Server on Azure, using a Windows VM, here’s a complete step-by-step guide to get it running securely and efficiently. 🛠️ Overview 🔧 Prerequisites 🧱 Step-by-Step Setup ✅ Step 1: Create a Windows VM in Azure ✅ Step 2: Connect to the VM ✅ Step…
VPN server in Azure
Setting up a VPN server in Azure that supports secure access for employees, vendors, and customers requires a carefully planned architecture to address different access levels, security boundaries, and scalability. Here’s a solid approach with Azure-native and custom options, along with a proposed build. 🔐 Goal: 🧱 Solution Overview: Option…
Process for designing and creating virtual machines (VMs)
Designing and creating virtual machines (VMs) is a structured process that involves planning, provisioning, configuration, and deployment. 🔧 1. Define Requirements Before creating any VM, you need to clearly understand what the VM is for: 🧠 2. Design the VM Configuration This is where you map the requirements to a…
Azure firewall and firewall rules
Azure Firewall is a cloud-native, managed network security service provided by Microsoft Azure. It acts as a stateful firewall as a service, designed to protect Azure Virtual Network (VNet) resources. It allows you to control both inbound and outbound traffic using defined rules and is fully integrated with Azure Monitor…
Identify Azure virtual networking infrastructure and network components
Azure virtual networking infrastructure provides the foundational building blocks for deploying secure, scalable, and highly available networked resources in Microsoft Azure. Components of Azure virtual networking infrastructure: 🔹 1. Virtual Network (VNet) 🔹 2. Subnets 🔹 3. Network Security Groups (NSGs) 🔹 4. Route Tables (User-Defined Routes – UDRs) 🔹…
Azure Storage Replication
Azure Storage Replication – A primary advantage of using Azure cloud storage is high availability due to various replication strategies that ensure data is always available to customers. Storage Services – All data services are accessible through a storage account in Azure:● Azure Containers (Blobs) ● Azure Files …