User Tools

Site Tools


networking:firewall:common_ports

This is an old revision of the document!


Commonly Used TCP Ports

The following TCP ports are used to provide common network services such as e-mail and remote access.

In the interest of security, a person would normally only forward secure (encrypted) ports to an inside host. For example, you might forward port 995 (POPS) instead of port 110 (POP) as the standard POP protocol passes passwords across the Internet in plain text, whereas POPS is an (SSL) encrypted protocol.

These are some of the most common ports that might be to be forwarded to and internal server from an external 'gateway/router/firewall' device.

:!: You should only forward the ports for the services you want to expose to the outside (Internet).

20FTP Control
21FTP Data
22SSH
25SMTPUsed to transfer mail between mail servers. May be secured with TLS.
80HTTP
110POP3
143IMAP
443HTTPS
465SMTP over SSL
587SubmissionUsed with SMTP protocol to submit mail from mail clients. May be secured with TLS.
993IMAP over SSL
995POP over SSL
1723PPTPMicrosoft Point-to-Point-Tunneling ProtocolPPTP also requires forwarding of the GRE Protocol. Check the documentation for the device you are using.
3389RDPRemote Desktop Protocol
5900VNC
networking/firewall/common_ports.1326393436.txt.gz · Last modified: 2012/01/12 11:37 by gcooper