Deleted Added
full compact
services (208060) services (215249)
1#
2# Network services, Internet style
3#
4# Note that it is presently the policy of IANA to assign a single well-known
5# port number for both TCP and UDP; hence, most entries here have two entries
6# even if the protocol doesn't support UDP operations.
7#
8# The latest IANA port assignments can be gotten from
9#
10# http://www.iana.org/assignments/port-numbers
11#
12# The Well Known Ports are those from 0 through 1023.
13# The Registered Ports are those from 1024 through 49151
14# The Dynamic and/or Private Ports are those from 49152 through 65535
15#
16# Kerberos services are for Kerberos v4, and are unofficial. Sites running
17# v5 should uncomment v5 entries and comment v4 entries.
18#
1#
2# Network services, Internet style
3#
4# Note that it is presently the policy of IANA to assign a single well-known
5# port number for both TCP and UDP; hence, most entries here have two entries
6# even if the protocol doesn't support UDP operations.
7#
8# The latest IANA port assignments can be gotten from
9#
10# http://www.iana.org/assignments/port-numbers
11#
12# The Well Known Ports are those from 0 through 1023.
13# The Registered Ports are those from 1024 through 49151
14# The Dynamic and/or Private Ports are those from 49152 through 65535
15#
16# Kerberos services are for Kerberos v4, and are unofficial. Sites running
17# v5 should uncomment v5 entries and comment v4 entries.
18#
19# $FreeBSD: head/etc/services 208060 2010-05-14 04:53:57Z dougb $
19# $FreeBSD: head/etc/services 215249 2010-11-13 17:52:04Z tuexen $
20# From: @(#)services 5.8 (Berkeley) 5/9/91
21#
22# WELL KNOWN PORT NUMBERS
23#
24rtmp 1/ddp #Routing Table Maintenance Protocol
25tcpmux 1/tcp #TCP Port Service Multiplexer
26tcpmux 1/udp #TCP Port Service Multiplexer
27nbp 2/ddp #Name Binding Protocol
28compressnet 2/tcp #Management Utility
29compressnet 2/udp #Management Utility
30compressnet 3/tcp #Compression Process
31compressnet 3/udp #Compression Process
32echo 4/ddp #AppleTalk Echo Protocol
33rje 5/tcp #Remote Job Entry
34rje 5/udp #Remote Job Entry
35zip 6/ddp #Zone Information Protocol
20# From: @(#)services 5.8 (Berkeley) 5/9/91
21#
22# WELL KNOWN PORT NUMBERS
23#
24rtmp 1/ddp #Routing Table Maintenance Protocol
25tcpmux 1/tcp #TCP Port Service Multiplexer
26tcpmux 1/udp #TCP Port Service Multiplexer
27nbp 2/ddp #Name Binding Protocol
28compressnet 2/tcp #Management Utility
29compressnet 2/udp #Management Utility
30compressnet 3/tcp #Compression Process
31compressnet 3/udp #Compression Process
32echo 4/ddp #AppleTalk Echo Protocol
33rje 5/tcp #Remote Job Entry
34rje 5/udp #Remote Job Entry
35zip 6/ddp #Zone Information Protocol
36echo 7/sctp
36echo 7/tcp
37echo 7/udp
37echo 7/tcp
38echo 7/udp
39discard 9/sctp sink null
38discard 9/tcp sink null
39discard 9/udp sink null
40systat 11/tcp users #Active Users
41systat 11/udp users #Active Users
40discard 9/tcp sink null
41discard 9/udp sink null
42systat 11/tcp users #Active Users
43systat 11/udp users #Active Users
44daytime 13/sctp
42daytime 13/tcp
43daytime 13/udp
44qotd 17/tcp quote #Quote of the Day
45qotd 17/udp quote #Quote of the Day
46msp 18/tcp #Message Send Protocol
47msp 18/udp #Message Send Protocol
45daytime 13/tcp
46daytime 13/udp
47qotd 17/tcp quote #Quote of the Day
48qotd 17/udp quote #Quote of the Day
49msp 18/tcp #Message Send Protocol
50msp 18/udp #Message Send Protocol
51chargen 19/sctp ttytst source #Character Generator
48chargen 19/tcp ttytst source #Character Generator
49chargen 19/udp ttytst source #Character Generator
52chargen 19/tcp ttytst source #Character Generator
53chargen 19/udp ttytst source #Character Generator
54ftp-data 20/sctp #File Transfer [Default Data]
50ftp-data 20/tcp #File Transfer [Default Data]
51ftp-data 20/udp #File Transfer [Default Data]
55ftp-data 20/tcp #File Transfer [Default Data]
56ftp-data 20/udp #File Transfer [Default Data]
57ftp 21/sctp #File Transfer [Control]
52ftp 21/tcp #File Transfer [Control]
53ftp 21/udp #File Transfer [Control]
58ftp 21/tcp #File Transfer [Control]
59ftp 21/udp #File Transfer [Control]
60ssh 22/sctp #Secure Shell Login
54ssh 22/tcp #Secure Shell Login
55ssh 22/udp #Secure Shell Login
56telnet 23/tcp
57telnet 23/udp
58# 24/tcp any private mail system
59# 24/udp any private mail system
60smtp 25/tcp mail #Simple Mail Transfer
61smtp 25/udp mail #Simple Mail Transfer

--- 84 unchanged lines hidden (view full) ---

146deos 76/tcp #Distributed External Object Store
147deos 76/udp #Distributed External Object Store
148# 77/tcp any private RJE service
149# 77/udp any private RJE service
150vettcp 78/tcp
151vettcp 78/udp
152finger 79/tcp
153finger 79/udp
61ssh 22/tcp #Secure Shell Login
62ssh 22/udp #Secure Shell Login
63telnet 23/tcp
64telnet 23/udp
65# 24/tcp any private mail system
66# 24/udp any private mail system
67smtp 25/tcp mail #Simple Mail Transfer
68smtp 25/udp mail #Simple Mail Transfer

--- 84 unchanged lines hidden (view full) ---

153deos 76/tcp #Distributed External Object Store
154deos 76/udp #Distributed External Object Store
155# 77/tcp any private RJE service
156# 77/udp any private RJE service
157vettcp 78/tcp
158vettcp 78/udp
159finger 79/tcp
160finger 79/udp
161http 80/sctp www www-http #World Wide Web HTTP
154http 80/tcp www www-http #World Wide Web HTTP
155http 80/udp www www-http #World Wide Web HTTP
156hosts2-ns 81/tcp #HOSTS2 Name Server
157hosts2-ns 81/udp #HOSTS2 Name Server
158xfer 82/tcp #XFER Utility
159xfer 82/udp #XFER Utility
160mit-ml-dev 83/tcp #MIT ML Device
161mit-ml-dev 83/udp #MIT ML Device

--- 183 unchanged lines hidden (view full) ---

345vmnet 175/tcp
346vmnet 175/udp
347genrad-mux 176/tcp
348genrad-mux 176/udp
349xdmcp 177/tcp #X Display Manager Control Protocol
350xdmcp 177/udp #X Display Manager Control Protocol
351NextStep 178/tcp nextstep NeXTStep #NextStep Window Server
352NextStep 178/udp nextstep NeXTStep #NextStep Window Server
162http 80/tcp www www-http #World Wide Web HTTP
163http 80/udp www www-http #World Wide Web HTTP
164hosts2-ns 81/tcp #HOSTS2 Name Server
165hosts2-ns 81/udp #HOSTS2 Name Server
166xfer 82/tcp #XFER Utility
167xfer 82/udp #XFER Utility
168mit-ml-dev 83/tcp #MIT ML Device
169mit-ml-dev 83/udp #MIT ML Device

--- 183 unchanged lines hidden (view full) ---

353vmnet 175/tcp
354vmnet 175/udp
355genrad-mux 176/tcp
356genrad-mux 176/udp
357xdmcp 177/tcp #X Display Manager Control Protocol
358xdmcp 177/udp #X Display Manager Control Protocol
359NextStep 178/tcp nextstep NeXTStep #NextStep Window Server
360NextStep 178/udp nextstep NeXTStep #NextStep Window Server
361bgp 179/sctp #Border Gateway Protocol
353bgp 179/tcp #Border Gateway Protocol
354bgp 179/udp #Border Gateway Protocol
355ris 180/tcp #Intergraph
356ris 180/udp #Intergraph
357unify 181/tcp
358unify 181/udp
359audit 182/tcp #Unisys Audit SITP
360audit 182/udp #Unisys Audit SITP

--- 372 unchanged lines hidden (view full) ---

733dasp 439/tcp
734dasp 439/udp
735sgcp 440/tcp
736sgcp 440/udp
737decvms-sysmgt 441/tcp
738decvms-sysmgt 441/udp
739cvc_hostd 442/tcp
740cvc_hostd 442/udp
362bgp 179/tcp #Border Gateway Protocol
363bgp 179/udp #Border Gateway Protocol
364ris 180/tcp #Intergraph
365ris 180/udp #Intergraph
366unify 181/tcp
367unify 181/udp
368audit 182/tcp #Unisys Audit SITP
369audit 182/udp #Unisys Audit SITP

--- 372 unchanged lines hidden (view full) ---

742dasp 439/tcp
743dasp 439/udp
744sgcp 440/tcp
745sgcp 440/udp
746decvms-sysmgt 441/tcp
747decvms-sysmgt 441/udp
748cvc_hostd 442/tcp
749cvc_hostd 442/udp
750https 443/sctp
741https 443/tcp
742https 443/udp
743snpp 444/tcp #Simple Network Paging Protocol
744snpp 444/udp #Simple Network Paging Protocol
745# [RFC1568]
746microsoft-ds 445/tcp
747microsoft-ds 445/udp
748ddm-rdb 446/tcp

--- 765 unchanged lines hidden (view full) ---

1514webobjects 1085/udp #Web Objects
1515kpop 1109/tcp #Unofficial
1516kpop 1109/udp #Unofficial
1517nfsd-status 1110/tcp #Cluster status info
1518nfsd-keepalive 1110/udp #Client status info
1519supfiledbg 1127/tcp # for SUP
1520nfa 1155/tcp #Network File Access
1521nfa 1155/udp #Network File Access
751https 443/tcp
752https 443/udp
753snpp 444/tcp #Simple Network Paging Protocol
754snpp 444/udp #Simple Network Paging Protocol
755# [RFC1568]
756microsoft-ds 445/tcp
757microsoft-ds 445/udp
758ddm-rdb 446/tcp

--- 765 unchanged lines hidden (view full) ---

1524webobjects 1085/udp #Web Objects
1525kpop 1109/tcp #Unofficial
1526kpop 1109/udp #Unofficial
1527nfsd-status 1110/tcp #Cluster status info
1528nfsd-keepalive 1110/udp #Client status info
1529supfiledbg 1127/tcp # for SUP
1530nfa 1155/tcp #Network File Access
1531nfa 1155/udp #Network File Access
1522phone 1167/udp #conference calling
1532cisco-ipsla 1167/sctp #Cisco IP SLAs Control Protocol
1533cisco-ipsla 1167/tcp #Cisco IP SLAs Control Protocol
1534cisco-ipsla 1167/udp #Cisco IP SLAs Control Protocol
1523skkserv 1178/tcp #SKK (kanji input)
1524openvpn 1194/tcp #OpenVPN
1525openvpn 1194/udp #OpenVPN
1526lupa 1212/tcp
1527lupa 1212/udp
1528nerv 1222/tcp #SNI R&D network
1529nerv 1222/udp #SNI R&D network
1530hermes 1248/tcp

--- 583 unchanged lines hidden (view full) ---

2114cdfunc 2045/tcp
2115cdfunc 2045/udp
2116sdfunc 2046/tcp
2117sdfunc 2046/udp
2118#dls 2047/tcp
2119#dls 2047/udp
2120dls-monitor 2048/tcp
2121dls-monitor 2048/udp
1535skkserv 1178/tcp #SKK (kanji input)
1536openvpn 1194/tcp #OpenVPN
1537openvpn 1194/udp #OpenVPN
1538lupa 1212/tcp
1539lupa 1212/udp
1540nerv 1222/tcp #SNI R&D network
1541nerv 1222/udp #SNI R&D network
1542hermes 1248/tcp

--- 583 unchanged lines hidden (view full) ---

2126cdfunc 2045/tcp
2127cdfunc 2045/udp
2128sdfunc 2046/tcp
2129sdfunc 2046/udp
2130#dls 2047/tcp
2131#dls 2047/udp
2132dls-monitor 2048/tcp
2133dls-monitor 2048/udp
2134nfsd 2049/sctp nfs # NFS server daemon
2122nfsd 2049/tcp nfs # NFS server daemon
2123nfsd 2049/udp nfs # NFS server daemon
2124#PROBLEMS!=============================================================
2125#shilp 2049/tcp
2126#shilp 2049/udp
2127#PROBLEMS!=============================================================
2128dlsrpn 2065/tcp #Data Link Switch Read Port Number
2129dlsrpn 2065/udp #Data Link Switch Read Port Number

--- 11 unchanged lines hidden (view full) ---

2141rkinit 2108/tcp #Kerberos (v4) remote initialization
2142rkinit 2108/udp #Kerberos (v4) remote initialization
2143ats 2201/tcp #Advanced Training System Program
2144ats 2201/udp #Advanced Training System Program
2145hpssd 2207/tcp #HP Status and Services
2146hpssd 2207/udp #HP Status and Services
2147hpiod 2208/tcp #HP I/O Backend
2148hpiod 2208/udp #HP I/O Backend
2135nfsd 2049/tcp nfs # NFS server daemon
2136nfsd 2049/udp nfs # NFS server daemon
2137#PROBLEMS!=============================================================
2138#shilp 2049/tcp
2139#shilp 2049/udp
2140#PROBLEMS!=============================================================
2141dlsrpn 2065/tcp #Data Link Switch Read Port Number
2142dlsrpn 2065/udp #Data Link Switch Read Port Number

--- 11 unchanged lines hidden (view full) ---

2154rkinit 2108/tcp #Kerberos (v4) remote initialization
2155rkinit 2108/udp #Kerberos (v4) remote initialization
2156ats 2201/tcp #Advanced Training System Program
2157ats 2201/udp #Advanced Training System Program
2158hpssd 2207/tcp #HP Status and Services
2159hpssd 2207/udp #HP Status and Services
2160hpiod 2208/tcp #HP I/O Backend
2161hpiod 2208/udp #HP I/O Backend
2162rcip-itu 2225/sctp #Resource Connection Initiation Protocol
2163rcip-itu 2225/tcp #Resource Connection Initiation Protocol
2149ivs-video 2232/tcp #IVS Video default
2150ivs-video 2232/udp #IVS Video default
2151ivsd 2241/tcp #IVS Daemon
2152ivsd 2241/udp #IVS Daemon
2153pehelp 2307/tcp
2154pehelp 2307/udp
2155cvspserver 2401/tcp #CVS network server
2156cvspserver 2401/udp #CVS network server

--- 17 unchanged lines hidden (view full) ---

2174ospfd 2604/tcp #OSPFd vty
2175bgpd 2605/tcp #BGPd vty
2176ospf6d 2606/tcp #OSPF6d vty
2177dict 2628/tcp #RFC 2229
2178dict 2628/udp #RFC 2229
2179listen 2766/tcp #System V listener port
2180www-dev 2784/tcp #world wide web - development
2181www-dev 2784/udp #world wide web - development
2164ivs-video 2232/tcp #IVS Video default
2165ivs-video 2232/udp #IVS Video default
2166ivsd 2241/tcp #IVS Daemon
2167ivsd 2241/udp #IVS Daemon
2168pehelp 2307/tcp
2169pehelp 2307/udp
2170cvspserver 2401/tcp #CVS network server
2171cvspserver 2401/udp #CVS network server

--- 17 unchanged lines hidden (view full) ---

2189ospfd 2604/tcp #OSPFd vty
2190bgpd 2605/tcp #BGPd vty
2191ospf6d 2606/tcp #OSPF6d vty
2192dict 2628/tcp #RFC 2229
2193dict 2628/udp #RFC 2229
2194listen 2766/tcp #System V listener port
2195www-dev 2784/tcp #world wide web - development
2196www-dev 2784/udp #world wide web - development
2197m2ua 2904/sctp #M2UA
2198m2ua 2904/tcp #M2UA
2199m2ua 2904/udp #M2UA
2200m3ua 2905/sctp #M3UA
2201m3ua 2905/tcp #M3UA
2202megaco-h248 2944/sctp #Megaco-H.248 text
2203megaco-h248 2944/tcp #Megaco H-248
2204megaco-h248 2944/udp #Megaco H-248
2205h248-binary 2945/sctp #Megaco/H.248 binary
2206h248-binary 2945/tcp #H248 Binary
2207h248-binary 2945/udp #H248 Binary
2182eppc 3031/tcp #Remote AppleEvents/PPC Toolbox
2183eppc 3031/udp #Remote AppleEvents/PPC Toolbox
2184NSWS 3049/tcp
2185NSWS 3049/udp
2186gds_db 3050/tcp #InterBase Database Remote Protocol
2187gds_db 3050/udp #InterBase Database Remote Protocol
2188sj3 3086/tcp #SJ3 (kanji input)
2208eppc 3031/tcp #Remote AppleEvents/PPC Toolbox
2209eppc 3031/udp #Remote AppleEvents/PPC Toolbox
2210NSWS 3049/tcp
2211NSWS 3049/udp
2212gds_db 3050/tcp #InterBase Database Remote Protocol
2213gds_db 3050/udp #InterBase Database Remote Protocol
2214sj3 3086/tcp #SJ3 (kanji input)
2215itu-bicc-stc 3097/sctp #ITU-T Q.1902.1/Q.2150.3
2189vmodem 3141/tcp
2190vmodem 3141/udp
2191iscsi-target 3260/tcp # iSCSI port
2192iscsi-target 3260/udp # iSCSI port
2193ccmail 3264/tcp #cc:mail/lotus
2194ccmail 3264/udp #cc:mail/lotus
2195dec-notes 3333/tcp #DEC Notes
2196dec-notes 3333/udp #DEC Notes
2197rdp 3389/tcp #Microsoft Remote Desktop Protocol
2198bmap 3421/tcp #Bull Apprise portmapper
2199bmap 3421/udp #Bull Apprise portmapper
2200prsvp 3455/tcp #RSVP Port
2201prsvp 3455/udp rsvp-encap #RSVP Port
2202vat 3456/tcp #VAT default data
2203vat 3456/udp #VAT default data
2204vat-control 3457/tcp #VAT default control
2205vat-control 3457/udp #VAT default control
2206nut 3493/tcp #Network UPS Tools
2207nut 3493/udp #Network UPS Tools
2216vmodem 3141/tcp
2217vmodem 3141/udp
2218iscsi-target 3260/tcp # iSCSI port
2219iscsi-target 3260/udp # iSCSI port
2220ccmail 3264/tcp #cc:mail/lotus
2221ccmail 3264/udp #cc:mail/lotus
2222dec-notes 3333/tcp #DEC Notes
2223dec-notes 3333/udp #DEC Notes
2224rdp 3389/tcp #Microsoft Remote Desktop Protocol
2225bmap 3421/tcp #Bull Apprise portmapper
2226bmap 3421/udp #Bull Apprise portmapper
2227prsvp 3455/tcp #RSVP Port
2228prsvp 3455/udp rsvp-encap #RSVP Port
2229vat 3456/tcp #VAT default data
2230vat 3456/udp #VAT default data
2231vat-control 3457/tcp #VAT default control
2232vat-control 3457/udp #VAT default control
2233nut 3493/tcp #Network UPS Tools
2234nut 3493/udp #Network UPS Tools
2235m2pa 3565/sctp #M2PA
2236m2pa 3565/tcp #M2PA
2208tsp 3653/tcp #Tunnel Setup Protocol
2209tsp 3653/udp #Tunnel Setup Protocol
2210svn 3690/tcp #Subversion
2211svn 3690/udp #Subversion
2237tsp 3653/tcp #Tunnel Setup Protocol
2238tsp 3653/udp #Tunnel Setup Protocol
2239svn 3690/tcp #Subversion
2240svn 3690/udp #Subversion
2241asap 3863/sctp #asap sctp
2242asap 3863/tcp #asap tcp port
2243asap 3863/udp #asap udp port
2244asap-tls 3864/sctp #asap-sctp/tls
2245asap-tls 3864/tcp #asap/tls tcp port
2246diameter 3868/tcp #DIAMETER
2247diameter 3868/sctp #DIAMETER
2212udt_os 3900/tcp #Unidata UDT OS
2213udt_os 3900/udp #Unidata UDT OS
2214mapper-nodemgr 3984/tcp #MAPPER network node manager
2215mapper-nodemgr 3984/udp #MAPPER network node manager
2216mapper-mapethd 3985/tcp #MAPPER TCP/IP server
2217mapper-mapethd 3985/udp #MAPPER TCP/IP server
2218mapper-ws_ethd 3986/tcp #MAPPER workstation server
2219mapper-ws_ethd 3986/udp #MAPPER workstation server

--- 20 unchanged lines hidden (view full) ---

2240nv-video 4444/tcp #NV Video default
2241nv-video 4444/udp #NV Video default
2242sae-urn 4500/tcp
2243sae-urn 4500/udp
2244fax 4557/tcp #FAX transmission service
2245hylafax 4559/tcp #HylaFAX client-server protocol
2246rfa 4672/tcp #remote file access server
2247rfa 4672/udp #remote file access server
2248udt_os 3900/tcp #Unidata UDT OS
2249udt_os 3900/udp #Unidata UDT OS
2250mapper-nodemgr 3984/tcp #MAPPER network node manager
2251mapper-nodemgr 3984/udp #MAPPER network node manager
2252mapper-mapethd 3985/tcp #MAPPER TCP/IP server
2253mapper-mapethd 3985/udp #MAPPER TCP/IP server
2254mapper-ws_ethd 3986/tcp #MAPPER workstation server
2255mapper-ws_ethd 3986/udp #MAPPER workstation server

--- 20 unchanged lines hidden (view full) ---

2276nv-video 4444/tcp #NV Video default
2277nv-video 4444/udp #NV Video default
2278sae-urn 4500/tcp
2279sae-urn 4500/udp
2280fax 4557/tcp #FAX transmission service
2281hylafax 4559/tcp #HylaFAX client-server protocol
2282rfa 4672/tcp #remote file access server
2283rfa 4672/udp #remote file access server
2284ipfix 4739/sctp #IP Flow Info Export
2285ipfix 4739/tcp #IP Flow Info Export
2286ipfix 4739/udp #IP Flow Info Export
2287ipfixs 4740/sctp #ipfix protocol over DTLS
2288ipfixs 4740/tcp #ipfix protocol over TLS
2289ipfixs 4740/udp #ipfix protocol over DTLS
2248commplex-main 5000/tcp
2249commplex-main 5000/udp
2250commplex-link 5001/tcp
2251commplex-link 5001/udp
2252rfe 5002/tcp #radio free ethernet
2253rfe 5002/udp #radio free ethernet
2254telelpathstart 5010/tcp
2255telelpathstart 5010/udp
2256telelpathattack 5011/tcp
2257telelpathattack 5011/udp
2258mmcc 5050/tcp #multimedia conference control tool
2259mmcc 5050/udp #multimedia conference control tool
2260sds 5059/tcp #SIP Directory Services
2261sds 5059/udp #SIP Directory Services
2262sip 5060/tcp #Session Initialization Protocol (VoIP)
2263sip 5060/udp #Session Initialization Protocol (VoIP)
2264sip-tls 5061/tcp #SIP over TLS
2265sip-tls 5061/udp #SIP over TLS
2290commplex-main 5000/tcp
2291commplex-main 5000/udp
2292commplex-link 5001/tcp
2293commplex-link 5001/udp
2294rfe 5002/tcp #radio free ethernet
2295rfe 5002/udp #radio free ethernet
2296telelpathstart 5010/tcp
2297telelpathstart 5010/udp
2298telelpathattack 5011/tcp
2299telelpathattack 5011/udp
2300mmcc 5050/tcp #multimedia conference control tool
2301mmcc 5050/udp #multimedia conference control tool
2302sds 5059/tcp #SIP Directory Services
2303sds 5059/udp #SIP Directory Services
2304sip 5060/tcp #Session Initialization Protocol (VoIP)
2305sip 5060/udp #Session Initialization Protocol (VoIP)
2306sip-tls 5061/tcp #SIP over TLS
2307sip-tls 5061/udp #SIP over TLS
2308car 5090/sctp #Candidate AR
2309cxtp 5091/sctp #Context Transfer Protocol
2266rmonitor_secure 5145/tcp
2267rmonitor_secure 5145/udp
2268aol 5190/tcp #America-Online
2269aol 5190/udp #America-Online
2270aol-1 5191/tcp #AmericaOnline1
2271aol-1 5191/udp #AmericaOnline1
2272aol-2 5192/tcp #AmericaOnline2
2273aol-2 5192/udp #AmericaOnline2

--- 19 unchanged lines hidden (view full) ---

2293hacl-test 5305/udp
2294cfengine 5308/tcp
2295cfengine 5308/udp
2296mdns 5353/tcp #Multicast DNS
2297mdns 5353/udp #Multicast DNS
2298postgresql 5432/tcp #PostgreSQL Database
2299postgresql 5432/udp #PostgreSQL Database
2300rplay 5555/udp
2310rmonitor_secure 5145/tcp
2311rmonitor_secure 5145/udp
2312aol 5190/tcp #America-Online
2313aol 5190/udp #America-Online
2314aol-1 5191/tcp #AmericaOnline1
2315aol-1 5191/udp #AmericaOnline1
2316aol-2 5192/tcp #AmericaOnline2
2317aol-2 5192/udp #AmericaOnline2

--- 19 unchanged lines hidden (view full) ---

2337hacl-test 5305/udp
2338cfengine 5308/tcp
2339cfengine 5308/udp
2340mdns 5353/tcp #Multicast DNS
2341mdns 5353/udp #Multicast DNS
2342postgresql 5432/tcp #PostgreSQL Database
2343postgresql 5432/udp #PostgreSQL Database
2344rplay 5555/udp
2345amqp 5672/sctp #AMQP
2346amqp 5672/tcp #AMQP
2347amqp 5672/udp #AMQP
2348v5ua 5675/sctp #V5UA application port
2349v5ua 5675/tcp #V5UA application port
2350v5ua 5675/udp #V5UA application port
2301canna 5680/tcp #Canna (Japanese Input)
2302proshareaudio 5713/tcp #proshare conf audio
2303proshareaudio 5713/udp #proshare conf audio
2304prosharevideo 5714/tcp #proshare conf video
2305prosharevideo 5714/udp #proshare conf video
2306prosharedata 5715/tcp #proshare conf data
2307prosharedata 5715/udp #proshare conf data
2308prosharerequest 5716/tcp #proshare conf request

--- 29 unchanged lines hidden (view full) ---

2338sge_qmaster 6444/udp #Grid Engine Qmaster Service
2339sge_execd 6445/tcp #Grid Engine Execution Service
2340sge_execd 6445/udp #Grid Engine Execution Service
2341xdsxdm 6558/tcp
2342xdsxdm 6558/udp
2343sane-port 6566/tcp #Scanner Access Now Easy (SANE) Control Port
2344sane-port 6566/udp #Scanner Access Now Easy (SANE) Control Port
2345ircd 6667/tcp #Internet Relay Chat (unoffical)
2351canna 5680/tcp #Canna (Japanese Input)
2352proshareaudio 5713/tcp #proshare conf audio
2353proshareaudio 5713/udp #proshare conf audio
2354prosharevideo 5714/tcp #proshare conf video
2355prosharevideo 5714/udp #proshare conf video
2356prosharedata 5715/tcp #proshare conf data
2357prosharedata 5715/udp #proshare conf data
2358prosharerequest 5716/tcp #proshare conf request

--- 29 unchanged lines hidden (view full) ---

2388sge_qmaster 6444/udp #Grid Engine Qmaster Service
2389sge_execd 6445/tcp #Grid Engine Execution Service
2390sge_execd 6445/udp #Grid Engine Execution Service
2391xdsxdm 6558/tcp
2392xdsxdm 6558/udp
2393sane-port 6566/tcp #Scanner Access Now Easy (SANE) Control Port
2394sane-port 6566/udp #Scanner Access Now Easy (SANE) Control Port
2395ircd 6667/tcp #Internet Relay Chat (unoffical)
2396frc-hp 6704/sctp #ForCES HP (High Priority) channel
2397frc-mp 6705/sctp #ForCES MP (Medium Priority) channel
2398frc-lp 6706/sctp #ForCES LP (Low priority) channel
2346acmsoda 6969/tcp
2347acmsoda 6969/udp
2348afs3-fileserver 7000/tcp #file server itself
2349afs3-fileserver 7000/udp #file server itself
2350afs3-callback 7001/tcp #callbacks to cache managers
2351afs3-callback 7001/udp #callbacks to cache managers
2352afs3-prserver 7002/tcp #users & groups database
2353afs3-prserver 7002/udp #users & groups database

--- 18 unchanged lines hidden (view full) ---

2372afs3-remio 7011/tcp #MR-AFS remote IO server
2373afs3-remio 7011/udp #MR-AFS remote IO server
2374font-service 7100/tcp #X Font Service
2375font-service 7100/udp #X Font Service
2376fodms 7200/tcp #FODMS FLIP
2377fodms 7200/udp #FODMS FLIP
2378dlip 7201/tcp
2379dlip 7201/udp
2399acmsoda 6969/tcp
2400acmsoda 6969/udp
2401afs3-fileserver 7000/tcp #file server itself
2402afs3-fileserver 7000/udp #file server itself
2403afs3-callback 7001/tcp #callbacks to cache managers
2404afs3-callback 7001/udp #callbacks to cache managers
2405afs3-prserver 7002/tcp #users & groups database
2406afs3-prserver 7002/udp #users & groups database

--- 18 unchanged lines hidden (view full) ---

2425afs3-remio 7011/tcp #MR-AFS remote IO server
2426afs3-remio 7011/udp #MR-AFS remote IO server
2427font-service 7100/tcp #X Font Service
2428font-service 7100/udp #X Font Service
2429fodms 7200/tcp #FODMS FLIP
2430fodms 7200/udp #FODMS FLIP
2431dlip 7201/tcp
2432dlip 7201/udp
2433simco 7626/sctp #SImple Middlebox COnfiguration (SIMCO)
2434simco 7626/tcp #SImple Middlebox COnfiguration (SIMCO) Server
2380ftp-proxy 8021/tcp # FTP proxy
2435ftp-proxy 8021/tcp # FTP proxy
2436pim 8471/sctp #PIM over Reliable Transport
2437pim 8471/tcp #PIM over Reliable Transport
2381natd 8668/divert # Network Address Translation
2438natd 8668/divert # Network Address Translation
2439lcs-ap 9082/sctp #LCS Application Protocol
2440aurora 9084/sctp #IBM AURORA Performance Visualizer
2441aurora 9084/tcp #IBM AURORA Performance Visualizer
2442aurora 9084/udp #IBM AURORA Performance Visualizer
2382jetdirect 9100/tcp #HP JetDirect card
2383git 9418/tcp #git pack transfer service
2384git 9418/udp #git pack transfer service
2385man 9535/tcp
2386man 9535/udp
2387sd 9876/tcp #Session Director
2388sd 9876/udp #Session Director
2443jetdirect 9100/tcp #HP JetDirect card
2444git 9418/tcp #git pack transfer service
2445git 9418/udp #git pack transfer service
2446man 9535/tcp
2447man 9535/udp
2448sd 9876/tcp #Session Director
2449sd 9876/udp #Session Director
2450iua 9900/sctp #IUA
2451iua 9900/tcp #IUA
2452iua 9900/udp #IUA
2453enrp 9901/sctp #enrp server channel
2454enrp 9901/udp #enrp server channel
2455enrp-tls 9902/sctp #enrp/tls server channel
2389amanda 10080/tcp #Dump server control
2390amanda 10080/udp #Dump server control
2391amandaidx 10082/tcp #Amanda indexing
2392amidxtape 10083/tcp #Amanda tape indexing
2456amanda 10080/tcp #Dump server control
2457amanda 10080/udp #Dump server control
2458amandaidx 10082/tcp #Amanda indexing
2459amidxtape 10083/tcp #Amanda tape indexing
2460wmereceiving 11997/sctp #WorldMailExpress
2461wmedistribution 11998/sctp #WorldMailExpress
2462wmereporting 11999/sctp #WorldMailExpress
2463sua 14001/sctp #SUA
2464sua 14001/tcp #SUA
2393isode-dua 17007/tcp
2394isode-dua 17007/udp
2395biimenu 18000/tcp #Beckman Instruments, Inc.
2396biimenu 18000/udp #Beckman Instruments, Inc.
2465isode-dua 17007/tcp
2466isode-dua 17007/udp
2467biimenu 18000/tcp #Beckman Instruments, Inc.
2468biimenu 18000/udp #Beckman Instruments, Inc.
2469nfsrdma 20049/sctp #Network File System (NFS) over RDMA
2470nfsrdma 20049/tcp #Network File System (NFS) over RDMA
2471nfsrdma 20049/udp #Network File System (NFS) over RDMA
2397wnn4 22273/tcp wnn6 #Wnn4 (Japanese input)
2398wnn4_Cn 22289/tcp wnn6_Cn #Wnn4 (Chinese input)
2399wnn4_Kr 22305/tcp wnn6_Kr #Wnn4 (Korean input)
2400wnn4_Tw 22321/tcp wnn6_Tw #Wnn4 (Taiwanse input)
2401wnn6_DS 26208/tcp #Wnn6 (Dserver)
2472wnn4 22273/tcp wnn6 #Wnn4 (Japanese input)
2473wnn4_Cn 22289/tcp wnn6_Cn #Wnn4 (Chinese input)
2474wnn4_Kr 22305/tcp wnn6_Kr #Wnn4 (Korean input)
2475wnn4_Tw 22321/tcp wnn6_Tw #Wnn4 (Taiwanse input)
2476wnn6_DS 26208/tcp #Wnn6 (Dserver)
2477sgsap 29118/sctp #SGsAP in 3GPP
2478sbcap 29168/sctp #SBcAP in 3GPP
2479iuhsctpassoc 29169/sctp #HNBAP and RUA Common Association
2480s1-control 36412/sctp #S1-Control Plane (3GPP)
2481x2-control 36422/sctp #X2-Control Plane (3GPP)
2402dbbrowse 47557/tcp #Databeam Corporation
2403dbbrowse 47557/udp #Databeam Corporation
2482dbbrowse 47557/tcp #Databeam Corporation
2483dbbrowse 47557/udp #Databeam Corporation