services revision 5751
1#
2# Network services, Internet style
3#
4# Note that it is presently the policy of IANA to assign a single well-known
5# port number for both TCP and UDP; hence, most entries here have two entries
6# even if the protocol doesn't support UDP operations.
7# Updated from RFC 1340, ``Assigned Numbers'' (July 1992).  Not all ports
8# are included, only the more common ones.
9#
10#	$Id: services,v 1.7 1994/03/02 17:58:29 wollman Exp $
11#	From: @(#)services	5.8 (Berkeley) 5/9/91
12#
13tcpmux		1/tcp		# TCP port service multiplexer
14echo		7/tcp
15echo		7/udp
16discard		9/tcp		sink null
17discard		9/udp		sink null
18systat		11/tcp		users
19daytime		13/tcp
20daytime		13/udp
21netstat		15/tcp
22qotd		17/tcp		quote
23msp		18/tcp		# message send protocol
24msp		18/udp		# message send protocol
25chargen		19/tcp		ttytst source
26chargen		19/udp		ttytst source
27ftp		21/tcp
28# 22 - unassigned
29telnet		23/tcp
30# 24 - private
31smtp		25/tcp		mail
32# 26 - unassigned
33time		37/tcp		timserver
34time		37/udp		timserver
35rlp		39/udp		resource	# resource location
36nameserver	42/tcp		name		# IEN 116
37whois		43/tcp		nicname
38domain		53/tcp		nameserver	# name-domain server
39domain		53/udp		nameserver
40mtp		57/tcp				# deprecated
41bootps		67/tcp		# BOOTP server
42bootps		67/udp
43bootpc		68/tcp		# BOOTP client
44bootpc		68/udp
45tftp		69/udp
46gopher		70/tcp		# Internet Gopher
47gopher		70/udp
48rje		77/tcp		netrjs
49finger		79/tcp
50www		80/tcp		http	# WorldWideWeb HTTP
51www		80/udp			# HyperText Transfer Protocol
52link		87/tcp		ttylink
53#kerberos	88/tcp		krb5	# Kerberos v5
54#kerberos	88/udp
55supdup		95/tcp
56# 100 - reserved
57hostnames	101/tcp		hostname	# usually from sri-nic
58iso-tsap	102/tcp		tsap		# part of ISODE.
59csnet-ns	105/tcp		cso-ns	# also used by CSO name server
60csnet-ns	105/udp		cso-ns
61rtelnet		107/tcp		# Remote Telnet
62rtelnet		107/udp
63pop2		109/tcp		postoffice	# POP version 2
64pop2		109/udp
65pop3		110/tcp		# POP version 3
66pop3		110/udp
67sunrpc		111/tcp
68sunrpc		111/udp
69auth		113/tcp		authentication
70sftp		115/tcp
71uucp-path	117/tcp
72nntp		119/tcp		readnews untp	# USENET News Transfer Protocol
73ntp		123/tcp
74ntp		123/udp				# Network Time Protocol
75netbios-ns	137/tcp				# NETBIOS Name Service
76netbios-ns	137/udp
77netbios-dgm	138/tcp				# NETBIOS Datagram Service
78netbios-dgm	138/udp
79netbios-ssn	139/tcp				# NETBIOS session service
80netbios-ssn	139/udp
81imap2		143/tcp				# Interim Mail Access Proto v2
82imap2		143/udp
83snmp		161/udp				# Simple Net Mgmt Proto
84snmp-trap	162/udp		snmptrap	# Traps for SNMP
85cmip-man	163/tcp				# ISO mgmt over IP (CMOT)
86cmip-man	163/udp
87cmip-agent	164/tcp
88cmip-agent	164/udp
89xdmcp		177/tcp				# X Display Mgr. Control Proto
90xdmcp		177/udp
91nextstep	178/tcp		NeXTStep NextStep	# NeXTStep window
92nextstep	178/udp		NeXTStep NextStep	# server
93bgp		179/tcp				# Border Gateway Proto.
94bgp		179/udp
95prospero	191/tcp				# Cliff Neuman's Prospero
96prospero	191/udp
97irc		194/tcp				# Internet Relay Chat
98irc		194/udp
99smux		199/tcp				# SNMP Unix Multiplexer
100smux		199/udp
101at-rtmp		201/tcp				# AppleTalk routing
102at-rtmp		201/udp
103at-nbp		202/tcp				# AppleTalk name binding
104at-nbp		202/udp
105at-echo		204/tcp				# AppleTalk echo
106at-echo		204/udp
107at-zis		206/tcp				# AppleTalk zone information
108at-zis		206/udp
109z3950		210/tcp		wais		# NISO Z39.50 database
110z3950		210/udp		wais
111ipx		213/tcp				# IPX
112ipx		213/udp
113imap3		220/tcp				# Interactive Mail Access
114imap3		220/udp				# Protocol v3
115ulistserv	372/tcp				# UNIX Listserv
116ulistserv	372/udp
117#
118# Berkeley-specific services
119#
120exec		512/tcp
121biff		512/udp		comsat
122login		513/tcp
123who		513/udp		whod
124shell		514/tcp		cmd		# no passwords used
125syslog		514/udp
126printer		515/tcp		spooler		# line printer spooler
127talk		517/udp
128ntalk		518/udp
129route		520/udp		router routed	# RIP
130timed		525/udp		timeserver
131tempo		526/tcp		newdate
132courier		530/tcp		rpc
133conference	531/tcp		chat
134netnews		532/tcp		readnews
135netwall		533/udp				# -for emergency broadcasts
136uucp		540/tcp		uucpd		# uucp daemon
137remotefs	556/tcp		rfs_server rfs	# Brunhoff remote filesystem
138#klogin		543/tcp				# Kerberized `rlogin' (v5)
139#kshell		544/tcp				# Kerberized `rsh' (v5)
140kerberos_admin	751/tcp				# Kerberos `kadmin' (v4)
141kerberos_admin	751/udp				# Kerberos `kadmin' (v4)
142kerberos-adm	749/tcp				# Kerberos `kadmin' (v5)
143#
144webster		765/tcp				# Network dictionary
145webster		765/udp
146#
147# From ``Assigned Numbers'':
148#
149#> The Registered Ports are not controlled by the IANA and on most systems
150#> can be used by ordinary user processes or programs executed by ordinary
151#> users.
152#
153#> Ports are used in the TCP [45,106] to name the ends of logical
154#> connections which carry long term conversations.  For the purpose of
155#> providing services to unknown callers, a service contact port is
156#> defined.  This list specifies the port used by the server process as its
157#> contact port.  While the IANA can not control uses of these ports it
158#> does register or list uses of these ports as a convienence to the
159#> community.
160#
161ingreslock	1524/tcp
162ingreslock	1524/udp
163prospero-np	1525/tcp		# Prospero non-privileged
164prospero-np	1525/udp
165rfe		5002/tcp		# Radio Free Ethernet
166rfe		5002/udp		# Actually uses UDP only
167#
168#
169# Kerberos (Project Athena/MIT) services
170# Note that these are for Kerberos v4, and are unofficial.  Sites running
171# v4 should uncomment these and comment out the v5 entries above.
172#
173kerberos	750/udp		kdc	# Kerberos (server) udp
174kerberos	750/tcp		kdc	# Kerberos (server) tcp
175krbupdate	760/tcp		kreg	# Kerberos registration
176kpasswd		761/tcp		kpwd	# Kerberos "passwd"
177klogin		543/tcp			# Kerberos rlogin
178eklogin		2105/tcp		# Kerberos encrypted rlogin
179kshell		544/tcp		krcmd	# Kerberos remote shell
180#
181supfilesrv	871/tcp			# for SUP
182supfiledbg	1127/tcp		# for SUP
183