Opening Ports on Core Compute VMs
This tutorial will walk you through how to open ports on Core Compute VMs, and assumes you already have a Core Compute VM deployed.
For Linux-based VMs (Optional):
sudo ufw enablesudo ufw allow <port_number>
sudo ufw status verbose
Additional optional commands for Linux:
Opening a port using a specific protocol:
sudo ufw allow <port_number>/<protocol>sudo ufw allow 22/tcpOpening a range of ports using a specific protocol:
sudo ufw allow <start_port>:<end_port>/<protocol>For Windows-based VMs:






Last updated
Was this helpful?