Port 1194 โ€” OpenVPN

TCP/UDP ยท Port 1194 is used for OpenVPN, a widely-used virtual private network (VPN) protocol that provides secure and encrypted connections between remote sites. This port is critical in ensuring the confidentiality and integrity of data transmitted over public networks.

Port Number
1194
Service Name
OpenVPN
Protocol
TCP/UDP
Common Software
OpenVPN

Security Notes

Review IANA registry for port 1194 usage. Apply principle of least privilege - only open ports that are required.

FAQ

What is port 1194 used for?

Port 1194 is used for OpenVPN. Port 1194 is used for OpenVPN, a widely-used virtual private network (VPN) protocol that provides secure and encrypted connections between remote sites. This port is critical in ensuring the confidentiality and integrity of data transmitted over public networks. Common software: OpenVPN.

Is port 1194 dangerous to leave open?

Review IANA registry for port 1194 usage. Apply principle of least privilege - only open ports that are required.

How do I check if port 1194 is open?

Use nmap: nmap -p 1194 <target> or check locally: ss -tlnp | rg 1194