Port 1723 โ PPTP
TCP ยท Port 1723/TCP is used for Point-to-Point Tunneling Protocol (PPTP) connections, allowing remote access to a network over the internet. PPTP encrypts data using MPPE and provides secure connectivity for remote users. This port is critical for organizations that require secure remote access.
- Port Number
- 1723
- Service Name
- PPTP
- Protocol
- TCP
- Common Software
- pptpd
Security Notes
Review IANA registry for port 1723 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 1723 is used for PPTP. Port 1723/TCP is used for Point-to-Point Tunneling Protocol (PPTP) connections, allowing remote access to a network over the internet. PPTP encrypts data using MPPE and provides secure connectivity for remote users. This port is critical for organizations that require secure remote access. Common software: pptpd.
Review IANA registry for port 1723 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 1723 <target> or check locally: ss -tlnp | rg 1723