On Thu, 21 Mar 2002, Marko Denev wrote: > Could someone please tell me where I can get a list/table of the generic > port numbers. The information that I'm seeking, for example is http port is > 80 or 8080 etc.... > > I hope this makes sense.
fred:~ #less /etc/services # # Network services, Internet style # # Note that it is presently the policy of IANA to assign a single well-known # port number for both TCP and UDP; hence, most entries here have two entries # even if the protocol doesn't support UDP operations. # # This list could be found on: # http://www.isi.edu/in-notes/iana/assignments/port-numbers # # 0/tcp Reserved # 0/udp Reserved tcpmux 1/tcp # TCP Port Service Multiplexer tcpmux 1/udp # TCP Port Service Multiplexer compressnet 2/tcp # Management Utility compressnet 2/udp # Management Utility compressnet 3/tcp # Compression Process compressnet 3/udp # Compression Process rje 5/tcp # Remote Job Entry rje 5/udp # Remote Job Entry echo 7/tcp Echo # echo 7/udp Echo # discard 9/tcp Discard sink null # discard 9/udp Discard sink null # fred:~ # {There are many more than the sample displayed} HTH DaZZa -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
