cwatch
10-12-2002, 01:34 AM
Does anyone know the standard ports for the following:
http
POP3
IMAP
SMTP
MySQL
DNS
FTP
SSL
SSH
Any help is appreciated.
http
POP3
IMAP
SMTP
MySQL
DNS
FTP
SSL
SSH
Any help is appreciated.
![]() | View Full Version : Which ports? cwatch 10-12-2002, 01:34 AM Does anyone know the standard ports for the following: http POP3 IMAP SMTP MySQL DNS FTP SSL SSH Any help is appreciated. clocker1996 10-12-2002, 01:45 AM cat /etc/services TMX 10-12-2002, 01:47 AM http - 80 POP3 - 110 IMAP - 143 SMTP - 25 MySQL - 3306 (I think) DNS - 53 FTP - 21 SSL - 443 (https) SSH - 22 -Bob cwatch 10-12-2002, 02:02 AM Thanks guys! Acronym BOY 10-12-2002, 05:42 AM just ask IANA (Internet Assigned Numbers Authority): http://www.iana.org/assignments/port-numbers |