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
| Method | Open port on the site side? | Security | Network complexity |
|---|---|---|---|
| Outbound VPN | No | ★★★★★ | Low |
| RDP/VNC port forwarding | Yes (3389/5900) | ★ | Low |
| Modbus port forwarding | Yes (502) | ✗ (no security) | Low |
| Site-to-site IPSEC VPN | No | ★★★★ | High |
| ZTNA (Zero Trust Network Access) | No | ★★★★★ | Medium |
| TeamViewer / AnyDesk | No | ★★★ | 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.