xref: /illumos-gate/usr/src/cmd/cmd-inet/etc/services (revision 657a8c206b913d1ee578fd725f0b25eca5b77253)
17c478bd9Sstevel@tonic-gate#
2*657a8c20SJan Friedel# Copyright 2009 Sun Microsystems, Inc.  All rights reserved.
37c478bd9Sstevel@tonic-gate# Use is subject to license terms.
47c478bd9Sstevel@tonic-gate#
57c478bd9Sstevel@tonic-gate# CDDL HEADER START
67c478bd9Sstevel@tonic-gate#
77c478bd9Sstevel@tonic-gate# The contents of this file are subject to the terms of the
8d04ccbb3Scarlsonj# Common Development and Distribution License (the "License").
9d04ccbb3Scarlsonj# You may not use this file except in compliance with the License.
107c478bd9Sstevel@tonic-gate#
117c478bd9Sstevel@tonic-gate# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
127c478bd9Sstevel@tonic-gate# or http://www.opensolaris.org/os/licensing.
137c478bd9Sstevel@tonic-gate# See the License for the specific language governing permissions
147c478bd9Sstevel@tonic-gate# and limitations under the License.
157c478bd9Sstevel@tonic-gate#
167c478bd9Sstevel@tonic-gate# When distributing Covered Code, include this CDDL HEADER in each
177c478bd9Sstevel@tonic-gate# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
187c478bd9Sstevel@tonic-gate# If applicable, add the following below this CDDL HEADER, with the
197c478bd9Sstevel@tonic-gate# fields enclosed by brackets "[]" replaced with your own identifying
207c478bd9Sstevel@tonic-gate# information: Portions Copyright [yyyy] [name of copyright owner]
217c478bd9Sstevel@tonic-gate#
227c478bd9Sstevel@tonic-gate# CDDL HEADER END
237c478bd9Sstevel@tonic-gate#
247c478bd9Sstevel@tonic-gate# Network services, Internet style
257c478bd9Sstevel@tonic-gate#
267c478bd9Sstevel@tonic-gatetcpmux		1/tcp
277c478bd9Sstevel@tonic-gateecho		7/tcp
287c478bd9Sstevel@tonic-gateecho		7/udp
297c478bd9Sstevel@tonic-gatediscard		9/tcp		sink null
307c478bd9Sstevel@tonic-gatediscard		9/udp		sink null
317c478bd9Sstevel@tonic-gatesystat		11/tcp		users
327c478bd9Sstevel@tonic-gatedaytime		13/tcp
337c478bd9Sstevel@tonic-gatedaytime		13/udp
347c478bd9Sstevel@tonic-gatenetstat		15/tcp
357c478bd9Sstevel@tonic-gatechargen		19/tcp		ttytst source
367c478bd9Sstevel@tonic-gatechargen		19/udp		ttytst source
377c478bd9Sstevel@tonic-gateftp-data	20/tcp
387c478bd9Sstevel@tonic-gateftp		21/tcp
397c478bd9Sstevel@tonic-gatessh		22/tcp				# Secure Shell
407c478bd9Sstevel@tonic-gatetelnet		23/tcp
417c478bd9Sstevel@tonic-gatesmtp		25/tcp		mail
427c478bd9Sstevel@tonic-gatetime		37/tcp		timserver
437c478bd9Sstevel@tonic-gatetime		37/udp		timserver
447c478bd9Sstevel@tonic-gatename		42/udp		nameserver
457c478bd9Sstevel@tonic-gatewhois		43/tcp		nicname		# usually to sri-nic
467c478bd9Sstevel@tonic-gatedomain		53/udp
477c478bd9Sstevel@tonic-gatedomain		53/tcp
487c478bd9Sstevel@tonic-gatebootps		67/udp				# BOOTP/DHCP server
497c478bd9Sstevel@tonic-gatebootpc		68/udp				# BOOTP/DHCP client
507c478bd9Sstevel@tonic-gatekerberos	88/udp		kdc		# Kerberos V5 KDC
517c478bd9Sstevel@tonic-gatekerberos	88/tcp		kdc		# Kerberos V5 KDC
527c478bd9Sstevel@tonic-gatehostnames	101/tcp		hostname	# usually to sri-nic
537c478bd9Sstevel@tonic-gatepop2		109/tcp		pop-2		# Post Office Protocol - V2
547c478bd9Sstevel@tonic-gatepop3		110/tcp				# Post Office Protocol - Version 3
557c478bd9Sstevel@tonic-gatesunrpc		111/udp		rpcbind
567c478bd9Sstevel@tonic-gatesunrpc		111/tcp		rpcbind
577c478bd9Sstevel@tonic-gateimap		143/tcp		imap2		# Internet Mail Access Protocol v2
587c478bd9Sstevel@tonic-gateldap		389/tcp				# Lightweight Directory Access Protocol
597c478bd9Sstevel@tonic-gateldap		389/udp				# Lightweight Directory Access Protocol
60d04ccbb3Scarlsonjdhcpv6-client	546/udp		dhcpv6c		# DHCPv6 Client (RFC 3315)
61d04ccbb3Scarlsonjdhcpv6-server	547/udp		dhcpv6s		# DHCPv6 Server (RFC 3315)
627c478bd9Sstevel@tonic-gatesubmission	587/tcp				# Mail Message Submission
637c478bd9Sstevel@tonic-gatesubmission	587/udp				#    see RFC 2476
647c478bd9Sstevel@tonic-gateldaps		636/tcp				# LDAP protocol over TLS/SSL (was sldap)
657c478bd9Sstevel@tonic-gateldaps		636/udp				# LDAP protocol over TLS/SSL (was sldap)
66911106dfSjm199354icap		1344/tcp			# Internet Content Adaptation Protocol
677c478bd9Sstevel@tonic-gate#
687c478bd9Sstevel@tonic-gate# Host specific functions
697c478bd9Sstevel@tonic-gate#
707c478bd9Sstevel@tonic-gatetftp		69/udp
717c478bd9Sstevel@tonic-gaterje		77/tcp
727c478bd9Sstevel@tonic-gatefinger		79/tcp
737c478bd9Sstevel@tonic-gatelink		87/tcp		ttylink
747c478bd9Sstevel@tonic-gatesupdup		95/tcp
757c478bd9Sstevel@tonic-gateiso-tsap	102/tcp
767c478bd9Sstevel@tonic-gatex400		103/tcp				# ISO Mail
777c478bd9Sstevel@tonic-gatex400-snd	104/tcp
787c478bd9Sstevel@tonic-gatecsnet-ns	105/tcp
797c478bd9Sstevel@tonic-gatepop-2		109/tcp				# Post Office
807c478bd9Sstevel@tonic-gateuucp-path	117/tcp
817c478bd9Sstevel@tonic-gatenntp            119/tcp         usenet		# Network News Transfer
827c478bd9Sstevel@tonic-gatentp		123/tcp				# Network Time Protocol
837c478bd9Sstevel@tonic-gatentp		123/udp				# Network Time Protocol
847c478bd9Sstevel@tonic-gatenetbios-ns	137/tcp				# NETBIOS Name Service
857c478bd9Sstevel@tonic-gatenetbios-ns	137/udp				# NETBIOS Name Service
867c478bd9Sstevel@tonic-gatenetbios-dgm	138/tcp				# NETBIOS Datagram Service
877c478bd9Sstevel@tonic-gatenetbios-dgm	138/udp				# NETBIOS Datagram Service
887c478bd9Sstevel@tonic-gatenetbios-ssn	139/tcp				# NETBIOS Session Service
897c478bd9Sstevel@tonic-gatenetbios-ssn	139/udp				# NETBIOS Session Service
907c478bd9Sstevel@tonic-gateNeWS		144/tcp		news		# Window System
917c478bd9Sstevel@tonic-gateslp		427/tcp		slp		# Service Location Protocol, V2
927c478bd9Sstevel@tonic-gateslp             427/udp         slp             # Service Location Protocol, V2
937c478bd9Sstevel@tonic-gatemobile-ip	434/udp		mobile-ip	# Mobile-IP
947c478bd9Sstevel@tonic-gatecvc_hostd	442/tcp				# Network Console
95da6c28aaSamwmicrosoft-ds	445/tcp				# Microsoft Directory Services
96da6c28aaSamwmicrosoft-ds	445/udp				# Microsoft Directory Services
977c478bd9Sstevel@tonic-gateike		500/udp		ike		# Internet Key Exchange
987c478bd9Sstevel@tonic-gateuuidgen		697/tcp				# UUID Generator
997c478bd9Sstevel@tonic-gateuuidgen		697/udp				# UUID Generator
1007c478bd9Sstevel@tonic-gate#
1017c478bd9Sstevel@tonic-gate# UNIX specific services
1027c478bd9Sstevel@tonic-gate#
1037c478bd9Sstevel@tonic-gate# these are NOT officially assigned
1047c478bd9Sstevel@tonic-gate#
1057c478bd9Sstevel@tonic-gateexec		512/tcp
1067c478bd9Sstevel@tonic-gatelogin		513/tcp
1077c478bd9Sstevel@tonic-gateshell		514/tcp		cmd		# no passwords used
1087c478bd9Sstevel@tonic-gateprinter		515/tcp		spooler		# line printer spooler
1097c478bd9Sstevel@tonic-gatecourier		530/tcp		rpc		# experimental
1107c478bd9Sstevel@tonic-gateuucp		540/tcp		uucpd		# uucp daemon
1117c478bd9Sstevel@tonic-gatebiff		512/udp		comsat
1127c478bd9Sstevel@tonic-gatewho		513/udp		whod
1137c478bd9Sstevel@tonic-gatesyslog		514/udp
1147c478bd9Sstevel@tonic-gatetalk		517/udp
1157c478bd9Sstevel@tonic-gateroute		520/udp		router routed
1167c478bd9Sstevel@tonic-gateripng		521/udp
1177c478bd9Sstevel@tonic-gateklogin		543/tcp				# Kerberos authenticated rlogin
1187c478bd9Sstevel@tonic-gatekshell		544/tcp		cmd		# Kerberos authenticated remote shell
1197c478bd9Sstevel@tonic-gatenew-rwho	550/udp		new-who		# experimental
1207c478bd9Sstevel@tonic-gatermonitor	560/udp		rmonitord	# experimental
1217c478bd9Sstevel@tonic-gatemonitor		561/udp				# experimental
1227c478bd9Sstevel@tonic-gatepcserver	600/tcp				# ECD Integrated PC board srvr
1237c478bd9Sstevel@tonic-gatesun-dr		665/tcp				# Remote Dynamic Reconfiguration
1247c478bd9Sstevel@tonic-gatekerberos-adm	749/tcp				# Kerberos V5 Administration
1257c478bd9Sstevel@tonic-gatekerberos-adm	749/udp				# Kerberos V5 Administration
1267c478bd9Sstevel@tonic-gatekerberos-iv	750/udp         		# Kerberos V4 key server
1277c478bd9Sstevel@tonic-gatekrb5_prop	754/tcp				# Kerberos V5 KDC propogation
1287c478bd9Sstevel@tonic-gateufsd		1008/tcp	ufsd		# UFS-aware server
1297c478bd9Sstevel@tonic-gateufsd		1008/udp	ufsd
1307c478bd9Sstevel@tonic-gatecvc		1495/tcp			# Network Console
1317c478bd9Sstevel@tonic-gateingreslock      1524/tcp
1327c478bd9Sstevel@tonic-gatewww-ldap-gw	1760/tcp			# HTTP to LDAP gateway
1337c478bd9Sstevel@tonic-gatewww-ldap-gw	1760/udp			# HTTP to LDAP gateway
1347c478bd9Sstevel@tonic-gatelisten          2766/tcp                        # System V listener port
1357c478bd9Sstevel@tonic-gatenfsd		2049/udp	nfs		# NFS server daemon (clts)
1367c478bd9Sstevel@tonic-gatenfsd		2049/tcp	nfs		# NFS server daemon (cots)
1377c478bd9Sstevel@tonic-gateeklogin		2105/tcp			# Kerberos encrypted rlogin
1387c478bd9Sstevel@tonic-gatelockd		4045/udp			# NFS lock daemon/manager
1397c478bd9Sstevel@tonic-gatelockd		4045/tcp
140437220cdSdanmcdipsec-nat-t	4500/udp			# IPsec NAT-Traversal
1414b22b933Srs200217mdns		5353/udp			# Multicast DNS
1424b22b933Srs200217mdns		5353/tcp
1434d5451d2SAlan Coopersmithvnc-server	5900/tcp			# VNC Server
1447c478bd9Sstevel@tonic-gatedtspc		6112/tcp			# CDE subprocess control
1457c478bd9Sstevel@tonic-gatefs		7100/tcp			# Font server
146*657a8c20SJan Friedelsolaris-audit	16162/tcp			# Secure remote audit logging
147