@title = "Ports"
@summary = "The required open ports for different services."
@toc = true
There are many different ports that must be open in order for the LEAP platform to work. Some ports must be *publicly open*, meaning that these should be accessible from the public internet. Other ports are *privately open*, meaning that they must be accessible to sysadmins or to the other nodes in the provider's infrastructure.
Every node already includes a host-based firewall. However, if your network has its own firewall, you need to make sure that these ports are not blocked.
Publicly open ports
--------------------------------
Name |
Node Type |
Default |
Notes |
SMTP |
mx |
25 |
This is required for all server-to-server SMTP email relay. This is not configurable. |
HTTP |
webapp |
80 |
Although no actual services are available over port 80, it should be unblocked so that the web app can redirect to port 443. This is not configurable. |
HTTPS |
webapp |
443 |
The web application is available over this port. This is not configurable. |
SMTPS |
mx |
465 |
The client uses this port to submit outgoing email messages via SMTP over TLS. There is no easy way to change this, although you can create a custom files/service-definitions/v1/smtp-service.json.erb to do so. This will be changed to port 443 in the future. |
Soledad |
soledad |
2323 |
The client uses this port to synchronize its storage data. This can be changed via the configuration property soledad.port . This will be changed to port 443 in the future. |
Nicknym |
webapp |
6425 |
The client uses this port for discovering public keys. This can be changed via the configuration property nickserver.port . This will be changed to port 443 in the future. |
OpenVPN |
openvpn |
80, 443, 53, 1194 |
By default, OpenVPN gateways will listen on all those ports. This can be changed via the configuration property openvpn.ports . Note that these ports must be open for openvpn.gateway_address , not for ip_address . |
API |
webapp |
4430 |
Currently, the provider API is accessible via this port. In the future, the default will be changed to 443. For now, this can be changed via the configuration property api.port . |
Privately open ports
---------------------------------------