xref: /original-bsd/etc/services (revision fac0c393)
1509a373fSbostic#
2509a373fSbostic# Network services, Internet style
3509a373fSbostic#
4*fac0c393Smckusick#	@(#)services	8.2 (Berkeley) 03/26/95
508d534aeSbostic#
6b12f46dfSandrewtcpmux		1/tcp				# TCP port multiplexer (RFC1078)
7509a373fSbosticecho		7/tcp
8509a373fSbosticecho		7/udp
9509a373fSbosticdiscard		9/tcp		sink null
10509a373fSbosticdiscard		9/udp		sink null
11509a373fSbosticsystat		11/tcp		users
12509a373fSbosticdaytime		13/tcp
13509a373fSbosticdaytime		13/udp
14509a373fSbosticnetstat		15/tcp
15509a373fSbosticqotd		17/tcp		quote
16509a373fSbosticchargen		19/tcp		ttytst source
17509a373fSbosticchargen		19/udp		ttytst source
18509a373fSbosticftp		21/tcp
19509a373fSbostictelnet		23/tcp
20509a373fSbosticsmtp		25/tcp		mail
21509a373fSbostictime		37/tcp		timserver
22509a373fSbostictime		37/udp		timserver
23509a373fSbosticrlp		39/udp		resource	# resource location
24509a373fSbosticnameserver	42/tcp		name		# IEN 116
25509a373fSbosticwhois		43/tcp		nicname
26509a373fSbosticdomain		53/tcp		nameserver	# name-domain server
27509a373fSbosticdomain		53/udp		nameserver
28509a373fSbosticmtp		57/tcp				# deprecated
298ab22c5fSsellgren# Bootp experimental (sellgren@vangogh)
3035f28c93Ssellgrenbootp		67/udp				# bootp server
3135f28c93Ssellgren#bootpc		68/udp				# bootp client
328ab22c5fSsellgren#
33*fac0c393Smckusick# tftp		69/udp				# off by default for security
34509a373fSbosticrje		77/tcp		netrjs
35509a373fSbosticfinger		79/tcp
36509a373fSbosticlink		87/tcp		ttylink
37509a373fSbosticsupdup		95/tcp
38509a373fSbostichostnames	101/tcp		hostname	# usually from sri-nic
3908d534aeSbostictsap		102/tcp				# part of ISODE.
40509a373fSbostic#csnet-cs	105/?
41509a373fSbosticpop		109/tcp		postoffice
42509a373fSbosticsunrpc		111/tcp
43509a373fSbosticsunrpc		111/udp
44509a373fSbosticauth		113/tcp		authentication
45509a373fSbosticsftp		115/tcp
46509a373fSbosticuucp-path	117/tcp
47509a373fSbosticnntp		119/tcp		readnews untp	# USENET News Transfer Protocol
48b12f46dfSandrewntp		123/udp
490f8bb602Ssklowersnmp		161/udp
500f8bb602Ssklowersnmp-trap	162/udp
51509a373fSbostic#
52509a373fSbostic# UNIX specific services
53509a373fSbostic#
54509a373fSbosticexec		512/tcp
55509a373fSbosticbiff		512/udp		comsat
56509a373fSbosticlogin		513/tcp
57509a373fSbosticwho		513/udp		whod
58509a373fSbosticshell		514/tcp		cmd		# no passwords used
59509a373fSbosticsyslog		514/udp
60509a373fSbosticprinter		515/tcp		spooler		# line printer spooler
61509a373fSbostictalk		517/udp
62509a373fSbosticntalk		518/udp
63509a373fSbosticroute		520/udp		router routed
64509a373fSbostictimed		525/udp		timeserver
65509a373fSbostictempo		526/tcp		newdate
66509a373fSbosticcourier		530/tcp		rpc
67509a373fSbosticconference	531/tcp		chat
68509a373fSbosticnetnews		532/tcp		readnews
69509a373fSbosticnetwall		533/udp				# -for emergency broadcasts
70509a373fSbosticuucp		540/tcp		uucpd		# uucp daemon
7102cd971bSbosticrdist		541/tcp		rdistd		# rdist daemon
72509a373fSbosticremotefs	556/tcp		rfs_server rfs	# Brunhoff remote filesystem
73509a373fSbostic
74509a373fSbosticingreslock	1524/tcp
753fc96340Skfall#
763fc96340Skfall# Kerberos (Project Athena/MIT) services
773fc96340Skfall#
78767012fbSbostickerberos	750/udp		kdc	# Kerberos (server) udp
79767012fbSbostickerberos	750/tcp		kdc	# Kerberos (server) tcp
80767012fbSbostickrbupdate	760/tcp		kreg	# Kerberos registration
81767012fbSbostickpasswd		761/tcp		kpwd	# Kerberos "passwd"
82767012fbSbosticklogin		543/tcp			# Kerberos rlogin
83767012fbSbosticeklogin		2105/tcp		# Kerberos encrypted rlogin
84767012fbSbostickshell		544/tcp		krcmd	# Kerberos remote shell
85