IANA /etc Files 2.30 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News IANA /etc Files 2.30 (Default branch)
# 1  
Old 03-06-2008
IANA /etc Files 2.30 (Default branch)

iana-etc installs /etc/services and /etc/protocols using data from the Internet Assigned Numbers Authority. Included are snapshots of the data from the IANA, scripts to transform that data into the needed formats, and scripts to fetch the latest data. License: Open Software License Changes:
This release contains support for protocol-specific port aliases, fixes to handling of port ranges, fixes to network fetching and services file generation to match changes in the data from the IANA, and updated data from the IANA. Upgrading is strongly advised.Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread

1 More Discussions You Might Find Interesting

1. IP Networking

Connected to IANA anyway, why?

May someone can answer this. Anytime I ignite my laptop to go online I see via etherape that I am connected to IANA as shown below. Is my provider redirecting me there, the cable under the sea, what is the reason for this? This happened with a pretty normal desktop PC, as well with my ancient... (2 Replies)
Discussion started by: 1in10
2 Replies
Login or Register to Ask a Question
PROTOCOLS(5)						     Linux Programmer's Manual						      PROTOCOLS(5)

NAME
protocols - protocols definition file DESCRIPTION
This file is a plain ASCII file, describing the various DARPA internet protocols that are available from the TCP/IP subsystem. It should be consulted instead of using the numbers in the ARPA include files, or, even worse, just guessing them. These numbers will occur in the protocol field of any IP header. Keep this file untouched since changes would result in incorrect IP packages. Protocol numbers and names are specified by the IANA (Inter- net Assigned Numbers Authority). Each line is of the following format: protocol number aliases ... where the fields are delimited by spaces or tabs. Empty lines are ignored. If a line contains a hash mark (#), the hash mark and the part of the line following it are ignored. The field descriptions are: protocol the native name for the protocol. For example ip, tcp, or udp. number the official number for this protocol as it will appear within the IP header. aliases optional aliases for the protocol. This file might be distributed over a network using a network-wide naming service like Yellow Pages/NIS or BIND/Hesiod. FILES
/etc/protocols The protocols definition file. SEE ALSO
getprotoent(3) <http://www.iana.org/assignments/protocol-numbers> COLOPHON
This page is part of release 4.15 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/. Linux 2012-08-05 PROTOCOLS(5)