Port 500 โ IKE
UDP ยท Port 500 is used for Internet Key Exchange (IKE) over UDP, which is a protocol used to establish and maintain VPN connections. This port plays a crucial role in secure remote access and site-to-site VPNs.
- Port Number
- 500
- Service Name
- IKE
- Protocol
- UDP
- Common Software
- strongSwan, Openswan
Security Notes
Review IANA registry for port 500 usage. Apply principle of least privilege - only open ports that are required.
FAQ
Port 500 is used for IKE. Port 500 is used for Internet Key Exchange (IKE) over UDP, which is a protocol used to establish and maintain VPN connections. This port plays a crucial role in secure remote access and site-to-site VPNs. Common software: strongSwan, Openswan.
Review IANA registry for port 500 usage. Apply principle of least privilege - only open ports that are required.
Use nmap: nmap -p 500 <target> or check locally: ss -tlnp | rg 500