Home » Personal collection » Acorn hard disk » apps » NetApps » !Internet/files/Services

!Internet/files/Services

This website contains an archive of files for the Acorn Electron, BBC Micro, Acorn Archimedes, Commodore 16 and Commodore 64 computers, which Dominic Ford has rescued from his private collection of floppy disks and cassettes.

Some of these files were originally commercial releases in the 1980s and 1990s, but they are now widely available online. I assume that copyright over them is no longer being asserted. If you own the copyright and would like files to be removed, please contact me.

Tape/disk: Home » Personal collection » Acorn hard disk » apps » NetApps
Filename: !Internet/files/Services
Read OK:
File size: 0C7A bytes
Load address: 0000
Exec address: 0000
File contents
#
# Internet Services Database
#
# This file contains information regarding the known services available
# in the Internet. For each service a single line should be present
# with the following information:
#
#     official service name
#     port number
#     protocol name
#     aliases
#
# Items are separated by any number of blanks and/or tab characters.
# The port number and protocol name are considered a single item;
# a ``/'' is used to separate the port and protocol (e.g. ``512/tcp'').
# A ``#'' indicates the beginning of a comment; characters up to the end
# of the line are not interpreted by routines which search the file.
#
# Service names may contain any printable character other than a field
# delimiter, newline, or comment character.
#
# Note: the following entries are valid and should not be changed:

echo            7/tcp
echo            7/udp
discard         9/tcp           sink null
discard         9/udp           sink null
systat          11/tcp          users
daytime         13/tcp
daytime         13/udp
netstat         15/tcp
qotd            17/tcp          quote
chargen         19/tcp          ttytst source
chargen         19/udp          ttytst source
ftp             21/tcp
telnet          23/tcp
smtp            25/tcp          mail
time            37/tcp          timserver
time            37/udp          timserver
rlp             39/udp          resource        # resource location
nameserver      42/tcp          name            # IEN 116
whois           43/tcp          nicname
domain          53/tcp          nameserver      # name-domain server
domain          53/udp          nameserver
mtp             57/tcp                          # deprecated
tftp            69/udp
netdisk         70/udp
rje             77/tcp          netrjs
finger          79/tcp
link            87/tcp          ttylink
supdup          95/tcp
hostnames       101/tcp         hostname        # usually from sri-nic
pop             109/tcp         postoffice
sunrpc          111/tcp
sunrpc          111/udp
auth            113/tcp         authentication
sftp            115/tcp
uucp-path       117/tcp
nntp            119/tcp         readnews untp   # USENET News Transfer Protocol
#
# UNIX specific services
#
exec            512/tcp
biff            512/udp         comsat
login           513/tcp
who             513/udp         whod
shell           514/tcp         cmd             # no passwords used
syslog          514/udp
printer         515/tcp         spooler         # line printer spooler
talk            517/udp
ntalk           518/udp
efs             520/tcp                         # for LucasFilm
route           520/udp         router routed
timed           525/udp         timeserver
tempo           526/tcp         newdate
courier         530/tcp         rpc
conference      531/tcp         chat
netnews         532/tcp         readnews
netwall         533/udp                         # -for emergency broadcasts
uucp            540/tcp         uucpd           # uucp daemon
remotefs        556/tcp         rfs_server rfs  # Brunhoff remote filesystem

rdisc           557/tcp         rfs_server      # Acorn remote disc server

ingreslock      1524/tcp
00000000  23 0a 23 20 49 6e 74 65  72 6e 65 74 20 53 65 72  |#.# Internet Ser|
00000010  76 69 63 65 73 20 44 61  74 61 62 61 73 65 0a 23  |vices Database.#|
00000020  0a 23 20 54 68 69 73 20  66 69 6c 65 20 63 6f 6e  |.# This file con|
00000030  74 61 69 6e 73 20 69 6e  66 6f 72 6d 61 74 69 6f  |tains informatio|
00000040  6e 20 72 65 67 61 72 64  69 6e 67 20 74 68 65 20  |n regarding the |
00000050  6b 6e 6f 77 6e 20 73 65  72 76 69 63 65 73 20 61  |known services a|
00000060  76 61 69 6c 61 62 6c 65  0a 23 20 69 6e 20 74 68  |vailable.# in th|
00000070  65 20 49 6e 74 65 72 6e  65 74 2e 20 46 6f 72 20  |e Internet. For |
00000080  65 61 63 68 20 73 65 72  76 69 63 65 20 61 20 73  |each service a s|
00000090  69 6e 67 6c 65 20 6c 69  6e 65 20 73 68 6f 75 6c  |ingle line shoul|
000000a0  64 20 62 65 20 70 72 65  73 65 6e 74 0a 23 20 77  |d be present.# w|
000000b0  69 74 68 20 74 68 65 20  66 6f 6c 6c 6f 77 69 6e  |ith the followin|
000000c0  67 20 69 6e 66 6f 72 6d  61 74 69 6f 6e 3a 0a 23  |g information:.#|
000000d0  0a 23 20 20 20 20 20 6f  66 66 69 63 69 61 6c 20  |.#     official |
000000e0  73 65 72 76 69 63 65 20  6e 61 6d 65 0a 23 20 20  |service name.#  |
000000f0  20 20 20 70 6f 72 74 20  6e 75 6d 62 65 72 0a 23  |   port number.#|
00000100  20 20 20 20 20 70 72 6f  74 6f 63 6f 6c 20 6e 61  |     protocol na|
00000110  6d 65 0a 23 20 20 20 20  20 61 6c 69 61 73 65 73  |me.#     aliases|
00000120  0a 23 0a 23 20 49 74 65  6d 73 20 61 72 65 20 73  |.#.# Items are s|
00000130  65 70 61 72 61 74 65 64  20 62 79 20 61 6e 79 20  |eparated by any |
00000140  6e 75 6d 62 65 72 20 6f  66 20 62 6c 61 6e 6b 73  |number of blanks|
00000150  20 61 6e 64 2f 6f 72 20  74 61 62 20 63 68 61 72  | and/or tab char|
00000160  61 63 74 65 72 73 2e 0a  23 20 54 68 65 20 70 6f  |acters..# The po|
00000170  72 74 20 6e 75 6d 62 65  72 20 61 6e 64 20 70 72  |rt number and pr|
00000180  6f 74 6f 63 6f 6c 20 6e  61 6d 65 20 61 72 65 20  |otocol name are |
00000190  63 6f 6e 73 69 64 65 72  65 64 20 61 20 73 69 6e  |considered a sin|
000001a0  67 6c 65 20 69 74 65 6d  3b 0a 23 20 61 20 60 60  |gle item;.# a ``|
000001b0  2f 27 27 20 69 73 20 75  73 65 64 20 74 6f 20 73  |/'' is used to s|
000001c0  65 70 61 72 61 74 65 20  74 68 65 20 70 6f 72 74  |eparate the port|
000001d0  20 61 6e 64 20 70 72 6f  74 6f 63 6f 6c 20 28 65  | and protocol (e|
000001e0  2e 67 2e 20 60 60 35 31  32 2f 74 63 70 27 27 29  |.g. ``512/tcp'')|
000001f0  2e 0a 23 20 41 20 60 60  23 27 27 20 69 6e 64 69  |..# A ``#'' indi|
00000200  63 61 74 65 73 20 74 68  65 20 62 65 67 69 6e 6e  |cates the beginn|
00000210  69 6e 67 20 6f 66 20 61  20 63 6f 6d 6d 65 6e 74  |ing of a comment|
00000220  3b 20 63 68 61 72 61 63  74 65 72 73 20 75 70 20  |; characters up |
00000230  74 6f 20 74 68 65 20 65  6e 64 0a 23 20 6f 66 20  |to the end.# of |
00000240  74 68 65 20 6c 69 6e 65  20 61 72 65 20 6e 6f 74  |the line are not|
00000250  20 69 6e 74 65 72 70 72  65 74 65 64 20 62 79 20  | interpreted by |
00000260  72 6f 75 74 69 6e 65 73  20 77 68 69 63 68 20 73  |routines which s|
00000270  65 61 72 63 68 20 74 68  65 20 66 69 6c 65 2e 0a  |earch the file..|
00000280  23 0a 23 20 53 65 72 76  69 63 65 20 6e 61 6d 65  |#.# Service name|
00000290  73 20 6d 61 79 20 63 6f  6e 74 61 69 6e 20 61 6e  |s may contain an|
000002a0  79 20 70 72 69 6e 74 61  62 6c 65 20 63 68 61 72  |y printable char|
000002b0  61 63 74 65 72 20 6f 74  68 65 72 20 74 68 61 6e  |acter other than|
000002c0  20 61 20 66 69 65 6c 64  0a 23 20 64 65 6c 69 6d  | a field.# delim|
000002d0  69 74 65 72 2c 20 6e 65  77 6c 69 6e 65 2c 20 6f  |iter, newline, o|
000002e0  72 20 63 6f 6d 6d 65 6e  74 20 63 68 61 72 61 63  |r comment charac|
000002f0  74 65 72 2e 0a 23 0a 23  20 4e 6f 74 65 3a 20 74  |ter..#.# Note: t|
00000300  68 65 20 66 6f 6c 6c 6f  77 69 6e 67 20 65 6e 74  |he following ent|
00000310  72 69 65 73 20 61 72 65  20 76 61 6c 69 64 20 61  |ries are valid a|
00000320  6e 64 20 73 68 6f 75 6c  64 20 6e 6f 74 20 62 65  |nd should not be|
00000330  20 63 68 61 6e 67 65 64  3a 0a 0a 65 63 68 6f 20  | changed:..echo |
00000340  20 20 20 20 20 20 20 20  20 20 20 37 2f 74 63 70  |           7/tcp|
00000350  0a 65 63 68 6f 20 20 20  20 20 20 20 20 20 20 20  |.echo           |
00000360  20 37 2f 75 64 70 0a 64  69 73 63 61 72 64 20 20  | 7/udp.discard  |
00000370  20 20 20 20 20 20 20 39  2f 74 63 70 20 20 20 20  |       9/tcp    |
00000380  20 20 20 20 20 20 20 73  69 6e 6b 20 6e 75 6c 6c  |       sink null|
00000390  0a 64 69 73 63 61 72 64  20 20 20 20 20 20 20 20  |.discard        |
000003a0  20 39 2f 75 64 70 20 20  20 20 20 20 20 20 20 20  | 9/udp          |
000003b0  20 73 69 6e 6b 20 6e 75  6c 6c 0a 73 79 73 74 61  | sink null.systa|
000003c0  74 20 20 20 20 20 20 20  20 20 20 31 31 2f 74 63  |t          11/tc|
000003d0  70 20 20 20 20 20 20 20  20 20 20 75 73 65 72 73  |p          users|
000003e0  0a 64 61 79 74 69 6d 65  20 20 20 20 20 20 20 20  |.daytime        |
000003f0  20 31 33 2f 74 63 70 0a  64 61 79 74 69 6d 65 20  | 13/tcp.daytime |
00000400  20 20 20 20 20 20 20 20  31 33 2f 75 64 70 0a 6e  |        13/udp.n|
00000410  65 74 73 74 61 74 20 20  20 20 20 20 20 20 20 31  |etstat         1|
00000420  35 2f 74 63 70 0a 71 6f  74 64 20 20 20 20 20 20  |5/tcp.qotd      |
00000430  20 20 20 20 20 20 31 37  2f 74 63 70 20 20 20 20  |      17/tcp    |
00000440  20 20 20 20 20 20 71 75  6f 74 65 0a 63 68 61 72  |      quote.char|
00000450  67 65 6e 20 20 20 20 20  20 20 20 20 31 39 2f 74  |gen         19/t|
00000460  63 70 20 20 20 20 20 20  20 20 20 20 74 74 79 74  |cp          ttyt|
00000470  73 74 20 73 6f 75 72 63  65 0a 63 68 61 72 67 65  |st source.charge|
00000480  6e 20 20 20 20 20 20 20  20 20 31 39 2f 75 64 70  |n         19/udp|
00000490  20 20 20 20 20 20 20 20  20 20 74 74 79 74 73 74  |          ttytst|
000004a0  20 73 6f 75 72 63 65 0a  66 74 70 20 20 20 20 20  | source.ftp     |
000004b0  20 20 20 20 20 20 20 20  32 31 2f 74 63 70 0a 74  |        21/tcp.t|
000004c0  65 6c 6e 65 74 20 20 20  20 20 20 20 20 20 20 32  |elnet          2|
000004d0  33 2f 74 63 70 0a 73 6d  74 70 20 20 20 20 20 20  |3/tcp.smtp      |
000004e0  20 20 20 20 20 20 32 35  2f 74 63 70 20 20 20 20  |      25/tcp    |
000004f0  20 20 20 20 20 20 6d 61  69 6c 0a 74 69 6d 65 20  |      mail.time |
00000500  20 20 20 20 20 20 20 20  20 20 20 33 37 2f 74 63  |           37/tc|
00000510  70 20 20 20 20 20 20 20  20 20 20 74 69 6d 73 65  |p          timse|
00000520  72 76 65 72 0a 74 69 6d  65 20 20 20 20 20 20 20  |rver.time       |
00000530  20 20 20 20 20 33 37 2f  75 64 70 20 20 20 20 20  |     37/udp     |
00000540  20 20 20 20 20 74 69 6d  73 65 72 76 65 72 0a 72  |     timserver.r|
00000550  6c 70 20 20 20 20 20 20  20 20 20 20 20 20 20 33  |lp             3|
00000560  39 2f 75 64 70 20 20 20  20 20 20 20 20 20 20 72  |9/udp          r|
00000570  65 73 6f 75 72 63 65 20  20 20 20 20 20 20 20 23  |esource        #|
00000580  20 72 65 73 6f 75 72 63  65 20 6c 6f 63 61 74 69  | resource locati|
00000590  6f 6e 0a 6e 61 6d 65 73  65 72 76 65 72 20 20 20  |on.nameserver   |
000005a0  20 20 20 34 32 2f 74 63  70 20 20 20 20 20 20 20  |   42/tcp       |
000005b0  20 20 20 6e 61 6d 65 20  20 20 20 20 20 20 20 20  |   name         |
000005c0  20 20 20 23 20 49 45 4e  20 31 31 36 0a 77 68 6f  |   # IEN 116.who|
000005d0  69 73 20 20 20 20 20 20  20 20 20 20 20 34 33 2f  |is           43/|
000005e0  74 63 70 20 20 20 20 20  20 20 20 20 20 6e 69 63  |tcp          nic|
000005f0  6e 61 6d 65 0a 64 6f 6d  61 69 6e 20 20 20 20 20  |name.domain     |
00000600  20 20 20 20 20 35 33 2f  74 63 70 20 20 20 20 20  |     53/tcp     |
00000610  20 20 20 20 20 6e 61 6d  65 73 65 72 76 65 72 20  |     nameserver |
00000620  20 20 20 20 20 23 20 6e  61 6d 65 2d 64 6f 6d 61  |     # name-doma|
00000630  69 6e 20 73 65 72 76 65  72 0a 64 6f 6d 61 69 6e  |in server.domain|
00000640  20 20 20 20 20 20 20 20  20 20 35 33 2f 75 64 70  |          53/udp|
00000650  20 20 20 20 20 20 20 20  20 20 6e 61 6d 65 73 65  |          namese|
00000660  72 76 65 72 0a 6d 74 70  20 20 20 20 20 20 20 20  |rver.mtp        |
00000670  20 20 20 20 20 35 37 2f  74 63 70 20 20 20 20 20  |     57/tcp     |
00000680  20 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |                |
00000690  20 20 20 20 20 23 20 64  65 70 72 65 63 61 74 65  |     # deprecate|
000006a0  64 0a 74 66 74 70 20 20  20 20 20 20 20 20 20 20  |d.tftp          |
000006b0  20 20 36 39 2f 75 64 70  0a 6e 65 74 64 69 73 6b  |  69/udp.netdisk|
000006c0  20 20 20 20 20 20 20 20  20 37 30 2f 75 64 70 0a  |         70/udp.|
000006d0  72 6a 65 20 20 20 20 20  20 20 20 20 20 20 20 20  |rje             |
000006e0  37 37 2f 74 63 70 20 20  20 20 20 20 20 20 20 20  |77/tcp          |
000006f0  6e 65 74 72 6a 73 0a 66  69 6e 67 65 72 20 20 20  |netrjs.finger   |
00000700  20 20 20 20 20 20 20 37  39 2f 74 63 70 0a 6c 69  |       79/tcp.li|
00000710  6e 6b 20 20 20 20 20 20  20 20 20 20 20 20 38 37  |nk            87|
00000720  2f 74 63 70 20 20 20 20  20 20 20 20 20 20 74 74  |/tcp          tt|
00000730  79 6c 69 6e 6b 0a 73 75  70 64 75 70 20 20 20 20  |ylink.supdup    |
00000740  20 20 20 20 20 20 39 35  2f 74 63 70 0a 68 6f 73  |      95/tcp.hos|
00000750  74 6e 61 6d 65 73 20 20  20 20 20 20 20 31 30 31  |tnames       101|
00000760  2f 74 63 70 20 20 20 20  20 20 20 20 20 68 6f 73  |/tcp         hos|
00000770  74 6e 61 6d 65 20 20 20  20 20 20 20 20 23 20 75  |tname        # u|
00000780  73 75 61 6c 6c 79 20 66  72 6f 6d 20 73 72 69 2d  |sually from sri-|
00000790  6e 69 63 0a 70 6f 70 20  20 20 20 20 20 20 20 20  |nic.pop         |
000007a0  20 20 20 20 31 30 39 2f  74 63 70 20 20 20 20 20  |    109/tcp     |
000007b0  20 20 20 20 70 6f 73 74  6f 66 66 69 63 65 0a 73  |    postoffice.s|
000007c0  75 6e 72 70 63 20 20 20  20 20 20 20 20 20 20 31  |unrpc          1|
000007d0  31 31 2f 74 63 70 0a 73  75 6e 72 70 63 20 20 20  |11/tcp.sunrpc   |
000007e0  20 20 20 20 20 20 20 31  31 31 2f 75 64 70 0a 61  |       111/udp.a|
000007f0  75 74 68 20 20 20 20 20  20 20 20 20 20 20 20 31  |uth            1|
00000800  31 33 2f 74 63 70 20 20  20 20 20 20 20 20 20 61  |13/tcp         a|
00000810  75 74 68 65 6e 74 69 63  61 74 69 6f 6e 0a 73 66  |uthentication.sf|
00000820  74 70 20 20 20 20 20 20  20 20 20 20 20 20 31 31  |tp            11|
00000830  35 2f 74 63 70 0a 75 75  63 70 2d 70 61 74 68 20  |5/tcp.uucp-path |
00000840  20 20 20 20 20 20 31 31  37 2f 74 63 70 0a 6e 6e  |      117/tcp.nn|
00000850  74 70 20 20 20 20 20 20  20 20 20 20 20 20 31 31  |tp            11|
00000860  39 2f 74 63 70 20 20 20  20 20 20 20 20 20 72 65  |9/tcp         re|
00000870  61 64 6e 65 77 73 20 75  6e 74 70 20 20 20 23 20  |adnews untp   # |
00000880  55 53 45 4e 45 54 20 4e  65 77 73 20 54 72 61 6e  |USENET News Tran|
00000890  73 66 65 72 20 50 72 6f  74 6f 63 6f 6c 0a 23 0a  |sfer Protocol.#.|
000008a0  23 20 55 4e 49 58 20 73  70 65 63 69 66 69 63 20  |# UNIX specific |
000008b0  73 65 72 76 69 63 65 73  0a 23 0a 65 78 65 63 20  |services.#.exec |
000008c0  20 20 20 20 20 20 20 20  20 20 20 35 31 32 2f 74  |           512/t|
000008d0  63 70 0a 62 69 66 66 20  20 20 20 20 20 20 20 20  |cp.biff         |
000008e0  20 20 20 35 31 32 2f 75  64 70 20 20 20 20 20 20  |   512/udp      |
000008f0  20 20 20 63 6f 6d 73 61  74 0a 6c 6f 67 69 6e 20  |   comsat.login |
00000900  20 20 20 20 20 20 20 20  20 20 35 31 33 2f 74 63  |          513/tc|
00000910  70 0a 77 68 6f 20 20 20  20 20 20 20 20 20 20 20  |p.who           |
00000920  20 20 35 31 33 2f 75 64  70 20 20 20 20 20 20 20  |  513/udp       |
00000930  20 20 77 68 6f 64 0a 73  68 65 6c 6c 20 20 20 20  |  whod.shell    |
00000940  20 20 20 20 20 20 20 35  31 34 2f 74 63 70 20 20  |       514/tcp  |
00000950  20 20 20 20 20 20 20 63  6d 64 20 20 20 20 20 20  |       cmd      |
00000960  20 20 20 20 20 20 20 23  20 6e 6f 20 70 61 73 73  |       # no pass|
00000970  77 6f 72 64 73 20 75 73  65 64 0a 73 79 73 6c 6f  |words used.syslo|
00000980  67 20 20 20 20 20 20 20  20 20 20 35 31 34 2f 75  |g          514/u|
00000990  64 70 0a 70 72 69 6e 74  65 72 20 20 20 20 20 20  |dp.printer      |
000009a0  20 20 20 35 31 35 2f 74  63 70 20 20 20 20 20 20  |   515/tcp      |
000009b0  20 20 20 73 70 6f 6f 6c  65 72 20 20 20 20 20 20  |   spooler      |
000009c0  20 20 20 23 20 6c 69 6e  65 20 70 72 69 6e 74 65  |   # line printe|
000009d0  72 20 73 70 6f 6f 6c 65  72 0a 74 61 6c 6b 20 20  |r spooler.talk  |
000009e0  20 20 20 20 20 20 20 20  20 20 35 31 37 2f 75 64  |          517/ud|
000009f0  70 0a 6e 74 61 6c 6b 20  20 20 20 20 20 20 20 20  |p.ntalk         |
00000a00  20 20 35 31 38 2f 75 64  70 0a 65 66 73 20 20 20  |  518/udp.efs   |
00000a10  20 20 20 20 20 20 20 20  20 20 35 32 30 2f 74 63  |          520/tc|
00000a20  70 20 20 20 20 20 20 20  20 20 20 20 20 20 20 20  |p               |
00000a30  20 20 20 20 20 20 20 20  20 20 23 20 66 6f 72 20  |          # for |
00000a40  4c 75 63 61 73 46 69 6c  6d 0a 72 6f 75 74 65 20  |LucasFilm.route |
00000a50  20 20 20 20 20 20 20 20  20 20 35 32 30 2f 75 64  |          520/ud|
00000a60  70 20 20 20 20 20 20 20  20 20 72 6f 75 74 65 72  |p         router|
00000a70  20 72 6f 75 74 65 64 0a  74 69 6d 65 64 20 20 20  | routed.timed   |
00000a80  20 20 20 20 20 20 20 20  35 32 35 2f 75 64 70 20  |        525/udp |
00000a90  20 20 20 20 20 20 20 20  74 69 6d 65 73 65 72 76  |        timeserv|
00000aa0  65 72 0a 74 65 6d 70 6f  20 20 20 20 20 20 20 20  |er.tempo        |
00000ab0  20 20 20 35 32 36 2f 74  63 70 20 20 20 20 20 20  |   526/tcp      |
00000ac0  20 20 20 6e 65 77 64 61  74 65 0a 63 6f 75 72 69  |   newdate.couri|
00000ad0  65 72 20 20 20 20 20 20  20 20 20 35 33 30 2f 74  |er         530/t|
00000ae0  63 70 20 20 20 20 20 20  20 20 20 72 70 63 0a 63  |cp         rpc.c|
00000af0  6f 6e 66 65 72 65 6e 63  65 20 20 20 20 20 20 35  |onference      5|
00000b00  33 31 2f 74 63 70 20 20  20 20 20 20 20 20 20 63  |31/tcp         c|
00000b10  68 61 74 0a 6e 65 74 6e  65 77 73 20 20 20 20 20  |hat.netnews     |
00000b20  20 20 20 20 35 33 32 2f  74 63 70 20 20 20 20 20  |    532/tcp     |
00000b30  20 20 20 20 72 65 61 64  6e 65 77 73 0a 6e 65 74  |    readnews.net|
00000b40  77 61 6c 6c 20 20 20 20  20 20 20 20 20 35 33 33  |wall         533|
00000b50  2f 75 64 70 20 20 20 20  20 20 20 20 20 20 20 20  |/udp            |
00000b60  20 20 20 20 20 20 20 20  20 20 20 20 20 23 20 2d  |             # -|
00000b70  66 6f 72 20 65 6d 65 72  67 65 6e 63 79 20 62 72  |for emergency br|
00000b80  6f 61 64 63 61 73 74 73  0a 75 75 63 70 20 20 20  |oadcasts.uucp   |
00000b90  20 20 20 20 20 20 20 20  20 35 34 30 2f 74 63 70  |         540/tcp|
00000ba0  20 20 20 20 20 20 20 20  20 75 75 63 70 64 20 20  |         uucpd  |
00000bb0  20 20 20 20 20 20 20 20  20 23 20 75 75 63 70 20  |         # uucp |
00000bc0  64 61 65 6d 6f 6e 0a 72  65 6d 6f 74 65 66 73 20  |daemon.remotefs |
00000bd0  20 20 20 20 20 20 20 35  35 36 2f 74 63 70 20 20  |       556/tcp  |
00000be0  20 20 20 20 20 20 20 72  66 73 5f 73 65 72 76 65  |       rfs_serve|
00000bf0  72 20 72 66 73 20 20 23  20 42 72 75 6e 68 6f 66  |r rfs  # Brunhof|
00000c00  66 20 72 65 6d 6f 74 65  20 66 69 6c 65 73 79 73  |f remote filesys|
00000c10  74 65 6d 0a 0a 72 64 69  73 63 20 20 20 20 20 20  |tem..rdisc      |
00000c20  20 20 20 20 20 35 35 37  2f 74 63 70 20 20 20 20  |     557/tcp    |
00000c30  20 20 20 20 20 72 66 73  5f 73 65 72 76 65 72 20  |     rfs_server |
00000c40  20 20 20 20 20 23 20 41  63 6f 72 6e 20 72 65 6d  |     # Acorn rem|
00000c50  6f 74 65 20 64 69 73 63  20 73 65 72 76 65 72 0a  |ote disc server.|
00000c60  0a 69 6e 67 72 65 73 6c  6f 63 6b 20 20 20 20 20  |.ingreslock     |
00000c70  20 31 35 32 34 2f 74 63  70 0a                    | 1524/tcp.|
00000c7a