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
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.
Review IANA registry for port 1194 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 1194 <target> or check locally: ss -tlnp | rg 1194