source: MondoRescue/branches/3.2/mindi/rootfs/etc/protocols@ 3203

Last change on this file since 3203 was 2953, checked in by Bruno Cornec, 12 years ago
  • Try to improve rpcbind launch (working but giving some error messages). This rev fixes RHEL6.2 restore, and hopefully Debian as well.
  • Property svn:keywords set to Id
File size: 2.6 KB
Line 
1# $Id: protocols 2953 2012-02-17 22:58:45Z bruno $
2#
3# Internet (IP) protocols
4#
5# Updated from http://www.iana.org/assignments/protocol-numbers and other
6# sources.
7# New protocols will be added on request if they have been officially
8# assigned by IANA and are not historical.
9# If you need a huge list of used numbers please install the nmap package.
10
11ip 0 IP # internet protocol, pseudo protocol number
12#hopopt 0 HOPOPT # IPv6 Hop-by-Hop Option [RFC1883]
13icmp 1 ICMP # internet control message protocol
14igmp 2 IGMP # Internet Group Management
15ggp 3 GGP # gateway-gateway protocol
16ipencap 4 IP-ENCAP # IP encapsulated in IP (officially ``IP'')
17st 5 ST # ST datagram mode
18tcp 6 TCP # transmission control protocol
19egp 8 EGP # exterior gateway protocol
20igp 9 IGP # any private interior gateway (Cisco)
21pup 12 PUP # PARC universal packet protocol
22udp 17 UDP # user datagram protocol
23hmp 20 HMP # host monitoring protocol
24xns-idp 22 XNS-IDP # Xerox NS IDP
25rdp 27 RDP # "reliable datagram" protocol
26iso-tp4 29 ISO-TP4 # ISO Transport Protocol class 4 [RFC905]
27xtp 36 XTP # Xpress Transfer Protocol
28ddp 37 DDP # Datagram Delivery Protocol
29idpr-cmtp 38 IDPR-CMTP # IDPR Control Message Transport
30ipv6 41 IPv6 # Internet Protocol, version 6
31ipv6-route 43 IPv6-Route # Routing Header for IPv6
32ipv6-frag 44 IPv6-Frag # Fragment Header for IPv6
33idrp 45 IDRP # Inter-Domain Routing Protocol
34rsvp 46 RSVP # Reservation Protocol
35gre 47 GRE # General Routing Encapsulation
36esp 50 IPSEC-ESP # Encap Security Payload [RFC2406]
37ah 51 IPSEC-AH # Authentication Header [RFC2402]
38skip 57 SKIP # SKIP
39ipv6-icmp 58 IPv6-ICMP # ICMP for IPv6
40ipv6-nonxt 59 IPv6-NoNxt # No Next Header for IPv6
41ipv6-opts 60 IPv6-Opts # Destination Options for IPv6
42rspf 73 RSPF CPHB # Radio Shortest Path First (officially CPHB)
43vmtp 81 VMTP # Versatile Message Transport
44eigrp 88 EIGRP # Enhanced Interior Routing Protocol (Cisco)
45ospf 89 OSPFIGP # Open Shortest Path First IGP
46ax.25 93 AX.25 # AX.25 frames
47ipip 94 IPIP # IP-within-IP Encapsulation Protocol
48etherip 97 ETHERIP # Ethernet-within-IP Encapsulation [RFC3378]
49encap 98 ENCAP # Yet Another IP encapsulation [RFC1241]
50# 99 # any private encryption scheme
51pim 103 PIM # Protocol Independent Multicast
52ipcomp 108 IPCOMP # IP Payload Compression Protocol
53vrrp 112 VRRP # Virtual Router Redundancy Protocol
54l2tp 115 L2TP # Layer Two Tunneling Protocol [RFC2661]
55isis 124 ISIS # IS-IS over IPv4
56sctp 132 SCTP # Stream Control Transmission Protocol
57fc 133 FC # Fibre Channel
58udplite 136 UDPLite # UDP-Lite
59mpls-in-ip 137 MPLS-in-IP # MPLS-in-IP [RFC4023]
60manet 138 # MANET Protocols
61hip 139 HIP # Host Identity Protocol
Note: See TracBrowser for help on using the repository browser.