1 | # Network services, Internet style
|
---|
2 | #
|
---|
3 | # Note that it is presently the policy of IANA to assign a single well-known
|
---|
4 | # port number for both TCP and UDP; hence, officially ports have two entries
|
---|
5 | # even if the protocol doesn't support UDP operations.
|
---|
6 | #
|
---|
7 | # Updated from http://www.iana.org/assignments/port-numbers and other
|
---|
8 | # sources like http://www.freebsd.org/cgi/cvsweb.cgi/src/etc/services .
|
---|
9 | # New ports will be added on request if they have been officially assigned
|
---|
10 | # by IANA and used in the real-world or are needed by a debian package.
|
---|
11 | # If you need a huge list of used numbers please install the nmap package.
|
---|
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
|
---|
25 | chargen 19/tcp ttytst source
|
---|
26 | chargen 19/udp ttytst source
|
---|
27 | ftp-data 20/tcp
|
---|
28 | ftp 21/tcp
|
---|
29 | fsp 21/udp fspd
|
---|
30 | ssh 22/tcp # SSH Remote Login Protocol
|
---|
31 | ssh 22/udp
|
---|
32 | telnet 23/tcp
|
---|
33 | smtp 25/tcp mail
|
---|
34 | time 37/tcp timserver
|
---|
35 | time 37/udp timserver
|
---|
36 | rlp 39/udp resource # resource location
|
---|
37 | nameserver 42/tcp name # IEN 116
|
---|
38 | whois 43/tcp nicname
|
---|
39 | tacacs 49/tcp # Login Host Protocol (TACACS)
|
---|
40 | tacacs 49/udp
|
---|
41 | re-mail-ck 50/tcp # Remote Mail Checking Protocol
|
---|
42 | re-mail-ck 50/udp
|
---|
43 | domain 53/tcp # name-domain server
|
---|
44 | domain 53/udp
|
---|
45 | mtp 57/tcp # deprecated
|
---|
46 | tacacs-ds 65/tcp # TACACS-Database Service
|
---|
47 | tacacs-ds 65/udp
|
---|
48 | bootps 67/tcp # BOOTP server
|
---|
49 | bootps 67/udp
|
---|
50 | bootpc 68/tcp # BOOTP client
|
---|
51 | bootpc 68/udp
|
---|
52 | tftp 69/udp
|
---|
53 | gopher 70/tcp # Internet Gopher
|
---|
54 | gopher 70/udp
|
---|
55 | rje 77/tcp netrjs
|
---|
56 | finger 79/tcp
|
---|
57 | www 80/tcp http # WorldWideWeb HTTP
|
---|
58 | www 80/udp # HyperText Transfer Protocol
|
---|
59 | link 87/tcp ttylink
|
---|
60 | kerberos 88/tcp kerberos5 krb5 kerberos-sec # Kerberos v5
|
---|
61 | kerberos 88/udp kerberos5 krb5 kerberos-sec # Kerberos v5
|
---|
62 | supdup 95/tcp
|
---|
63 | hostnames 101/tcp hostname # usually from sri-nic
|
---|
64 | iso-tsap 102/tcp tsap # part of ISODE
|
---|
65 | acr-nema 104/tcp dicom # Digital Imag. & Comm. 300
|
---|
66 | acr-nema 104/udp dicom # Digital Imag. & Comm. 300
|
---|
67 | csnet-ns 105/tcp cso-ns # also used by CSO name server
|
---|
68 | csnet-ns 105/udp cso-ns
|
---|
69 | rtelnet 107/tcp # Remote Telnet
|
---|
70 | rtelnet 107/udp
|
---|
71 | pop2 109/tcp postoffice pop-2 # POP version 2
|
---|
72 | pop2 109/udp pop-2
|
---|
73 | pop3 110/tcp pop-3 # POP version 3
|
---|
74 | pop3 110/udp pop-3
|
---|
75 | sunrpc 111/tcp portmapper # RPC 4.0 portmapper
|
---|
76 | sunrpc 111/udp portmapper
|
---|
77 | auth 113/tcp authentication tap ident
|
---|
78 | sftp 115/tcp
|
---|
79 | uucp-path 117/tcp
|
---|
80 | nntp 119/tcp readnews untp # USENET News Transfer Protocol
|
---|
81 | ntp 123/tcp
|
---|
82 | ntp 123/udp # Network Time Protocol
|
---|
83 | pwdgen 129/tcp # PWDGEN service
|
---|
84 | pwdgen 129/udp # PWDGEN service
|
---|
85 | loc-srv 135/tcp epmap # Location Service
|
---|
86 | loc-srv 135/udp epmap
|
---|
87 | netbios-ns 137/tcp # NETBIOS Name Service
|
---|
88 | netbios-ns 137/udp
|
---|
89 | netbios-dgm 138/tcp # NETBIOS Datagram Service
|
---|
90 | netbios-dgm 138/udp
|
---|
91 | netbios-ssn 139/tcp # NETBIOS session service
|
---|
92 | netbios-ssn 139/udp
|
---|
93 | imap2 143/tcp imap # Interim Mail Access P 2 and 4
|
---|
94 | imap2 143/udp imap
|
---|
95 | snmp 161/tcp # Simple Net Mgmt Protocol
|
---|
96 | snmp 161/udp # Simple Net Mgmt Protocol
|
---|
97 | snmp-trap 162/tcp snmptrap # Traps for SNMP
|
---|
98 | snmp-trap 162/udp snmptrap # Traps for SNMP
|
---|
99 | cmip-man 163/tcp # ISO mgmt over IP (CMOT)
|
---|
100 | cmip-man 163/udp
|
---|
101 | cmip-agent 164/tcp
|
---|
102 | cmip-agent 164/udp
|
---|
103 | mailq 174/tcp # Mailer transport queue for Zmailer
|
---|
104 | mailq 174/udp # Mailer transport queue for Zmailer
|
---|
105 | xdmcp 177/tcp # X Display Mgr. Control Proto
|
---|
106 | xdmcp 177/udp
|
---|
107 | nextstep 178/tcp NeXTStep NextStep # NeXTStep window
|
---|
108 | nextstep 178/udp NeXTStep NextStep # server
|
---|
109 | bgp 179/tcp # Border Gateway Protocol
|
---|
110 | bgp 179/udp
|
---|
111 | prospero 191/tcp # Cliff Neuman's Prospero
|
---|
112 | prospero 191/udp
|
---|
113 | irc 194/tcp # Internet Relay Chat
|
---|
114 | irc 194/udp
|
---|
115 | smux 199/tcp # SNMP Unix Multiplexer
|
---|
116 | smux 199/udp
|
---|
117 | at-rtmp 201/tcp # AppleTalk routing
|
---|
118 | at-rtmp 201/udp
|
---|
119 | at-nbp 202/tcp # AppleTalk name binding
|
---|
120 | at-nbp 202/udp
|
---|
121 | at-echo 204/tcp # AppleTalk echo
|
---|
122 | at-echo 204/udp
|
---|
123 | at-zis 206/tcp # AppleTalk zone information
|
---|
124 | at-zis 206/udp
|
---|
125 | qmtp 209/tcp # Quick Mail Transfer Protocol
|
---|
126 | qmtp 209/udp # Quick Mail Transfer Protocol
|
---|
127 | z3950 210/tcp wais # NISO Z39.50 database
|
---|
128 | z3950 210/udp wais
|
---|
129 | ipx 213/tcp # IPX
|
---|
130 | ipx 213/udp
|
---|
131 | imap3 220/tcp # Interactive Mail Access
|
---|
132 | imap3 220/udp # Protocol v3
|
---|
133 | pawserv 345/tcp # Perf Analysis Workbench
|
---|
134 | pawserv 345/udp
|
---|
135 | zserv 346/tcp # Zebra server
|
---|
136 | zserv 346/udp
|
---|
137 | fatserv 347/tcp # Fatmen Server
|
---|
138 | fatserv 347/udp
|
---|
139 | rpc2portmap 369/tcp
|
---|
140 | rpc2portmap 369/udp # Coda portmapper
|
---|
141 | codaauth2 370/tcp
|
---|
142 | codaauth2 370/udp # Coda authentication server
|
---|
143 | clearcase 371/tcp Clearcase
|
---|
144 | clearcase 371/udp Clearcase
|
---|
145 | ulistserv 372/tcp # UNIX Listserv
|
---|
146 | ulistserv 372/udp
|
---|
147 | ldap 389/tcp # Lightweight Directory Access Protocol
|
---|
148 | ldap 389/udp
|
---|
149 | imsp 406/tcp # Interactive Mail Support Protocol
|
---|
150 | imsp 406/udp
|
---|
151 | https 443/tcp # http protocol over TLS/SSL
|
---|
152 | https 443/udp
|
---|
153 | snpp 444/tcp # Simple Network Paging Protocol
|
---|
154 | snpp 444/udp
|
---|
155 | microsoft-ds 445/tcp # Microsoft Naked CIFS
|
---|
156 | microsoft-ds 445/udp
|
---|
157 | kpasswd 464/tcp
|
---|
158 | kpasswd 464/udp
|
---|
159 | saft 487/tcp # Simple Asynchronous File Transfer
|
---|
160 | saft 487/udp
|
---|
161 | isakmp 500/tcp # IPsec - Internet Security Association
|
---|
162 | isakmp 500/udp # and Key Management Protocol
|
---|
163 | rtsp 554/tcp # Real Time Stream Control Protocol
|
---|
164 | rtsp 554/udp # Real Time Stream Control Protocol
|
---|
165 | nqs 607/tcp # Network Queuing system
|
---|
166 | nqs 607/udp
|
---|
167 | npmp-local 610/tcp dqs313_qmaster # npmp-local / DQS
|
---|
168 | npmp-local 610/udp dqs313_qmaster
|
---|
169 | npmp-gui 611/tcp dqs313_execd # npmp-gui / DQS
|
---|
170 | npmp-gui 611/udp dqs313_execd
|
---|
171 | hmmp-ind 612/tcp dqs313_intercell # HMMP Indication / DQS
|
---|
172 | hmmp-ind 612/udp dqs313_intercell
|
---|
173 | qmqp 628/tcp
|
---|
174 | qmqp 628/udp
|
---|
175 | ipp 631/tcp # Internet Printing Protocol
|
---|
176 | ipp 631/udp
|
---|
177 | #
|
---|
178 | # UNIX specific services
|
---|
179 | #
|
---|
180 | exec 512/tcp
|
---|
181 | biff 512/udp comsat
|
---|
182 | login 513/tcp
|
---|
183 | who 513/udp whod
|
---|
184 | shell 514/tcp cmd # no passwords used
|
---|
185 | syslog 514/udp
|
---|
186 | printer 515/tcp spooler # line printer spooler
|
---|
187 | talk 517/udp
|
---|
188 | ntalk 518/udp
|
---|
189 | route 520/udp router routed # RIP
|
---|
190 | timed 525/udp timeserver
|
---|
191 | tempo 526/tcp newdate
|
---|
192 | courier 530/tcp rpc
|
---|
193 | conference 531/tcp chat
|
---|
194 | netnews 532/tcp readnews
|
---|
195 | netwall 533/udp # for emergency broadcasts
|
---|
196 | gdomap 538/tcp # GNUstep distributed objects
|
---|
197 | gdomap 538/udp
|
---|
198 | uucp 540/tcp uucpd # uucp daemon
|
---|
199 | klogin 543/tcp # Kerberized `rlogin' (v5)
|
---|
200 | kshell 544/tcp krcmd # Kerberized `rsh' (v5)
|
---|
201 | afpovertcp 548/tcp # AFP over TCP
|
---|
202 | afpovertcp 548/udp
|
---|
203 | remotefs 556/tcp rfs_server rfs # Brunhoff remote filesystem
|
---|
204 | nntps 563/tcp snntp # NNTP over SSL
|
---|
205 | nntps 563/udp snntp
|
---|
206 | submission 587/tcp # Submission [RFC4409]
|
---|
207 | submission 587/udp
|
---|
208 | ldaps 636/tcp # LDAP over SSL
|
---|
209 | ldaps 636/udp
|
---|
210 | tinc 655/tcp # tinc control port
|
---|
211 | tinc 655/udp
|
---|
212 | silc 706/tcp
|
---|
213 | silc 706/udp
|
---|
214 | kerberos-adm 749/tcp # Kerberos `kadmin' (v5)
|
---|
215 | #
|
---|
216 | webster 765/tcp # Network dictionary
|
---|
217 | webster 765/udp
|
---|
218 | rsync 873/tcp
|
---|
219 | rsync 873/udp
|
---|
220 | ftps-data 989/tcp # FTP over SSL (data)
|
---|
221 | ftps 990/tcp
|
---|
222 | telnets 992/tcp # Telnet over SSL
|
---|
223 | telnets 992/udp
|
---|
224 | imaps 993/tcp # IMAP over SSL
|
---|
225 | imaps 993/udp
|
---|
226 | ircs 994/tcp # IRC over SSL
|
---|
227 | ircs 994/udp
|
---|
228 | pop3s 995/tcp # POP-3 over SSL
|
---|
229 | pop3s 995/udp
|
---|
230 | #
|
---|
231 | # From ``Assigned Numbers'':
|
---|
232 | #
|
---|
233 | #> The Registered Ports are not controlled by the IANA and on most systems
|
---|
234 | #> can be used by ordinary user processes or programs executed by ordinary
|
---|
235 | #> users.
|
---|
236 | #
|
---|
237 | #> Ports are used in the TCP [45,106] to name the ends of logical
|
---|
238 | #> connections which carry long term conversations. For the purpose of
|
---|
239 | #> providing services to unknown callers, a service contact port is
|
---|
240 | #> defined. This list specifies the port used by the server process as its
|
---|
241 | #> contact port. While the IANA can not control uses of these ports it
|
---|
242 | #> does register or list uses of these ports as a convienence to the
|
---|
243 | #> community.
|
---|
244 | #
|
---|
245 | socks 1080/tcp # socks proxy server
|
---|
246 | socks 1080/udp
|
---|
247 | proofd 1093/tcp
|
---|
248 | proofd 1093/udp
|
---|
249 | rootd 1094/tcp
|
---|
250 | rootd 1094/udp
|
---|
251 | openvpn 1194/tcp
|
---|
252 | openvpn 1194/udp
|
---|
253 | rmiregistry 1099/tcp # Java RMI Registry
|
---|
254 | rmiregistry 1099/udp
|
---|
255 | kazaa 1214/tcp
|
---|
256 | kazaa 1214/udp
|
---|
257 | nessus 1241/tcp # Nessus vulnerability
|
---|
258 | nessus 1241/udp # assessment scanner
|
---|
259 | lotusnote 1352/tcp lotusnotes # Lotus Note
|
---|
260 | lotusnote 1352/udp lotusnotes
|
---|
261 | ms-sql-s 1433/tcp # Microsoft SQL Server
|
---|
262 | ms-sql-s 1433/udp
|
---|
263 | ms-sql-m 1434/tcp # Microsoft SQL Monitor
|
---|
264 | ms-sql-m 1434/udp
|
---|
265 | ingreslock 1524/tcp
|
---|
266 | ingreslock 1524/udp
|
---|
267 | prospero-np 1525/tcp # Prospero non-privileged
|
---|
268 | prospero-np 1525/udp
|
---|
269 | datametrics 1645/tcp old-radius
|
---|
270 | datametrics 1645/udp old-radius
|
---|
271 | sa-msg-port 1646/tcp old-radacct
|
---|
272 | sa-msg-port 1646/udp old-radacct
|
---|
273 | kermit 1649/tcp
|
---|
274 | kermit 1649/udp
|
---|
275 | l2f 1701/tcp l2tp
|
---|
276 | l2f 1701/udp l2tp
|
---|
277 | radius 1812/tcp
|
---|
278 | radius 1812/udp
|
---|
279 | radius-acct 1813/tcp radacct # Radius Accounting
|
---|
280 | radius-acct 1813/udp radacct
|
---|
281 | msnp 1863/tcp # MSN Messenger
|
---|
282 | msnp 1863/udp
|
---|
283 | unix-status 1957/tcp # remstats unix-status server
|
---|
284 | log-server 1958/tcp # remstats log server
|
---|
285 | remoteping 1959/tcp # remstats remoteping server
|
---|
286 | cisco-sccp 2000/tcp sieve # Cisco SCCP
|
---|
287 | cisco-sccp 2000/udp
|
---|
288 | search 2010/tcp ndtp
|
---|
289 | pipe_server 2010/tcp
|
---|
290 | nfs 2049/tcp # Network File System
|
---|
291 | nfs 2049/udp # Network File System
|
---|
292 | gnunet 2086/tcp
|
---|
293 | gnunet 2086/udp
|
---|
294 | rtcm-sc104 2101/tcp # RTCM SC-104 IANA 1/29/99
|
---|
295 | rtcm-sc104 2101/udp
|
---|
296 | gsigatekeeper 2119/tcp
|
---|
297 | gsigatekeeper 2119/udp
|
---|
298 | gris 2135/tcp # Grid Resource Information Server
|
---|
299 | gris 2135/udp # Grid Resource Information Server
|
---|
300 | cvspserver 2401/tcp # CVS client/server operations
|
---|
301 | cvspserver 2401/udp
|
---|
302 | venus 2430/tcp # codacon port
|
---|
303 | venus 2430/udp # Venus callback/wbc interface
|
---|
304 | venus-se 2431/tcp # tcp side effects
|
---|
305 | venus-se 2431/udp # udp sftp side effect
|
---|
306 | codasrv 2432/tcp # not used
|
---|
307 | codasrv 2432/udp # server port
|
---|
308 | codasrv-se 2433/tcp # tcp side effects
|
---|
309 | codasrv-se 2433/udp # udp sftp side effect
|
---|
310 | mon 2583/tcp # MON traps
|
---|
311 | mon 2583/udp
|
---|
312 | dict 2628/tcp # Dictionary server
|
---|
313 | dict 2628/udp
|
---|
314 | gsiftp 2811/tcp
|
---|
315 | gsiftp 2811/udp
|
---|
316 | gpsd 2947/tcp
|
---|
317 | gpsd 2947/udp
|
---|
318 | gds_db 3050/tcp # InterBase server
|
---|
319 | gds_db 3050/udp
|
---|
320 | icpv2 3130/tcp icp # Internet Cache Protocol
|
---|
321 | icpv2 3130/udp icp
|
---|
322 | mysql 3306/tcp
|
---|
323 | mysql 3306/udp
|
---|
324 | nut 3493/tcp # Network UPS Tools
|
---|
325 | nut 3493/udp
|
---|
326 | distcc 3632/tcp # distributed compiler
|
---|
327 | distcc 3632/udp
|
---|
328 | daap 3689/tcp # Digital Audio Access Protocol
|
---|
329 | daap 3689/udp
|
---|
330 | svn 3690/tcp subversion # Subversion protocol
|
---|
331 | svn 3690/udp subversion
|
---|
332 | suucp 4031/tcp # UUCP over SSL
|
---|
333 | suucp 4031/udp # UUCP over SSL
|
---|
334 | sysrqd 4094/tcp # sysrq daemon
|
---|
335 | sysrqd 4094/udp # sysrq daemon
|
---|
336 | remctl 4373/tcp # Remote Authenticated Command Service
|
---|
337 | remctl 4373/udp # Remote Authenticated Command Service
|
---|
338 | iax 4569/tcp # Inter-Asterisk eXchange
|
---|
339 | iax 4569/udp
|
---|
340 | radmin-port 4899/tcp # RAdmin Port
|
---|
341 | radmin-port 4899/udp
|
---|
342 | rfe 5002/udp # Radio Free Ethernet
|
---|
343 | rfe 5002/tcp
|
---|
344 | mmcc 5050/tcp # multimedia conference control tool (Yahoo IM)
|
---|
345 | mmcc 5050/udp
|
---|
346 | sip 5060/tcp # Session Initiation Protocol
|
---|
347 | sip 5060/udp
|
---|
348 | sip-tls 5061/tcp
|
---|
349 | sip-tls 5061/udp
|
---|
350 | aol 5190/tcp # AIM
|
---|
351 | aol 5190/udp
|
---|
352 | xmpp-client 5222/tcp jabber-client # Jabber Client Connection
|
---|
353 | xmpp-client 5222/udp jabber-client
|
---|
354 | xmpp-server 5269/tcp jabber-server # Jabber Server Connection
|
---|
355 | xmpp-server 5269/udp jabber-server
|
---|
356 | cfengine 5308/tcp
|
---|
357 | cfengine 5308/udp
|
---|
358 | mdns 5353/tcp # Multicast DNS
|
---|
359 | mdns 5353/udp # Multicast DNS
|
---|
360 | postgresql 5432/tcp postgres # PostgreSQL Database
|
---|
361 | postgresql 5432/udp postgres
|
---|
362 | freeciv 5556/tcp rptp # Freeciv gameplay
|
---|
363 | freeciv 5556/udp
|
---|
364 | amqp 5672/tcp
|
---|
365 | amqp 5672/udp
|
---|
366 | amqp 5672/sctp
|
---|
367 | ggz 5688/tcp # GGZ Gaming Zone
|
---|
368 | ggz 5688/udp # GGZ Gaming Zone
|
---|
369 | x11 6000/tcp x11-0 # X Window System
|
---|
370 | x11 6000/udp x11-0
|
---|
371 | x11-1 6001/tcp
|
---|
372 | x11-1 6001/udp
|
---|
373 | x11-2 6002/tcp
|
---|
374 | x11-2 6002/udp
|
---|
375 | x11-3 6003/tcp
|
---|
376 | x11-3 6003/udp
|
---|
377 | x11-4 6004/tcp
|
---|
378 | x11-4 6004/udp
|
---|
379 | x11-5 6005/tcp
|
---|
380 | x11-5 6005/udp
|
---|
381 | x11-6 6006/tcp
|
---|
382 | x11-6 6006/udp
|
---|
383 | x11-7 6007/tcp
|
---|
384 | x11-7 6007/udp
|
---|
385 | gnutella-svc 6346/tcp # gnutella
|
---|
386 | gnutella-svc 6346/udp
|
---|
387 | gnutella-rtr 6347/tcp # gnutella
|
---|
388 | gnutella-rtr 6347/udp
|
---|
389 | sge_qmaster 6444/tcp # Grid Engine Qmaster Service
|
---|
390 | sge_qmaster 6444/udp # Grid Engine Qmaster Service
|
---|
391 | sge_execd 6445/tcp # Grid Engine Execution Service
|
---|
392 | sge_execd 6445/udp # Grid Engine Execution Service
|
---|
393 | afs3-fileserver 7000/tcp bbs # file server itself
|
---|
394 | afs3-fileserver 7000/udp bbs
|
---|
395 | afs3-callback 7001/tcp # callbacks to cache managers
|
---|
396 | afs3-callback 7001/udp
|
---|
397 | afs3-prserver 7002/tcp # users & groups database
|
---|
398 | afs3-prserver 7002/udp
|
---|
399 | afs3-vlserver 7003/tcp # volume location database
|
---|
400 | afs3-vlserver 7003/udp
|
---|
401 | afs3-kaserver 7004/tcp # AFS/Kerberos authentication
|
---|
402 | afs3-kaserver 7004/udp
|
---|
403 | afs3-volser 7005/tcp # volume managment server
|
---|
404 | afs3-volser 7005/udp
|
---|
405 | afs3-errors 7006/tcp # error interpretation service
|
---|
406 | afs3-errors 7006/udp
|
---|
407 | afs3-bos 7007/tcp # basic overseer process
|
---|
408 | afs3-bos 7007/udp
|
---|
409 | afs3-update 7008/tcp # server-to-server updater
|
---|
410 | afs3-update 7008/udp
|
---|
411 | afs3-rmtsys 7009/tcp # remote cache manager service
|
---|
412 | afs3-rmtsys 7009/udp
|
---|
413 | font-service 7100/tcp xfs # X Font Service
|
---|
414 | font-service 7100/udp xfs
|
---|
415 | http-alt 8080/tcp webcache # WWW caching service
|
---|
416 | http-alt 8080/udp # WWW caching service
|
---|
417 | bacula-dir 9101/tcp # Bacula Director
|
---|
418 | bacula-dir 9101/udp
|
---|
419 | bacula-fd 9102/tcp # Bacula File Daemon
|
---|
420 | bacula-fd 9102/udp
|
---|
421 | bacula-sd 9103/tcp # Bacula Storage Daemon
|
---|
422 | bacula-sd 9103/udp
|
---|
423 | xmms2 9667/tcp # Cross-platform Music Multiplexing System
|
---|
424 | xmms2 9667/udp # Cross-platform Music Multiplexing System
|
---|
425 | amanda 10080/tcp # amanda backup services
|
---|
426 | amanda 10080/udp
|
---|
427 | hkp 11371/tcp # OpenPGP HTTP Keyserver
|
---|
428 | hkp 11371/udp # OpenPGP HTTP Keyserver
|
---|
429 | bprd 13720/tcp # VERITAS NetBackup
|
---|
430 | bprd 13720/udp
|
---|
431 | bpdbm 13721/tcp # VERITAS NetBackup
|
---|
432 | bpdbm 13721/udp
|
---|
433 | bpjava-msvc 13722/tcp # BP Java MSVC Protocol
|
---|
434 | bpjava-msvc 13722/udp
|
---|
435 | vnetd 13724/tcp # Veritas Network Utility
|
---|
436 | vnetd 13724/udp
|
---|
437 | bpcd 13782/tcp # VERITAS NetBackup
|
---|
438 | bpcd 13782/udp
|
---|
439 | vopied 13783/tcp # VERITAS NetBackup
|
---|
440 | vopied 13783/udp
|
---|
441 | wnn6 22273/tcp # wnn6
|
---|
442 | wnn6 22273/udp
|
---|
443 |
|
---|
444 | #
|
---|
445 | # Datagram Delivery Protocol services
|
---|
446 | #
|
---|
447 | rtmp 1/ddp # Routing Table Maintenance Protocol
|
---|
448 | nbp 2/ddp # Name Binding Protocol
|
---|
449 | echo 4/ddp # AppleTalk Echo Protocol
|
---|
450 | zip 6/ddp # Zone Information Protocol
|
---|
451 |
|
---|
452 | #=========================================================================
|
---|
453 | # The remaining port numbers are not as allocated by IANA.
|
---|
454 | #=========================================================================
|
---|
455 |
|
---|
456 | # Kerberos (Project Athena/MIT) services
|
---|
457 | # Note that these are for Kerberos v4, and are unofficial. Sites running
|
---|
458 | # v4 should uncomment these and comment out the v5 entries above.
|
---|
459 | #
|
---|
460 | kerberos4 750/udp kerberos-iv kdc # Kerberos (server)
|
---|
461 | kerberos4 750/tcp kerberos-iv kdc
|
---|
462 | kerberos_master 751/udp # Kerberos authentication
|
---|
463 | kerberos_master 751/tcp
|
---|
464 | passwd_server 752/udp # Kerberos passwd server
|
---|
465 | krb_prop 754/tcp krb5_prop hprop # Kerberos slave propagation
|
---|
466 | krbupdate 760/tcp kreg # Kerberos registration
|
---|
467 | swat 901/tcp # swat
|
---|
468 | kpop 1109/tcp # Pop with Kerberos
|
---|
469 | knetd 2053/tcp # Kerberos de-multiplexor
|
---|
470 | zephyr-srv 2102/udp # Zephyr server
|
---|
471 | zephyr-clt 2103/udp # Zephyr serv-hm connection
|
---|
472 | zephyr-hm 2104/udp # Zephyr hostmanager
|
---|
473 | eklogin 2105/tcp # Kerberos encrypted rlogin
|
---|
474 | # Hmmm. Are we using Kv4 or Kv5 now? Worrying.
|
---|
475 | # The following is probably Kerberos v5 --- [email protected] (11/02/2000)
|
---|
476 | kx 2111/tcp # X over Kerberos
|
---|
477 | iprop 2121/tcp # incremental propagation
|
---|
478 | #
|
---|
479 | # Unofficial but necessary (for NetBSD) services
|
---|
480 | #
|
---|
481 | supfilesrv 871/tcp # SUP server
|
---|
482 | supfiledbg 1127/tcp # SUP debugging
|
---|
483 |
|
---|
484 | #
|
---|
485 | # Services added for the Debian GNU/Linux distribution
|
---|
486 | #
|
---|
487 | linuxconf 98/tcp # LinuxConf
|
---|
488 | poppassd 106/tcp # Eudora
|
---|
489 | poppassd 106/udp
|
---|
490 | ssmtp 465/tcp smtps # SMTP over SSL
|
---|
491 | moira_db 775/tcp # Moira database
|
---|
492 | moira_update 777/tcp # Moira update protocol
|
---|
493 | moira_ureg 779/udp # Moira user registration
|
---|
494 | spamd 783/tcp # spamassassin daemon
|
---|
495 | omirr 808/tcp omirrd # online mirror
|
---|
496 | omirr 808/udp omirrd
|
---|
497 | customs 1001/tcp # pmake customs server
|
---|
498 | customs 1001/udp
|
---|
499 | skkserv 1178/tcp # skk jisho server port
|
---|
500 | predict 1210/udp # predict -- satellite tracking
|
---|
501 | rmtcfg 1236/tcp # Gracilis Packeten remote config server
|
---|
502 | wipld 1300/tcp # Wipl network monitor
|
---|
503 | xtel 1313/tcp # french minitel
|
---|
504 | xtelw 1314/tcp # french minitel
|
---|
505 | support 1529/tcp # GNATS
|
---|
506 | cfinger 2003/tcp # GNU Finger
|
---|
507 | frox 2121/tcp # frox: caching ftp proxy
|
---|
508 | ninstall 2150/tcp # ninstall service
|
---|
509 | ninstall 2150/udp
|
---|
510 | zebrasrv 2600/tcp # zebra service
|
---|
511 | zebra 2601/tcp # zebra vty
|
---|
512 | ripd 2602/tcp # ripd vty (zebra)
|
---|
513 | ripngd 2603/tcp # ripngd vty (zebra)
|
---|
514 | ospfd 2604/tcp # ospfd vty (zebra)
|
---|
515 | bgpd 2605/tcp # bgpd vty (zebra)
|
---|
516 | ospf6d 2606/tcp # ospf6d vty (zebra)
|
---|
517 | ospfapi 2607/tcp # OSPF-API
|
---|
518 | isisd 2608/tcp # ISISd vty (zebra)
|
---|
519 | afbackup 2988/tcp # Afbackup system
|
---|
520 | afbackup 2988/udp
|
---|
521 | afmbackup 2989/tcp # Afmbackup system
|
---|
522 | afmbackup 2989/udp
|
---|
523 | xtell 4224/tcp # xtell server
|
---|
524 | fax 4557/tcp # FAX transmission service (old)
|
---|
525 | hylafax 4559/tcp # HylaFAX client-server protocol (new)
|
---|
526 | distmp3 4600/tcp # distmp3host daemon
|
---|
527 | munin 4949/tcp lrrd # Munin
|
---|
528 | enbd-cstatd 5051/tcp # ENBD client statd
|
---|
529 | enbd-sstatd 5052/tcp # ENBD server statd
|
---|
530 | pcrd 5151/tcp # PCR-1000 Daemon
|
---|
531 | noclog 5354/tcp # noclogd with TCP (nocol)
|
---|
532 | noclog 5354/udp # noclogd with UDP (nocol)
|
---|
533 | hostmon 5355/tcp # hostmon uses TCP (nocol)
|
---|
534 | hostmon 5355/udp # hostmon uses UDP (nocol)
|
---|
535 | rplay 5555/udp # RPlay audio service
|
---|
536 | nsca 5667/tcp # Nagios Agent - NSCA
|
---|
537 | mrtd 5674/tcp # MRT Routing Daemon
|
---|
538 | bgpsim 5675/tcp # MRT Routing Simulator
|
---|
539 | canna 5680/tcp # cannaserver
|
---|
540 | sane-port 6566/tcp sane saned # SANE network scanner daemon
|
---|
541 | ircd 6667/tcp # Internet Relay Chat
|
---|
542 | zope-ftp 8021/tcp # zope management by ftp
|
---|
543 | tproxy 8081/tcp # Transparent Proxy
|
---|
544 | omniorb 8088/tcp # OmniORB
|
---|
545 | omniorb 8088/udp
|
---|
546 | clc-build-daemon 8990/tcp # Common lisp build daemon
|
---|
547 | xinetd 9098/tcp
|
---|
548 | mandelspawn 9359/udp mandelbrot # network mandelbrot
|
---|
549 | git 9418/tcp # Git Version Control System
|
---|
550 | zope 9673/tcp # zope server
|
---|
551 | webmin 10000/tcp
|
---|
552 | kamanda 10081/tcp # amanda backup services (Kerberos)
|
---|
553 | kamanda 10081/udp
|
---|
554 | amandaidx 10082/tcp # amanda backup services
|
---|
555 | amidxtape 10083/tcp # amanda backup services
|
---|
556 | smsqp 11201/tcp # Alamin SMS gateway
|
---|
557 | smsqp 11201/udp
|
---|
558 | xpilot 15345/tcp # XPilot Contact Port
|
---|
559 | xpilot 15345/udp
|
---|
560 | sgi-cmsd 17001/udp # Cluster membership services daemon
|
---|
561 | sgi-crsd 17002/udp
|
---|
562 | sgi-gcd 17003/udp # SGI Group membership daemon
|
---|
563 | sgi-cad 17004/tcp # Cluster Admin daemon
|
---|
564 | isdnlog 20011/tcp # isdn logging system
|
---|
565 | isdnlog 20011/udp
|
---|
566 | vboxd 20012/tcp # voice box system
|
---|
567 | vboxd 20012/udp
|
---|
568 | binkp 24554/tcp # binkp fidonet protocol
|
---|
569 | asp 27374/tcp # Address Search Protocol
|
---|
570 | asp 27374/udp
|
---|
571 | csync2 30865/tcp # cluster synchronization tool
|
---|
572 | dircproxy 57000/tcp # Detachable IRC Proxy
|
---|
573 | tfido 60177/tcp # fidonet EMSI over telnet
|
---|
574 | fido 60179/tcp # fidonet EMSI over TCP
|
---|
575 |
|
---|
576 | # Local services
|
---|