| 0. | Echo request. This is what ping sends. |
| 8. | Echo response. |
| 2. | Destination Unreachable. A router (or the sender)
cannot get the packet to the destination |
| 0. | Network Unreachable. Don't have a route to network number
for the packet. |
| 1. | Host Unreachable. The packet reached the destination
network, but no computer here matches the host number. |
| 2. | Protocol Unreachable. The recipient will not accept the
payload type given by the type field. |
| 3. | Port Unreachable. The recipient computer will is not
accepting data on the port number specified in the
transport protocol (next major topic). |
| 4. | Fragmentation needed, but the don't fragment bit is set. |
| 5. | Redirect: Update your routing table. (Don't know if this
used much now. |
| 11. | Time exceeded. The TTL value was reached, or not all
fragments were collected within the time limit. |
| 12. | Parameter problem. Contains a pointer to say where the error is. |
| 30. | Tracerout request response |