OT Security

Remote Access Without Port Forwarding: Secure Outbound Architecture

How to Access Industrial Equipment Remotely Without Opening Any Inbound Ports? Outbound Tunnel Architecture, Reverse VPN, Zero Trust.

Quick answer
L’Remote access without opening ports (outbound-only VPN) is the standard secure method for industrial OT networks. The gateway at the site initiates a connection outgoing to a cloud server (a single outgoing TCP/UDP port) and keeps this tunnel open. Technicians connect to the cloud server—never directly to the site. The result: No open incoming ports, no firewall rules to create on the site side, no exposure to the Internet.

The Dangers of Port Opening in OT Networks

Opening inbound ports on an industrial network is the practice that leads to the most OT cybersecurity incidents:

  • Port 502 (Modbus) — exposed without authentication on thousands of industrial devices.
  • Port 3389 (RDP) — targeted by brute-force and ransomware attacks.
  • Port 5900 (VNC) — often unprotected or protected by weak passwords.
  • Port 4840 (OPC UA) — sometimes exposed without security policies enabled.

Automatic Internet scanning (via Shodan, Censys, ZoomEye) continuously indexes all these services. An exposed device is identified and targeted within a few hours. Access without opening ports completely eliminates this attack surface.

"Outbound-Only" Architecture: How It Works

The site’s firewall only allows outgoing traffic to the Eziwan Cloud server’s IP address. All incoming connections are blocked. The technician never connects directly to the site—he always goes through the cloud server, which relays the connection via the already established tunnel.

Comparison of Remote Access Methods

MethodOpen port on the site side?SecurityNetwork complexity
Outbound VPNNo★★★★★Low
RDP/VNC port forwardingYes (3389/5900)Low
Modbus port forwardingYes (502)✗ (no security)Low
Site-to-site IPSEC VPNNo★★★★High
ZTNA (Zero Trust Network Access)No★★★★★Medium
TeamViewer / AnyDeskNo★★★Low (but not OT-native)

Site-Side Firewall Configuration

For a router/gateway with an outbound VPN, the only firewall rule needed on the site side is:

ALLOW: Outbound TCP/UDP traffic from [gateway IP] to [VPN server IP] on port 443 (or 1194)
BLOQUER : Tout autre trafic entrant

This minimum requirement is consistent with the most restrictive security policies of industrial IT departments.

The Eziwan Approach

The Eziwan Gateway is designed around the "outbound only" principle: as soon as it is powered on, it initiates an outbound connection to the Eziwan Cloud and keeps this tunnel active at all times. No port forwarding rules are required—you simply need to allow outbound HTTPS traffic, which is enabled by default in all network environments.

For more information: Secure Industrial VPN, Industrial Zero Trust, and Remote Access to Industrial PLCs.

Frequently Asked Questions

You might also like