This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
networking:firewall:common_ports [2012/01/12 11:57] gcooper |
networking:firewall:common_ports [2012/01/12 12:01] (current) gcooper |
||
---|---|---|---|
Line 3: | Line 3: | ||
The following TCP ports are used to provide common network services such as e-mail and remote access. | 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) | + | These are some of the most common |
- | These are some of the most common | + | :!: In the interest of security, a person would normally only forward secure (encrypted) |
:!: You should only forward the ports for the services you want to expose to the outside (Internet). | :!: You should only forward the ports for the services you want to expose to the outside (Internet). | ||
Line 13: | Line 13: | ||
|21|FTP Control|File Transfer Protocol|Client -> Server Control Connection| | |21|FTP Control|File Transfer Protocol|Client -> Server Control Connection| | ||
|22|SSH|Secure Shell|Encrypted secure shell and secure file transfers (SFTP)| | |22|SSH|Secure Shell|Encrypted secure shell and secure file transfers (SFTP)| | ||
- | |25|SMTP|Simple | + | |25|SMTP|Simple |
- | |80|HTTP|Hypertext Transfer Protocol|The | + | |80|HTTP|Hypertext Transfer Protocol|The |
|110|POP3|Post Office Protocol v3|Mail retrieval. Client-based message store.| | |110|POP3|Post Office Protocol v3|Mail retrieval. Client-based message store.| | ||
|143|IMAP|Internet Mail Access Protocol|Mail retrieval. Server-based message store.| | |143|IMAP|Internet Mail Access Protocol|Mail retrieval. Server-based message store.| | ||
|443|HTTPS|HTTP over SSL|Encrypted web traffic| | |443|HTTPS|HTTP over SSL|Encrypted web traffic| | ||
|465|SMTPS|SMTP over SSL|Encrypted mail traffic| | |465|SMTPS|SMTP over SSL|Encrypted mail traffic| | ||
- | |587|Submission|Used with SMTP protocol to submit mail from mail clients. May be secured with TLS.| | + | |587|Submission|SMTP on alternate port|Used with SMTP protocol to submit mail from mail clients. May be secured with TLS. Often used when ISP blocks port 25.| |
|993|IMAPS|IMAP over SSL|Encrypted mail retrieval. Client-based message store.| | |993|IMAPS|IMAP over SSL|Encrypted mail retrieval. Client-based message store.| | ||
|995|POPS|POP over SSL|Encrypted mail retrieval. Server-based message store.| | |995|POPS|POP over SSL|Encrypted mail retrieval. Server-based message store.| | ||
- | |1723|PPTP|Microsoft Point-to-Point-Tunneling | + | |1723|PPTP|Microsoft Point-to-Point |
|3389|RDP|Remote Desktop Protocol|Newer versions of RDP are more secure and support more features.| | |3389|RDP|Remote Desktop Protocol|Newer versions of RDP are more secure and support more features.| | ||
|5900|VNC|Virtual Network Computing|This remote control protocol may also be used on other ports such as 5901, 5902, etc.| | |5900|VNC|Virtual Network Computing|This remote control protocol may also be used on other ports such as 5901, 5902, etc.| | ||