[BACK]Return to services CVS log [TXT][DIR] Up to [local] / src / etc

Annotation of src/etc/services, Revision 1.19

1.19    ! art         1: #      $OpenBSD: services,v 1.18 1998/11/15 00:06:01 niklas Exp $
1.1       deraadt     2: #
                      3: # Network services, Internet style
                      4: #
                      5: # Note that it is presently the policy of IANA to assign a single well-known
                      6: # port number for both TCP and UDP; hence, most entries here have two entries
                      7: # even if the protocol doesn't support UDP operations.
                      8: # Updated from RFC 1340, ``Assigned Numbers'' (July 1992).  Not all ports
                      9: # are included, only the more common ones.
                     10: #
                     11: #      from: @(#)services      5.8 (Berkeley) 5/9/91
                     12: #
                     13: tcpmux         1/tcp           # TCP port service multiplexer
                     14: echo           7/tcp
                     15: echo           7/udp
                     16: discard                9/tcp           sink null
                     17: discard                9/udp           sink null
                     18: systat         11/tcp          users
                     19: daytime                13/tcp
                     20: daytime                13/udp
                     21: netstat                15/tcp
                     22: qotd           17/tcp          quote
                     23: msp            18/tcp          # message send protocol
                     24: msp            18/udp          # message send protocol
                     25: chargen                19/tcp          ttytst source
                     26: chargen                19/udp          ttytst source
                     27: ftp-data       20/tcp          # default ftp data port
                     28: ftp            21/tcp
1.4       deraadt    29: ssh            22/tcp
                     30: ssh            22/udp
1.1       deraadt    31: telnet         23/tcp
                     32: # 24 - private
                     33: smtp           25/tcp          mail
                     34: # 26 - unassigned
                     35: time           37/tcp          timserver
                     36: time           37/udp          timserver
                     37: rlp            39/udp          resource        # resource location
                     38: nameserver     42/tcp          name            # IEN 116
                     39: whois          43/tcp          nicname
                     40: domain         53/tcp          nameserver      # name-domain server
                     41: domain         53/udp          nameserver
                     42: mtp            57/tcp                          # deprecated
                     43: bootps         67/tcp          # BOOTP server
                     44: bootps         67/udp
                     45: bootpc         68/tcp          # BOOTP client
                     46: bootpc         68/udp
                     47: tftp           69/udp
                     48: gopher         70/tcp          # Internet Gopher
                     49: gopher         70/udp
                     50: rje            77/tcp          netrjs
                     51: finger         79/tcp
                     52: www            80/tcp          http    # WorldWideWeb HTTP
                     53: www            80/udp                  # HyperText Transfer Protocol
                     54: link           87/tcp          ttylink
1.2       tholo      55: #kerberos      88/tcp          krb5    # Kerberos v5
                     56: #kerberos      88/udp
1.1       deraadt    57: supdup         95/tcp
                     58: # 100 - reserved
                     59: hostnames      101/tcp         hostname        # usually from sri-nic
                     60: iso-tsap       102/tcp         tsap            # part of ISODE.
1.15      kstailey   61: x400           103/tcp                 # ISO E-mail
                     62: x400-snd       104/tcp
1.1       deraadt    63: csnet-ns       105/tcp         cso-ns  # also used by CSO name server
                     64: csnet-ns       105/udp         cso-ns
                     65: rtelnet                107/tcp         # Remote Telnet
                     66: rtelnet                107/udp
                     67: pop2           109/tcp         postoffice      # POP version 2
                     68: pop2           109/udp
                     69: pop3           110/tcp         # POP version 3
                     70: pop3           110/udp
1.15      kstailey   71: sunrpc         111/tcp         portmap rpcbind
                     72: sunrpc         111/udp         portmap rpcbind
1.1       deraadt    73: auth           113/tcp         authentication tap ident
                     74: sftp           115/tcp
                     75: uucp-path      117/tcp
                     76: nntp           119/tcp         readnews untp   # USENET News Transfer Protocol
                     77: ntp            123/tcp
                     78: ntp            123/udp                         # Network Time Protocol
1.15      kstailey   79: loc-srv                135/tcp                         # NCS local location broker
                     80: loc-srv                135/udp
1.1       deraadt    81: netbios-ns     137/tcp                         # NETBIOS Name Service
                     82: netbios-ns     137/udp
                     83: netbios-dgm    138/tcp                         # NETBIOS Datagram Service
                     84: netbios-dgm    138/udp
                     85: netbios-ssn    139/tcp                         # NETBIOS session service
                     86: netbios-ssn    139/udp
                     87: imap2          143/tcp                         # Interim Mail Access Proto v2
                     88: imap2          143/udp
1.15      kstailey   89: bftp           152/tcp                         # Background File Transfer Proto
1.1       deraadt    90: snmp           161/udp                         # Simple Net Mgmt Proto
                     91: snmp-trap      162/udp         snmptrap        # Traps for SNMP
                     92: cmip-man       163/tcp                         # ISO mgmt over IP (CMOT)
                     93: cmip-man       163/udp
                     94: cmip-agent     164/tcp
                     95: cmip-agent     164/udp
                     96: xdmcp          177/tcp                         # X Display Mgr. Control Proto
                     97: xdmcp          177/udp
                     98: nextstep       178/tcp         NeXTStep NextStep       # NeXTStep window
                     99: nextstep       178/udp         NeXTStep NextStep       # server
                    100: bgp            179/tcp                         # Border Gateway Proto.
                    101: bgp            179/udp
                    102: prospero       191/tcp                         # Cliff Neuman's Prospero
                    103: prospero       191/udp
                    104: irc            194/tcp                         # Internet Relay Chat
                    105: irc            194/udp
                    106: smux           199/tcp                         # SNMP Unix Multiplexer
                    107: smux           199/udp
                    108: at-rtmp                201/tcp                         # AppleTalk routing
                    109: at-rtmp                201/udp
                    110: at-nbp         202/tcp                         # AppleTalk name binding
                    111: at-nbp         202/udp
                    112: at-echo                204/tcp                         # AppleTalk echo
                    113: at-echo                204/udp
                    114: at-zis         206/tcp                         # AppleTalk zone information
                    115: at-zis         206/udp
                    116: z3950          210/tcp         wais            # NISO Z39.50 database
                    117: z3950          210/udp         wais
                    118: ipx            213/tcp                         # IPX
                    119: ipx            213/udp
                    120: imap3          220/tcp                         # Interactive Mail Access
                    121: imap3          220/udp                         # Protocol v3
                    122: ulistserv      372/tcp                         # UNIX Listserv
                    123: ulistserv      372/udp
1.12      millert   124: nnsp           433/tcp         usenet          # Network News Transfer
1.10      millert   125: https          443/tcp                         # secure http (SSL)
1.13      provos    126: photuris       468/tcp                         # Photuris Key Management
                    127: photuris       468/udp
1.18      niklas    128: isakmp         500/udp                         # ISAKMP key management
1.1       deraadt   129: #
                    130: # UNIX specific services
                    131: #
                    132: exec           512/tcp
                    133: biff           512/udp         comsat
                    134: login          513/tcp
                    135: who            513/udp         whod
                    136: shell          514/tcp         cmd             # no passwords used
                    137: syslog         514/udp
                    138: printer                515/tcp         spooler         # line printer spooler
                    139: talk           517/udp
                    140: ntalk          518/udp
                    141: route          520/udp         router routed   # RIP
1.15      kstailey  142: efs            521/tcp                         # extended file name server
1.1       deraadt   143: timed          525/udp         timeserver
                    144: tempo          526/tcp         newdate
                    145: courier                530/tcp         rpc
                    146: conference     531/tcp         chat
                    147: netnews                532/tcp         readnews
                    148: netwall                533/udp                         # -for emergency broadcasts
                    149: uucp           540/tcp         uucpd           # uucp daemon
                    150: remotefs       556/tcp         rfs_server rfs  # Brunhoff remote filesystem
                    151: #
                    152: # From ``Assigned Numbers'':
                    153: #
                    154: #> The Registered Ports are not controlled by the IANA and on most systems
                    155: #> can be used by ordinary user processes or programs executed by ordinary
                    156: #> users.
                    157: #
                    158: #> Ports are used in the TCP [45,106] to name the ends of logical
                    159: #> connections which carry long term conversations.  For the purpose of
                    160: #> providing services to unknown callers, a service contact port is
                    161: #> defined.  This list specifies the port used by the server process as its
                    162: #> contact port.  While the IANA can not control uses of these ports it
                    163: #> does register or list uses of these ports as a convienence to the
                    164: #> community.
                    165: #
                    166: ingreslock     1524/tcp
                    167: ingreslock     1524/udp
                    168: prospero-np    1525/tcp                # Prospero non-privileged
                    169: prospero-np    1525/udp
1.7       deraadt   170: nfsd           2049/udp        nfs     # NFS server
                    171: nfsd           2049/tcp        nfs     # NFS server
1.1       deraadt   172: rfe            5002/tcp                # Radio Free Ethernet
                    173: rfe            5002/udp                # Actually uses UDP only
                    174: #
                    175: #
                    176: # Kerberos (Project Athena/MIT) services
                    177: # Note that these are for Kerberos v4, and are unofficial.  Sites running
1.2       tholo     178: # v5 should comment these out and uncomment the v5 entries above.
1.1       deraadt   179: #
1.16      jason     180: kerberos-sec   88/udp                          # Kerberos secondary port UDP
                    181: kerberos-sec   88/tcp                          # Kerberos secondary port TCP
                    182: klogin         543/tcp                         # Kerberos authenticated rlogin
                    183: kshell         544/tcp         krcmd           # and remote shell
                    184: ekshell                545/tcp              # Kerberos encrypted remote shell -kfall
                    185: ekshell2       2106/tcp             # What U of Colorado @ Boulder uses?
                    186: kerberos-adm   749/tcp                         # Kerberos `kadmin' (v5)
                    187: kerberos-iv    750/udp         kdc kerberos    # Kerberos authentication--udp
                    188: kerberos-iv    750/tcp         kdc kerberos    # Kerberos authentication--tdp
                    189: kerberos_master        751/udp         kerberos-master # Kerberos authentication
                    190: kerberos_master        751/tcp         kerberos-master # Kerberos authentication
                    191: krb_prop       754/tcp                         # Kerberos slave propagation
                    192: krbupdate      760/tcp         kreg            # BSD Kerberos registration
                    193: kpasswd                761/tcp         kpwd            # BSD Kerberos `passwd'
                    194: kpop           1109/tcp                        # Pop with Kerberos
                    195: eklogin                2105/tcp                        # Kerberos encrypted rlogin
                    196: rkinit         2108/tcp                        # Kerberos remote kinit
                    197: kx             2111/tcp                        # X over kerberos
                    198: kip            2112/tcp                        # IP over kerberos
                    199: kauth          2120/tcp                        # Remote kauth
1.17      art       200: #
                    201: # AFS Services
                    202: #
                    203: afs3-fileserver                7000/udp        # AFS fileserver
                    204: afs3-callback          7001/udp        # AFS callback server
                    205: afs3-prserver          7002/udp        # AFS protection server
                    206: afs3-vlserver          7003/udp        # AFS volumelocation server
                    207: afs3-kaserver          7004/udp        # AFS kerberos authenication server
                    208: afs3-volser            7005/udp        # AFS volume server
                    209: afs3-errors            7006/udp        # AFS error server ?
                    210: afs3-bos               7007/udp        # AFS basic over-see server ?
                    211: afs3-update            7008/udp        # ?
                    212: afs3-rmtsys            7009/udp        # ?
1.1       deraadt   213: #
1.5       deraadt   214: # Unofficial services
1.1       deraadt   215: #
                    216: supfilesrv     871/tcp                 # SUP server
1.19    ! art       217: rsync          873/tcp                 # rsync server
1.14      kstailey  218: cddb           888/tcp                 # Audio CD Database
1.1       deraadt   219: supfiledbg     1127/tcp                # SUP debugging
1.6       downsj    220: radius         1645/udp                # radius authentication
                    221: radacct                1646/udp                # radius accounting
1.15      kstailey  222: webster                2627/tcp                # Network dictionary
                    223: webster                2627/udp
1.8       kstailey  224: icb            7326/tcp                # Internet Citizen's Band
1.11      denny     225: #
                    226: # Appletalk
                    227: #
                    228: rtmp           1/ddp                   # Routing Table Maintenance Protocol
                    229: nbp            2/ddp                   # Name Binding Protocol
                    230: echo           4/ddp                   # AppleTalk Echo Protocol
                    231: zip            6/ddp                   # Zone Information Protocol