aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenrik Riomar <henrik.riomar@gmail.com>2020-05-21 13:00:10 +0200
committerNatanael Copa <ncopa@alpinelinux.org>2020-05-28 15:25:57 +0000
commite1c51734fa96fa4bac92e9f14a474324c67916fc (patch)
tree9a0ab8bfe9edad319c85c5be6fcc989d28409708
parent7cff9e3a5f902cea97b8eab8c976de042c7aa1c6 (diff)
downloadalpine_aports-e1c51734fa96fa4bac92e9f14a474324c67916fc.tar.bz2
alpine_aports-e1c51734fa96fa4bac92e9f14a474324c67916fc.tar.xz
alpine_aports-e1c51734fa96fa4bac92e9f14a474324c67916fc.zip
main/alpine-baselayout: update /etc/services
Use /etc/services from the Debian package netbase v6.1 Closes #10026
-rw-r--r--main/alpine-baselayout/APKBUILD7
-rw-r--r--main/alpine-baselayout/services1184
2 files changed, 4 insertions, 1187 deletions
diff --git a/main/alpine-baselayout/APKBUILD b/main/alpine-baselayout/APKBUILD
index 3a53648d19..e017a208e2 100644
--- a/main/alpine-baselayout/APKBUILD
+++ b/main/alpine-baselayout/APKBUILD
@@ -2,7 +2,7 @@
2# Maintainer: Natanael Copa <ncopa@alpinelinux.org> 2# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
3pkgname=alpine-baselayout 3pkgname=alpine-baselayout
4pkgver=3.2.0 4pkgver=3.2.0
5pkgrel=5 5pkgrel=6
6pkgdesc="Alpine base dir structure and init scripts" 6pkgdesc="Alpine base dir structure and init scripts"
7url="https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout" 7url="https://git.alpinelinux.org/cgit/aports/tree/main/alpine-baselayout"
8arch="all" 8arch="all"
@@ -26,12 +26,13 @@ source="mkmntdirs.c
26 passwd 26 passwd
27 profile 27 profile
28 protocols 28 protocols
29 services 29 services-$pkgver-$pkgrel::https://salsa.debian.org/md/netbase/-/raw/v6.1/etc/services
30 " 30 "
31builddir="$srcdir/build" 31builddir="$srcdir/build"
32 32
33prepare() { 33prepare() {
34 mkdir -p "$builddir" 34 mkdir -p "$builddir"
35 mv services-$pkgver-$pkgrel services
35} 36}
36 37
37build() { 38build() {
@@ -233,4 +234,4 @@ fdab6f8fec2a556ab817d90a73635a927ea04dbc4e0470ed59ee6a62c87393f9534c9b746b09a776
23306d12a7b9ca14fe17e412d0f24814620b67d035ae859be7906cbf4782dd69e359a6a555dafb98060b7fb7e4714aaa676c88d9017cded36e6d8398e23369bb290 passwd 23406d12a7b9ca14fe17e412d0f24814620b67d035ae859be7906cbf4782dd69e359a6a555dafb98060b7fb7e4714aaa676c88d9017cded36e6d8398e23369bb290 passwd
234424a3dc91b9ff056c55b49fbbf7100b1a3707603f91410c5846ab869bdf6fb72287481b1ee78ef07e7b9e20a35310118d5fdbcc96e1bbb2fc5e9b2e0583b8a1c profile 235424a3dc91b9ff056c55b49fbbf7100b1a3707603f91410c5846ab869bdf6fb72287481b1ee78ef07e7b9e20a35310118d5fdbcc96e1bbb2fc5e9b2e0583b8a1c profile
235f1548a2b5a107479446f15905f0f2fbf8762815b2215188d49d905c803786d35de6d98005dc0828fb2486b04aaa356f1216a964befddf1e72cb169656e23b6ac protocols 236f1548a2b5a107479446f15905f0f2fbf8762815b2215188d49d905c803786d35de6d98005dc0828fb2486b04aaa356f1216a964befddf1e72cb169656e23b6ac protocols
236cecfc06b1f455d65b0c54a5651e601298b455771333e39d0109eeffd7ebd8d81b7738738eb647e6d3076230b6f3707782b83662ea3764ec33dc5e0b3453d3965 services" 237680add49729cb9d88a03dfdd35c49784a951a18289adbf567f2126eb96b0378deca7b1d7999dac1579295466fca49e1cd5251341dd75da1a0f06f970ba8e0293 services-3.2.0-6"
diff --git a/main/alpine-baselayout/services b/main/alpine-baselayout/services
deleted file mode 100644
index c16f0ccf9d..0000000000
--- a/main/alpine-baselayout/services
+++ /dev/null
@@ -1,1184 +0,0 @@
1# /etc/services
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#
9# Some References:
10# http://www.iana.org/assignments/port-numbers
11# http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/services
12#
13# Each line describes one service, and is of the form:
14# service-name port/protocol [aliases ...] [# comment]
15#
16# See services(5) for more info.
17#
18
19#
20# IANA Assignments [Well Known Ports]
21# The Well Known Ports are assigned by the IANA and on most systems can
22# only be used by system (or root) processes or by programs executed by
23# privileged users.
24# The range for assigned ports managed by the IANA is 0-1023.
25#
26tcpmux 1/tcp # TCP port service multiplexer
27tcpmux 1/udp
28compressnet 2/tcp # Management Utility
29compressnet 2/udp
30compressnet 3/tcp # Compression Process
31compressnet 3/udp
32rje 5/tcp # Remote Job Entry
33rje 5/udp
34echo 7/tcp # Echo
35echo 7/udp
36discard 9/tcp sink null # Discard
37discard 9/udp sink null
38systat 11/tcp users # Active Users
39systat 11/udp users
40daytime 13/tcp # Daytime (RFC 867)
41daytime 13/udp
42#netstat 15/tcp # (was once asssigned, no more)
43qotd 17/tcp quote # Quote of the Day
44qotd 17/udp quote
45msp 18/tcp # Message Send Protocol
46msp 18/udp
47chargen 19/tcp ttytst source # Character Generator
48chargen 19/udp ttytst source
49ftp-data 20/tcp # File Transfer [Default Data]
50ftp-data 20/udp
51ftp 21/tcp # File Transfer [Control]
52ftp 21/udp fsp fspd
53ssh 22/tcp # SSH Remote Login Protocol
54ssh 22/udp
55telnet 23/tcp # Telnet
56telnet 23/udp
57# private 24/tcp # any private mail system
58# private 24/udp
59smtp 25/tcp mail # Simple Mail Transfer
60smtp 25/udp
61nsw-fe 27/tcp # NSW User System FE
62nsw-fe 27/udp
63msg-icp 29/tcp # MSG ICP
64msg-icp 29/udp
65msg-auth 31/tcp # MSG Authentication
66msg-auth 31/udp
67dsp 33/tcp # Display Support Protocol
68dsp 33/udp
69# private 35/tcp # any private printer server
70# private 35/udp
71time 37/tcp timserver
72time 37/udp timserver
73rap 38/tcp # Route Access Protocol
74rap 38/udp
75rlp 39/tcp resource # Resource Location Protocol
76rlp 39/udp resource
77graphics 41/tcp # Graphics
78graphics 41/udp
79nameserver 42/tcp name # Host Name Server
80nameserver 42/udp name
81nicname 43/tcp whois # Who Is
82nicname 43/udp whois
83mpm-flags 44/tcp # MPM FLAGS Protocol
84mpm-flags 44/udp
85mpm 45/tcp # Message Processing Module [recv]
86mpm 45/udp
87mpm-snd 46/tcp # MPM [default send]
88mpm-snd 46/udp
89ni-ftp 47/tcp # NI FTP
90ni-ftp 47/udp
91auditd 48/tcp # Digital Audit Daemon
92auditd 48/udp
93tacacs 49/tcp # Login Host Protocol (TACACS)
94tacacs 49/udp
95re-mail-ck 50/tcp # Remote Mail Checking Protocol
96re-mail-ck 50/udp
97domain 53/tcp # Domain Name Server
98domain 53/udp
99xns-ch 54/tcp # XNS Clearinghouse
100xns-ch 54/udp
101isi-gl 55/tcp # ISI Graphics Language
102isi-gl 55/udp
103xns-auth 56/tcp # XNS Authentication
104xns-auth 56/udp
105# private 57/tcp # any private terminal access
106# private 57/udp
107xns-mail 58/tcp # XNS Mail
108xns-mail 58/udp
109# private 59/tcp # any private file service
110# private 59/udp
111ni-mail 61/tcp # NI MAIL
112ni-mail 61/udp
113acas 62/tcp # ACA Services
114acas 62/udp
115whois++ 63/tcp # whois++
116whois++ 63/udp
117covia 64/tcp # Communications Integrator (CI)
118covia 64/udp
119tacacs-ds 65/tcp # TACACS-Database Service
120tacacs-ds 65/udp
121sql*net 66/tcp # Oracle SQL*NET
122sql*net 66/udp
123bootps 67/tcp # Bootstrap Protocol Server (BOOTP)
124bootps 67/udp
125bootpc 68/tcp # Bootstrap Protocol Client (BOOTP)
126bootpc 68/udp
127tftp 69/tcp # Trivial File Transfer
128tftp 69/udp
129gopher 70/tcp # Gopher
130gopher 70/udp
131netrjs-1 71/tcp # Remote Job Service
132netrjs-1 71/udp
133netrjs-2 72/tcp
134netrjs-2 72/udp
135netrjs-3 73/tcp
136netrjs-3 73/udp
137netrjs-4 74/tcp
138netrjs-4 74/udp
139# private 75/tcp # any private dial out service
140# private 75/udp
141deos 76/tcp # Distributed External Object Store
142deos 76/udp
143# private 77/tcp # any private RJE service
144# private 77/udp
145vettcp 78/tcp # vettcp
146vettcp 78/udp
147finger 79/tcp # Finger
148finger 79/udp
149http 80/tcp www www-http # World Wide Web HTTP
150http 80/udp www www-http
151hosts2-ns 81/tcp # HOSTS2 Name Server
152hosts2-ns 81/udp
153xfer 82/tcp # XFER Utility
154xfer 82/udp
155mit-ml-dev 83/tcp # MIT ML Device
156mit-ml-dev 83/udp
157ctf 84/tcp # Common Trace Facility
158ctf 84/udp
159mit-ml-dev 85/tcp # MIT ML Device
160mit-ml-dev 85/udp
161mfcobol 86/tcp # Micro Focus Cobol
162mfcobol 86/udp
163# private 87/tcp # any private terminal link
164# private 87/udp
165kerberos 88/tcp kerberos5 krb5 # Kerberos
166kerberos 88/udp kerberos5 krb5
167su-mit-tg 89/tcp # SU/MIT Telnet Gateway
168su-mit-tg 89/udp
169dnsix 90/tcp # DNSIX Securit Attribute Token Map
170dnsix 90/udp
171mit-dov 91/tcp # MIT Dover Spooler
172mit-dov 91/udp
173npp 92/tcp # Network Printing Protocol
174npp 92/udp
175dcp 93/tcp # Device Control Protocol
176dcp 93/udp
177objcall 94/tcp # Tivoli Object Dispatcher
178objcall 94/udp
179supdup 95/tcp # SUPDUP
180supdup 95/udp
181dixie 96/tcp # DIXIE Protocol Specification
182dixie 96/udp
183swift-rvf 97/tcp # Swift Remote Virtural File Protocol
184swift-rvf 97/udp
185tacnews 98/tcp linuxconf # TAC News
186tacnews 98/udp
187metagram 99/tcp # Metagram Relay
188metagram 99/udp
189#newacct 100/tcp # [unauthorized use]
190hostname 101/tcp hostnames # NIC Host Name Server
191hostname 101/udp hostnames
192iso-tsap 102/tcp tsap # ISO-TSAP Class 0
193iso-tsap 102/udp tsap
194gppitnp 103/tcp # Genesis Point-to-Point Trans Net
195gppitnp 103/udp
196acr-nema 104/tcp # ACR-NEMA Digital Imag. & Comm. 300
197acr-nema 104/udp
198cso 105/tcp csnet-ns cso-ns # CCSO name server protocol
199cso 105/udp csnet-ns cso-ns
2003com-tsmux 106/tcp poppassd # 3COM-TSMUX
2013com-tsmux 106/udp poppassd # Eudora: Unauthorized use by insecure poppassd protocol
202rtelnet 107/tcp # Remote Telnet Service
203rtelnet 107/udp
204snagas 108/tcp # SNA Gateway Access Server
205snagas 108/udp
206pop2 109/tcp pop-2 postoffice# Post Office Protocol - Version 2
207pop2 109/udp pop-2
208pop3 110/tcp pop-3 # Post Office Protocol - Version 3
209pop3 110/udp pop-3
210sunrpc 111/tcp portmapper rpcbind # SUN Remote Procedure Call
211sunrpc 111/udp portmapper rpcbind
212mcidas 112/tcp # McIDAS Data Transmission Protocol
213mcidas 112/udp
214auth 113/tcp authentication tap ident # Authentication Service
215auth 113/udp
216sftp 115/tcp # Simple File Transfer Protocol
217sftp 115/udp
218ansanotify 116/tcp # ANSA REX Notify
219ansanotify 116/udp
220uucp-path 117/tcp # UUCP Path Service
221uucp-path 117/udp
222sqlserv 118/tcp # SQL Services
223sqlserv 118/udp
224nntp 119/tcp readnews untp # Network News Transfer Protocol
225nntp 119/udp readnews untp
226cfdptkt 120/tcp # CFDPTKT
227cfdptkt 120/udp
228erpc 121/tcp # Encore Expedited Remote Pro.Call
229erpc 121/udp
230smakynet 122/tcp # SMAKYNET
231smakynet 122/udp
232ntp 123/tcp # Network Time Protocol
233ntp 123/udp
234ansatrader 124/tcp # ANSA REX Trader
235ansatrader 124/udp
236locus-map 125/tcp # Locus PC-Interface Net Map Ser
237locus-map 125/udp
238nxedit 126/tcp unitary # NXEdit
239nxedit 126/udp unitary # Unisys Unitary Login
240locus-con 127/tcp # Locus PC-Interface Conn Server
241locus-con 127/udp
242gss-xlicen 128/tcp # GSS X License Verification
243gss-xlicen 128/udp
244pwdgen 129/tcp # Password Generator Protocol
245pwdgen 129/udp
246cisco-fna 130/tcp # cisco FNATIVE
247cisco-fna 130/udp
248cisco-tna 131/tcp # cisco TNATIVE
249cisco-tna 131/udp
250cisco-sys 132/tcp # cisco SYSMAINT
251cisco-sys 132/udp
252statsrv 133/tcp # Statistics Service
253statsrv 133/udp
254ingres-net 134/tcp # INGRES-NET Service
255ingres-net 134/udp
256epmap 135/tcp loc-srv # DCE endpoint resolution
257epmap 135/udp loc-srv
258profile 136/tcp # PROFILE Naming System
259profile 136/udp
260netbios-ns 137/tcp # NETBIOS Name Service
261netbios-ns 137/udp
262netbios-dgm 138/tcp # NETBIOS Datagram Service
263netbios-dgm 138/udp
264netbios-ssn 139/tcp # NETBIOS Session Service
265netbios-ssn 139/udp
266emfis-data 140/tcp # EMFIS Data Service
267emfis-data 140/udp
268emfis-cntl 141/tcp # EMFIS Control Service
269emfis-cntl 141/udp
270imap 143/tcp imap2 # Internet Message Access Protocol
271imap 143/udp imap2
272uma 144/tcp # Universal Management Architecture
273uma 144/udp
274uaac 145/tcp # UAAC Protocol
275uaac 145/udp
276iso-tp0 146/tcp # ISO-TP0
277iso-tp0 146/udp
278iso-ip 147/tcp # ISO-IP
279iso-ip 147/udp
280jargon 148/tcp # Jargon
281jargon 148/udp
282aed-512 149/tcp # AED 512 Emulation Service
283aed-512 149/udp
284sql-net 150/tcp # SQL-NET
285sql-net 150/udp
286hems 151/tcp # HEMS
287hems 151/udp
288bftp 152/tcp # Background File Transfer Program
289bftp 152/udp
290sgmp 153/tcp # SGMP
291sgmp 153/udp
292netsc-prod 154/tcp # NETSC
293netsc-prod 154/udp
294netsc-dev 155/tcp
295netsc-dev 155/udp
296sqlsrv 156/tcp # SQL Service
297sqlsrv 156/udp
298knet-cmp 157/tcp # KNET/VM Command/Message Protocol
299knet-cmp 157/udp
300pcmail-srv 158/tcp # PCMail Server
301pcmail-srv 158/udp
302nss-routing 159/tcp # NSS-Routing
303nss-routing 159/udp
304sgmp-traps 160/tcp # SGMP-TRAPS
305sgmp-traps 160/udp
306snmp 161/tcp # Simple Net Mgmt Proto
307snmp 161/udp
308snmptrap 162/tcp snmp-trap # Traps for SNMP
309snmptrap 162/udp snmp-trap
310cmip-man 163/tcp # CMIP/TCP Manager
311cmip-man 163/udp
312cmip-agent 164/tcp # CMIP/TCP Agent
313cmip-agent 164/udp
314xns-courier 165/tcp # Xerox
315xns-courier 165/udp
316s-net 166/tcp # Sirius Systems
317s-net 166/udp
318namp 167/tcp # NAMP
319namp 167/udp
320rsvd 168/tcp # RSVD
321rsvd 168/udp
322send 169/tcp # SEND
323send 169/udp
324print-srv 170/tcp # Network PostScript
325print-srv 170/udp
326multiplex 171/tcp # Network Innovations Multiplex
327multiplex 171/udp
328cl/1 172/tcp # Network Innovations CL/1
329cl/1 172/udp
330xyplex-mux 173/tcp # Xyplex
331xyplex-mux 173/udp
332mailq 174/tcp # Mailer transport queue for Zmailer
333mailq 174/udp
334vmnet 175/tcp # VMNET
335vmnet 175/udp
336genrad-mux 176/tcp # GENRAD-MUX
337genrad-mux 176/udp
338xdmcp 177/tcp # X Display Manager Control Protocol
339xdmcp 177/udp
340nextstep 178/tcp NeXTStep NextStep# NextStep Window Server
341nextstep 178/udp NeXTStep NextStep
342bgp 179/tcp # Border Gateway Protocol
343bgp 179/udp
344ris 180/tcp # Intergraph
345ris 180/udp
346unify 181/tcp # Unify
347unify 181/udp
348audit 182/tcp # Unisys Audit SITP
349audit 182/udp
350ocbinder 183/tcp # OCBinder
351ocbinder 183/udp
352ocserver 184/tcp # OCServer
353ocserver 184/udp
354remote-kis 185/tcp # Remote-KIS
355remote-kis 185/udp
356kis 186/tcp # KIS Protocol
357kis 186/udp
358aci 187/tcp # Application Communication Interface
359aci 187/udp
360mumps 188/tcp # Plus Five's MUMPS
361mumps 188/udp
362qft 189/tcp # Queued File Transport
363qft 189/udp
364gacp 190/tcp # Gateway Access Control Protocol
365gacp 190/udp
366prospero 191/tcp # Prospero Directory Service
367prospero 191/udp
368osu-nms 192/tcp # OSU Network Monitoring System
369osu-nms 192/udp
370srmp 193/tcp # Spider Remote Monitoring Protocol
371srmp 193/udp
372irc 194/tcp # Internet Relay Chat Protocol
373irc 194/udp
374dn6-nlm-aud 195/tcp # DNSIX Network Level Module Audit
375dn6-nlm-aud 195/udp
376dn6-smm-red 196/tcp # DNSIX Session Mgt Module Audit Redir
377dn6-smm-red 196/udp
378dls 197/tcp # Directory Location Service
379dls 197/udp
380dls-mon 198/tcp # Directory Location Service Monitor
381dls-mon 198/udp
382smux 199/tcp # SNMP Unix Multiplexer
383smux 199/udp
384src 200/tcp # IBM System Resource Controller
385src 200/udp
386at-rtmp 201/tcp # AppleTalk Routing Maintenance
387at-rtmp 201/udp
388at-nbp 202/tcp # AppleTalk Name Binding
389at-nbp 202/udp
390at-echo 204/tcp # AppleTalk Echo
391at-echo 204/udp
392at-zis 206/tcp # AppleTalk Zone Information
393at-zis 206/udp
394qmtp 209/tcp # The Quick Mail Transfer Protocol
395qmtp 209/udp
396z39.50 210/tcp wais z3950 # ANSI Z39.50
397z39.50 210/udp wais z3950
398914c/g 211/tcp # Texas Instruments 914C/G Terminal
399914c/g 211/udp
400anet 212/tcp # ATEXSSTR
401anet 212/udp
402ipx 213/tcp # IPX
403ipx 213/udp
404imap3 220/tcp # Interactive Mail Access
405imap3 220/udp
406link 245/tcp # ttylink
407link 245/udp
408pawserv 345/tcp # Perf Analysis Workbench
409pawserv 345/udp
410zserv 346/tcp # Zebra server
411zserv 346/udp
412fatserv 347/tcp # Fatmen Server
413fatserv 347/udp
414scoi2odialog 360/tcp # scoi2odialog
415scoi2odialog 360/udp
416semantix 361/tcp # Semantix
417semantix 361/udp
418srssend 362/tcp # SRS Send
419srssend 362/udp
420rsvp_tunnel 363/tcp # RSVP Tunnel
421rsvp_tunnel 363/udp
422aurora-cmgr 364/tcp # Aurora CMGR
423aurora-cmgr 364/udp
424dtk 365/tcp # Deception Tool Kit
425dtk 365/udp
426odmr 366/tcp # ODMR
427odmr 366/udp
428rpc2portmap 369/tcp # Coda portmapper
429rpc2portmap 369/udp
430codaauth2 370/tcp # Coda authentication server
431codaauth2 370/udp
432clearcase 371/tcp # Clearcase
433clearcase 371/udp
434ulistproc 372/tcp ulistserv # UNIX Listserv
435ulistproc 372/udp ulistserv
436ldap 389/tcp # Lightweight Directory Access Protocol
437ldap 389/udp
438imsp 406/tcp # Interactive Mail Support Protocol
439imsp 406/udp
440svrloc 427/tcp # Server Location
441svrloc 427/udp
442mobileip-agent 434/tcp # MobileIP-Agent
443mobileip-agent 434/udp
444mobilip-mn 435/tcp # MobilIP-MN
445mobilip-mn 435/udp
446https 443/tcp # MCom
447https 443/udp
448snpp 444/tcp # Simple Network Paging Protocol
449snpp 444/udp
450microsoft-ds 445/tcp Microsoft-DS
451microsoft-ds 445/udp Microsoft-DS
452kpasswd 464/tcp kpwd # Kerberos "passwd"
453kpasswd 464/udp kpwd
454urd 465/tcp smtps ssmtp # URL Rendesvous Directory for SSM / smtp protocol over TLS/SSL
455igmpv3lite 465/udp smtps ssmtp # IGMP over UDP for SSM
456photuris 468/tcp
457photuris 468/udp
458rcp 469/tcp # Radio Control Protocol
459rcp 469/udp
460saft 487/tcp # Simple Asynchronous File Transfer
461saft 487/udp
462gss-http 488/tcp
463gss-http 488/udp
464pim-rp-disc 496/tcp
465pim-rp-disc 496/udp
466isakmp 500/tcp # IPsec - Internet Security Association and Key Management Protocol
467isakmp 500/udp
468exec 512/tcp # remote process execution
469comsat 512/udp biff # notify users of new mail received
470login 513/tcp # remote login a la telnet
471who 513/udp whod # who's logged in to machines
472shell 514/tcp cmd # no passwords used
473syslog 514/udp
474printer 515/tcp spooler # line printer spooler
475printer 515/udp spooler
476videotex 516/tcp
477videotex 516/udp
478talk 517/tcp # like tenex link
479talk 517/udp
480ntalk 518/tcp
481ntalk 518/udp
482utime 519/tcp unixtime
483utime 519/udp unixtime
484efs 520/tcp # extended file name server
485router 520/udp route routed # local routing process
486ripng 521/tcp
487ripng 521/udp
488ulp 522/tcp
489ulp 522/udp
490ibm-db2 523/tcp
491ibm-db2 523/udp
492ncp 524/tcp
493ncp 524/udp
494timed 525/tcp timeserver
495timed 525/udp timeserver
496tempo 526/tcp newdate
497tempo 526/udp newdate
498courier 530/tcp rpc
499courier 530/udp rpc
500conference 531/tcp chat
501conference 531/udp chat
502netnews 532/tcp readnews
503netnews 532/udp readnews
504netwall 533/tcp # -for emergency broadcasts
505netwall 533/udp
506mm-admin 534/tcp # MegaMedia Admin
507mm-admin 534/udp
508iiop 535/tcp
509iiop 535/udp
510opalis-rdv 536/tcp
511opalis-rdv 536/udp
512nmsp 537/tcp # Networked Media Streaming Protocol
513nmsp 537/udp
514gdomap 538/tcp # GNUstep distributed objects
515gdomap 538/udp
516uucp 540/tcp uucpd # uucp daemon
517uucp 540/udp uucpd
518klogin 543/tcp # Kerberized `rlogin' (v5)
519klogin 543/udp
520kshell 544/tcp krcmd # Kerberized `rsh' (v5)
521kshell 544/udp krcmd
522appleqtcsrvr 545/tcp
523appleqtcsrvr 545/udp
524dhcpv6-client 546/tcp # DHCPv6 Client
525dhcpv6-client 546/udp
526dhcpv6-server 547/tcp # DHCPv6 Server
527dhcpv6-server 547/udp
528afpovertcp 548/tcp # AFP over TCP
529afpovertcp 548/udp
530rtsp 554/tcp # Real Time Stream Control Protocol
531rtsp 554/udp
532dsf 555/tcp
533dsf 555/udp
534remotefs 556/tcp rfs_server rfs # Brunhoff remote filesystem
535remotefs 556/udp rfs_server rfs
536nntps 563/tcp snntp # NNTP over SSL
537nntps 563/udp snntp
5389pfs 564/tcp # plan 9 file service
5399pfs 564/udp
540whoami 565/tcp
541whoami 565/udp
542submission 587/tcp # mail message submission
543submission 587/udp
544http-alt 591/tcp # FileMaker, Inc. - HTTP Alternate
545http-alt 591/udp
546nqs 607/tcp # Network Queuing system
547nqs 607/udp
548npmp-local 610/tcp dqs313_qmaster # npmp-local / DQS
549npmp-local 610/udp dqs313_qmaster
550npmp-gui 611/tcp dqs313_execd # npmp-gui / DQS
551npmp-gui 611/udp dqs313_execd
552hmmp-ind 612/tcp dqs313_intercell# HMMP Indication / DQS
553hmmp-ind 612/udp dqs313_intercell
554cryptoadmin 624/tcp # Crypto Admin
555cryptoadmin 624/udp
556dec_dlm 625/tcp # DEC DLM
557dec_dlm 625/udp
558asia 626/tcp
559asia 626/udp
560passgo-tivoli 627/tcp # PassGo Tivoli
561passgo-tivoli 627/udp
562qmqp 628/tcp # Qmail QMQP
563qmqp 628/udp
5643com-amp3 629/tcp
5653com-amp3 629/udp
566rda 630/tcp
567rda 630/udp
568ipp 631/tcp # Internet Printing Protocol
569ipp 631/udp
570ldaps 636/tcp # LDAP over SSL
571ldaps 636/udp
572tinc 655/tcp # TINC control port
573tinc 655/udp
574acap 674/tcp # Application Configuration Access Protocol
575acap 674/udp
576asipregistry 687/tcp
577asipregistry 687/udp
578realm-rusd 688/tcp # ApplianceWare managment protocol
579realm-rusd 688/udp
580nmap 689/tcp # Opensource Network Mapper
581nmap 689/udp
582ha-cluster 694/tcp # Heartbeat HA-cluster
583ha-cluster 694/udp
584epp 700/tcp # Extensible Provisioning Protocol
585epp 700/udp
586iris-beep 702/tcp # IRIS over BEEP
587iris-beep 702/udp
588silc 706/tcp # SILC
589silc 706/udp
590kerberos-adm 749/tcp # Kerberos `kadmin' (v5)
591kerberos-adm 749/udp
592kerberos-iv 750/tcp kerberos4 kdc # Kerberos (server)
593kerberos-iv 750/udp kerberos4 kdc
594pump 751/tcp kerberos_master
595pump 751/udp kerberos_master # Kerberos authentication
596qrh 752/tcp passwd_server
597qrh 752/udp passwd_server # Kerberos passwd server
598rrh 753/tcp
599rrh 753/udp
600tell 754/tcp send krb_prop krb5_prop # Kerberos slave propagation
601tell 754/udp send
602nlogin 758/tcp
603nlogin 758/udp
604con 759/tcp
605con 759/udp
606ns 760/tcp krbupdate kreg # Kerberos registration
607ns 760/udp
608webster 765/tcp # Network dictionary
609webster 765/udp
610phonebook 767/tcp # Network phonebook
611phonebook 767/udp
612rsync 873/tcp # rsync
613rsync 873/udp
614ftps-data 989/tcp # ftp protocol, data, over TLS/SSL
615ftps-data 989/udp
616ftps 990/tcp # ftp protocol, control, over TLS/SSL
617ftps 990/udp
618nas 991/tcp # Netnews Administration System
619nas 991/udp
620telnets 992/tcp # telnet protocol over TLS/SSL
621telnets 992/udp
622imaps 993/tcp # imap4 protocol over TLS/SSL
623imaps 993/udp
624ircs 994/tcp # irc protocol over TLS/SSL
625ircs 994/udp
626pop3s 995/tcp # pop3 protocol over TLS/SSL
627pop3s 995/udp
628
629#
630# IANA Assignments [Registered Ports]
631#
632# The Registered Ports are listed by the IANA and on most systems can be
633# used by ordinary user processes or programs executed by ordinary
634# users.
635# Ports are used in the TCP [RFC793] to name the ends of logical
636# connections which carry long term conversations. For the purpose of
637# providing services to unknown callers, a service contact port is
638# defined. This list specifies the port used by the server process as
639# its contact port.
640# The IANA registers uses of these ports as a convenience to the
641# community.
642# To the extent possible, these same port assignments are used with the
643# UDP [RFC768].
644# The Registered Ports are in the range 1024-49151.
645#
646imgames 1077/tcp
647imgames 1077/udp
648socks 1080/tcp # socks proxy server
649socks 1080/udp
650rmiregistry 1099/tcp # Java RMI Registry
651rmiregistry 1099/udp
652bnetgame 1119/tcp # Battle.net Chat/Game Protocol
653bnetgame 1119/udp
654bnetfile 1120/tcp # Battle.net File Transfer Protocol
655bnetfile 1120/udp
656hpvmmcontrol 1124/tcp # HP VMM Control
657hpvmmcontrol 1124/udp
658hpvmmagent 1125/tcp # HP VMM Agent
659hpvmmagent 1125/udp
660hpvmmdata 1126/tcp # HP VMM Agent
661hpvmmdata 1126/udp
662resacommunity 1154/tcp # Community Service
663resacommunity 1154/udp
6643comnetman 1181/tcp # 3Com Net Management
6653comnetman 1181/udp
666mysql-cluster 1186/tcp # MySQL Cluster Manager
667mysql-cluster 1186/udp
668alias 1187/tcp # Alias Service
669alias 1187/udp
670openvpn 1194/tcp # OpenVPN
671openvpn 1194/udp
672kazaa 1214/tcp # KAZAA
673kazaa 1214/udp
674bvcontrol 1236/tcp rmtcfg # Gracilis Packeten remote config server
675bvcontrol 1236/udp rmtcfg
676nessus 1241/tcp # Nessus vulnerability assessment scanner
677nessus 1241/udp
678h323hostcallsc 1300/tcp # H323 Host Call Secure
679h323hostcallsc 1300/udp
680lotusnote 1352/tcp # Lotus Note
681lotusnote 1352/udp
682ms-sql-s 1433/tcp # Microsoft-SQL-Server
683ms-sql-s 1433/udp
684ms-sql-m 1434/tcp # Microsoft-SQL-Monitor
685ms-sql-m 1434/udp
686ica 1494/tcp # Citrix ICA Client
687ica 1494/udp
688wins 1512/tcp # Microsoft's Windows Internet Name Service
689wins 1512/udp
690ingreslock 1524/tcp
691ingreslock 1524/udp
692prospero-np 1525/tcp # Prospero non-privileged
693prospero-np 1525/udp
694datametrics 1645/tcp old-radius # datametrics / old radius entry
695datametrics 1645/udp old-radius
696sa-msg-port 1646/tcp old-radacct # sa-msg-port / old radacct entry
697sa-msg-port 1646/udp old-radacct
698rsap 1647/tcp
699rsap 1647/udp
700concurrent-lm 1648/tcp
701concurrent-lm 1648/udp
702kermit 1649/tcp
703kermit 1649/udp
704l2tp 1701/tcp
705l2tp 1701/udp
706h323gatedisc 1718/tcp
707h323gatedisc 1718/udp
708h323gatestat 1719/tcp
709h323gatestat 1719/udp
710h323hostcall 1720/tcp
711h323hostcall 1720/udp
712iberiagames 1726/tcp
713iberiagames 1726/udp
714gamegen1 1738/tcp
715gamegen1 1738/udp
716tftp-mcast 1758/tcp
717tftp-mcast 1758/udp
718hello 1789/tcp
719hello 1789/udp
720radius 1812/tcp # Radius
721radius 1812/udp
722radius-acct 1813/tcp radacct # Radius Accounting
723radius-acct 1813/udp radacct
724mtp 1911/tcp # Starlight Networks Multimedia Transport Protocol
725mtp 1911/udp
726egs 1926/tcp # Evolution Game Server
727egs 1926/udp
728unix-status 1957/tcp # remstats unix-status server
729unix-status 1957/udp
730hsrp 1985/tcp # Hot Standby Router Protocol
731hsrp 1985/udp
732licensedaemon 1986/tcp # cisco license management
733licensedaemon 1986/udp
734tr-rsrb-p1 1987/tcp # cisco RSRB Priority 1 port
735tr-rsrb-p1 1987/udp
736tr-rsrb-p2 1988/tcp # cisco RSRB Priority 2 port
737tr-rsrb-p2 1988/udp
738tr-rsrb-p3 1989/tcp # cisco RSRB Priority 3 port
739tr-rsrb-p3 1989/udp
740stun-p1 1990/tcp # cisco STUN Priority 1 port
741stun-p1 1990/udp
742stun-p2 1991/tcp # cisco STUN Priority 2 port
743stun-p2 1991/udp
744stun-p3 1992/tcp # cisco STUN Priority 3 port
745stun-p3 1992/udp
746snmp-tcp-port 1994/tcp # cisco SNMP TCP port
747snmp-tcp-port 1994/udp
748stun-port 1995/tcp # cisco serial tunnel port
749stun-port 1995/udp
750perf-port 1996/tcp # cisco Remote SRB port
751perf-port 1996/udp
752gdp-port 1997/tcp # cisco Gateway Discovery Protocol
753gdp-port 1997/udp
754x25-svc-port 1998/tcp # cisco X.25 service (XOT)
755x25-svc-port 1998/udp
756tcp-id-port 1999/tcp # cisco identification port
757tcp-id-port 1999/udp
758cisco-sccp 2000/tcp sieve # Cisco SCCP
759cisco-sccp 2000/udp sieve
760nfs 2049/tcp # Network File System
761nfs 2049/udp
762radsec 2083/tcp # Secure Radius Service
763radsec 2083/udp
764gnunet 2086/tcp # GNUnet
765gnunet 2086/udp
766rtcm-sc104 2101/tcp # RTCM SC-104
767rtcm-sc104 2101/udp
768zephyr-srv 2102/tcp # Zephyr server
769zephyr-srv 2102/udp
770zephyr-clt 2103/tcp # Zephyr serv-hm connection
771zephyr-clt 2103/udp
772zephyr-hm 2104/tcp # Zephyr hostmanager
773zephyr-hm 2104/udp
774eyetv 2170/tcp # EyeTV Server Port
775eyetv 2170/udp
776msfw-storage 2171/tcp # MS Firewall Storage
777msfw-storage 2171/udp
778msfw-s-storage 2172/tcp # MS Firewall SecureStorage
779msfw-s-storage 2172/udp
780msfw-replica 2173/tcp # MS Firewall Replication
781msfw-replica 2173/udp
782msfw-array 2174/tcp # MS Firewall Intra Array
783msfw-array 2174/udp
784airsync 2175/tcp # Microsoft Desktop AirSync Protocol
785airsync 2175/udp
786rapi 2176/tcp # Microsoft ActiveSync Remote API
787rapi 2176/udp
788qwave 2177/tcp # qWAVE Bandwidth Estimate
789qwave 2177/udp
790tivoconnect 2190/tcp # TiVoConnect Beacon
791tivoconnect 2190/udp
792tvbus 2191/tcp # TvBus Messaging
793tvbus 2191/udp
794mysql-im 2273/tcp # MySQL Instance Manager
795mysql-im 2273/udp
796dict-lookup 2289/tcp # Lookup dict server
797dict-lookup 2289/udp
798redstorm_join 2346/tcp # Game Connection Port
799redstorm_join 2346/udp
800redstorm_find 2347/tcp # Game Announcement and Location
801redstorm_find 2347/udp
802redstorm_info 2348/tcp # Information to query for game status
803redstorm_info 2348/udp
804cvspserver 2401/tcp # CVS client/server operations
805cvspserver 2401/udp
806venus 2430/tcp # codacon port
807venus 2430/udp
808venus-se 2431/tcp # tcp side effects
809venus-se 2431/udp
810codasrv 2432/tcp # not used
811codasrv 2432/udp
812codasrv-se 2433/tcp # tcp side effects
813codasrv-se 2433/udp
814netadmin 2450/tcp
815netadmin 2450/udp
816netchat 2451/tcp
817netchat 2451/udp
818snifferclient 2452/tcp
819snifferclient 2452/udp
820ppcontrol 2505/tcp # PowerPlay Control
821ppcontrol 2505/udp
822lstp 2559/tcp #
823lstp 2559/udp
824mon 2583/tcp
825mon 2583/udp
826hpstgmgr 2600/tcp zebrasrv
827hpstgmgr 2600/udp zebrasrv
828discp-client 2601/tcp zebra # discp client
829discp-client 2601/udp zebra
830discp-server 2602/tcp ripd # discp server
831discp-server 2602/udp ripd
832servicemeter 2603/tcp ripngd # Service Meter
833servicemeter 2603/udp ripngd
834nsc-ccs 2604/tcp ospfd # NSC CCS
835nsc-ccs 2604/udp ospfd
836nsc-posa 2605/tcp bgpd # NSC POSA
837nsc-posa 2605/udp bgpd
838netmon 2606/tcp ospf6d # Dell Netmon
839netmon 2606/udp ospf6d
840connection 2607/tcp # Dell Connection
841connection 2607/udp
842wag-service 2608/tcp # Wag Service
843wag-service 2608/udp
844dict 2628/tcp # Dictionary server
845dict 2628/udp
846exce 2769/tcp # eXcE
847exce 2769/udp
848dvr-esm 2804/tcp # March Networks Digital Video Recorders and Enterprise Service Manager products
849dvr-esm 2804/udp
850corbaloc 2809/tcp # CORBA LOC
851corbaloc 2809/udp
852ndtp 2882/tcp # Network Dictionary Transfer Protocol
853ndtp 2882/udp
854gamelobby 2914/tcp # Game Lobby
855gamelobby 2914/udp
856gds_db 3050/tcp # InterBase server
857gds_db 3050/udp
858xbox 3074/tcp # Xbox game port
859xbox 3074/udp
860icpv2 3130/tcp icp # Internet Cache Protocol (Squid)
861icpv2 3130/udp icp
862nm-game-admin 3148/tcp # NetMike Game Administrator
863nm-game-admin 3148/udp
864nm-game-server 3149/tcp # NetMike Game Server
865nm-game-server 3149/udp
866mysql 3306/tcp # MySQL
867mysql 3306/udp
868sftu 3326/tcp
869sftu 3326/udp
870trnsprntproxy 3346/tcp # Transparent Proxy
871trnsprntproxy 3346/udp
872ms-wbt-server 3389/tcp rdp # MS WBT Server
873ms-wbt-server 3389/udp rdp # Microsoft Remote Desktop Protocol
874prsvp 3455/tcp # RSVP Port
875prsvp 3455/udp
876nut 3493/tcp # Network UPS Tools
877nut 3493/udp
878ironstorm 3504/tcp # IronStorm game server
879ironstorm 3504/udp
880cctv-port 3559/tcp # CCTV control port
881cctv-port 3559/udp
882iw-mmogame 3596/tcp # Illusion Wireless MMOG
883iw-mmogame 3596/udp
884distcc 3632/tcp # Distributed Compiler
885distcc 3632/udp
886daap 3689/tcp # Digital Audio Access Protocol
887daap 3689/udp
888svn 3690/tcp # Subversion
889svn 3690/udp
890blizwow 3724/tcp # World of Warcraft
891blizwow 3724/udp
892netboot-pxe 3928/tcp pxe # PXE NetBoot Manager
893netboot-pxe 3928/udp pxe
894smauth-port 3929/tcp # AMS Port
895smauth-port 3929/udp
896treehopper 3959/tcp # Tree Hopper Networking
897treehopper 3959/udp
898cobraclient 3970/tcp # Cobra Client
899cobraclient 3970/udp
900cobraserver 3971/tcp # Cobra Server
901cobraserver 3971/udp
902pxc-spvr-ft 4002/tcp pxc-spvr-ft
903pxc-spvr-ft 4002/udp pxc-spvr-ft
904pxc-splr-ft 4003/tcp pxc-splr-ft rquotad
905pxc-splr-ft 4003/udp pxc-splr-ft rquotad
906pxc-roid 4004/tcp pxc-roid
907pxc-roid 4004/udp pxc-roid
908pxc-pin 4005/tcp pxc-pin
909pxc-pin 4005/udp pxc-pin
910pxc-spvr 4006/tcp pxc-spvr
911pxc-spvr 4006/udp pxc-spvr
912pxc-splr 4007/tcp pxc-splr
913pxc-splr 4007/udp pxc-splr
914xgrid 4111/tcp # Mac OS X Server Xgrid
915xgrid 4111/udp
916bzr 4155/tcp # Bazaar Version Control System
917bzr 4155/udp # Bazaar version control system
918rwhois 4321/tcp # Remote Who Is
919rwhois 4321/udp
920epmd 4369/tcp # Erlang Port Mapper Daemon
921epmd 4369/udp
922krb524 4444/tcp
923krb524 4444/udp
924ipsec-nat-t 4500/tcp # IPsec NAT-Traversal
925ipsec-nat-t 4500/udp
926hylafax 4559/tcp # HylaFAX client-server protocol (new)
927hylafax 4559/udp
928piranha1 4600/tcp
929piranha1 4600/udp
930playsta2-app 4658/tcp # PlayStation2 App Port
931playsta2-app 4658/udp
932playsta2-lob 4659/tcp # PlayStation2 Lobby Port
933playsta2-lob 4659/udp
934snap 4752/tcp # Simple Network Audio Protocol
935snap 4752/udp
936radmin-port 4899/tcp # RAdmin Port
937radmin-port 4899/udp
938rfe 5002/tcp # Radio Free Ethernet
939rfe 5002/udp
940ita-agent 5051/tcp # ITA Agent
941ita-agent 5051/udp
942sdl-ets 5081/tcp # SDL - Ent Trans Server
943sdl-ets 5081/udp
944bzflag 5154/tcp # BZFlag game server
945bzflag 5154/udp
946aol 5190/tcp # America-Online
947aol 5190/udp
948xmpp-client 5222/tcp # XMPP Client Connection
949xmpp-client 5222/udp
950caevms 5251/tcp # CA eTrust VM Service
951caevms 5251/udp
952xmpp-server 5269/tcp # XMPP Server Connection
953xmpp-server 5269/udp
954cfengine 5308/tcp # CFengine
955cfengine 5308/udp
956nat-pmp 5351/tcp # NAT Port Mapping Protocol
957nat-pmp 5351/udp
958dns-llq 5352/tcp # DNS Long-Lived Queries
959dns-llq 5352/udp
960mdns 5353/tcp # Multicast DNS
961mdns 5353/udp
962mdnsresponder 5354/tcp noclog # Multicast DNS Responder IPC
963mdnsresponder 5354/udp noclog # noclogd with TCP (nocol)
964llmnr 5355/tcp hostmon # Link-Local Multicast Name Resolution
965llmnr 5355/udp hostmon # hostmon uses TCP (nocol)
966dj-ice 5419/tcp
967dj-ice 5419/udp
968beyond-remote 5424/tcp # Beyond Remote
969beyond-remote 5424/udp
970br-channel 5425/tcp # Beyond Remote Command Channel
971br-channel 5425/udp
972postgresql 5432/tcp # POSTGRES
973postgresql 5432/udp
974sgi-eventmond 5553/tcp # SGI Eventmond Port
975sgi-eventmond 5553/udp
976sgi-esphttp 5554/tcp # SGI ESP HTTP
977sgi-esphttp 5554/udp
978cvsup 5999/tcp # CVSup
979cvsup 5999/udp
980x11 6000/tcp # X Window System
981x11 6000/udp
982kftp-data 6620/tcp # Kerberos V5 FTP Data
983kftp-data 6620/udp
984kftp 6621/tcp # Kerberos V5 FTP Control
985kftp 6621/udp
986ktelnet 6623/tcp # Kerberos V5 Telnet
987ktelnet 6623/udp
988gnutella-svc 6346/tcp
989gnutella-svc 6346/udp
990gnutella-rtr 6347/tcp
991gnutella-rtr 6347/udp
992sane-port 6566/tcp # SANE Network Scanner Control Port
993sane-port 6566/udp
994parsec-game 6582/tcp # Parsec Gameserver
995parsec-game 6582/udp
996afs3-fileserver 7000/tcp bbs # file server itself
997afs3-fileserver 7000/udp bbs
998afs3-callback 7001/tcp # callbacks to cache managers
999afs3-callback 7001/udp
1000afs3-prserver 7002/tcp # users & groups database
1001afs3-prserver 7002/udp
1002afs3-vlserver 7003/tcp # volume location database
1003afs3-vlserver 7003/udp
1004afs3-kaserver 7004/tcp # AFS/Kerberos authentication
1005afs3-kaserver 7004/udp
1006afs3-volser 7005/tcp # volume managment server
1007afs3-volser 7005/udp
1008afs3-errors 7006/tcp # error interpretation service
1009afs3-errors 7006/udp
1010afs3-bos 7007/tcp # basic overseer process
1011afs3-bos 7007/udp
1012afs3-update 7008/tcp # server-to-server updater
1013afs3-update 7008/udp
1014afs3-rmtsys 7009/tcp # remote cache manager service
1015afs3-rmtsys 7009/udp
1016font-service 7100/tcp xfs # X Font Service
1017font-service 7100/udp xfs
1018sncp 7560/tcp # Sniffer Command Protocol
1019sncp 7560/udp
1020soap-http 7627/tcp # SOAP Service Port
1021soap-http 7627/udp
1022http-alt 8008/tcp # HTTP Alternate
1023http-alt 8008/udp
1024http-alt 8080/tcp webcache # HTTP Alternate
1025http-alt 8080/udp webcache # WWW caching service
1026sunproxyadmin 8081/tcp tproxy # Sun Proxy Admin Service
1027sunproxyadmin 8081/udp tproxy # Transparent Proxy
1028pichat 9009/tcp # Pichat Server
1029pichat 9009/udp
1030bacula-dir 9101/tcp # Bacula Director
1031bacula-dir 9101/udp
1032bacula-fd 9102/tcp # Bacula File Daemon
1033bacula-fd 9102/udp
1034bacula-sd 9103/tcp # Bacula Storage Daemon
1035bacula-sd 9103/udp
1036dddp 9131/tcp # Dynamic Device Discovery
1037dddp 9131/udp
1038wap-wsp 9200/tcp # WAP connectionless session service
1039wap-wsp 9200/udp
1040wap-wsp-wtp 9201/tcp # WAP session service
1041wap-wsp-wtp 9201/udp
1042wap-wsp-s 9202/tcp # WAP secure connectionless session service
1043wap-wsp-s 9202/udp
1044wap-wsp-wtp-s 9203/tcp # WAP secure session service
1045wap-wsp-wtp-s 9203/udp
1046wap-vcard 9204/tcp # WAP vCard
1047wap-vcard 9204/udp
1048wap-vcal 9205/tcp # WAP vCal
1049wap-vcal 9205/udp
1050wap-vcard-s 9206/tcp # WAP vCard Secure
1051wap-vcard-s 9206/udp
1052wap-vcal-s 9207/tcp # WAP vCal Secure
1053wap-vcal-s 9207/udp
1054git 9418/tcp # git pack transfer service
1055git 9418/udp
1056cba8 9593/tcp # LANDesk Management Agent
1057cba8 9593/udp
1058davsrc 9800/tcp # WebDav Source Port
1059davsrc 9800/udp
1060sqlexec 9088/tcp # IBM Informix SQL Interface
1061sqlexec 9088/udp
1062sqlexec-ssl 9089/tcp # IBM Informix SQL Interface - Encrypted
1063sqlexec-ssl 9089/udp
1064sd 9876/tcp # Session Director
1065sd 9876/udp
1066cyborg-systems 9888/tcp # CYBORG Systems
1067cyborg-systems 9888/udp
1068monkeycom 9898/tcp # MonkeyCom
1069monkeycom 9898/udp
1070sctp-tunneling 9899/tcp # SCTP TUNNELING
1071sctp-tunneling 9899/udp
1072domaintime 9909/tcp # domaintime
1073domaintime 9909/udp
1074amanda 10080/tcp # amanda backup services
1075amanda 10080/udp
1076vce 11111/tcp # Viral Computing Environment (VCE)
1077vce 11111/udp
1078smsqp 11201/tcp # Alamin SMS gateway
1079smsqp 11201/udp
1080hkp 11371/tcp # OpenPGP HTTP Keyserver
1081hkp 11371/udp
1082h323callsigalt 11720/tcp # h323 Call Signal Alternate
1083h323callsigalt 11720/udp
1084rets-ssl 12109/tcp # RETS over SSL
1085rets-ssl 12109/udp
1086cawas 12168/tcp # CA Web Access Service
1087cawas 12168/udp
1088bprd 13720/tcp # BPRD Protocol (VERITAS NetBackup)
1089bprd 13720/udp
1090bpdbm 13721/tcp # BPDBM Protocol (VERITAS NetBackup)
1091bpdbm 13721/udp
1092bpjava-msvc 13722/tcp # BP Java MSVC Protocol
1093bpjava-msvc 13722/udp
1094vnetd 13724/tcp # Veritas Network Utility
1095vnetd 13724/udp
1096bpcd 13782/tcp # VERITAS NetBackup
1097bpcd 13782/udp
1098vopied 13783/tcp # VOPIED Protocol
1099vopied 13783/udp
1100xpilot 15345/tcp # XPilot Contact Port
1101xpilot 15345/udp
1102wnn6 22273/tcp # wnn6
1103wnn6 22273/udp
1104binkp 24554/tcp # Bink fidonet protocol
1105binkp 24554/udp
1106quake 26000/tcp # Quake @!#
1107quake 26000/udp
1108wnn6-ds 26208/tcp
1109wnn6-ds 26208/udp
1110tetrinet 31457/tcp # TetriNET Protocol
1111tetrinet 31457/udp
1112gamesmith-port 31765/tcp # GameSmith Port
1113gamesmith-port 31765/udp
1114traceroute 33434/tcp # traceroute use
1115traceroute 33434/udp
1116candp 42508/tcp # Computer Associates network discovery protocol
1117candp 42508/udp
1118candrp 42509/tcp # CA discovery response
1119candrp 42509/udp
1120caerpc 42510/tcp # CA eTrust RPC
1121caerpc 42510/udp
1122
1123#=========================================================================
1124# The remaining port numbers are not as allocated by IANA.
1125
1126# Kerberos (Project Athena/MIT) services
1127# Note that these are for Kerberos v4, and are unofficial
1128kpop 1109/tcp # Pop with Kerberos
1129knetd 2053/tcp # Kerberos de-multiplexor
1130eklogin 2105/tcp # Kerberos encrypted rlogin
1131
1132# CVSup support http://www.cvsup.org/
1133supfilesrv 871/tcp # SUP server
1134supfiledbg 1127/tcp # SUP debugging
1135
1136# Datagram Delivery Protocol services
1137rtmp 1/ddp # Routing Table Maintenance Protocol
1138nbp 2/ddp # Name Binding Protocol
1139echo 4/ddp # AppleTalk Echo Protocol
1140zip 6/ddp # Zone Information Protocol
1141
1142# Many services now accepted as 'standard'
1143swat 901/tcp # Samba configuration tool
1144rndc 953/tcp # rndc control sockets (BIND 9)
1145rndc 953/udp
1146skkserv 1178/tcp # SKK Japanese input method
1147xtel 1313/tcp # french minitel
1148support 1529/tcp # GNATS
1149cfinger 2003/tcp lmtp # GNU Finger
1150ninstall 2150/tcp # ninstall service
1151ninstall 2150/udp
1152afbackup 2988/tcp # Afbackup system
1153afbackup 2988/udp
1154fax 4557/tcp # FAX transmission service (old)
1155rplay 5555/tcp # RPlay audio service
1156rplay 5555/udp
1157canna 5680/tcp # Canna (Japanese Input)
1158x11-ssh 6010/tcp x11-ssh-offset
1159x11-ssh 6010/udp x11-ssh-offset
1160ircd 6667/tcp # Internet Relay Chat
1161ircd 6667/udp
1162jetdirect 9100/tcp # HP JetDirect card
1163jetdirect 9100/udp
1164mandelspawn 9359/udp mandelbrot # network mandelbrot
1165kamanda 10081/tcp # amanda backup services (Kerberos)
1166kamanda 10081/udp
1167amandaidx 10082/tcp # amanda backup services
1168amidxtape 10083/tcp # amanda backup services
1169isdnlog 20011/tcp # isdn logging system
1170isdnlog 20011/udp
1171vboxd 20012/tcp # voice box system
1172vboxd 20012/udp
1173wnn4_Cn 22289/tcp wnn6_Cn # Wnn (Chinese input)
1174wnn4_Kr 22305/tcp wnn6_Kr # Wnn (Korean input)
1175wnn4_Tw 22321/tcp wnn6_Tw # Wnn (Taiwanse input)
1176asp 27374/tcp # Address Search Protocol
1177asp 27374/udp
1178tfido 60177/tcp # Ifmail
1179tfido 60177/udp
1180fido 60179/tcp # Ifmail
1181fido 60179/udp
1182
1183# Local services
1184