LoginSignup
2
2

More than 5 years have passed since last update.

【メモ】fpingのエラーメッセージ

Posted at

fpingのDestination unreachable(宛先到達不可)メッセージについて

下記の「ICMP Host Unreachable」がunreachable(宛先到達不可)メッセージ

]# /usr/sbin/fping -C3 2>&1 </tmp/test.tmp 
127.0.0.1       : [0], 96 bytes, 0.03 ms (0.03 avg, 0% loss)
192.168.xxx.101 : [0], 96 bytes, 0.02 ms (0.02 avg, 0% loss)
127.0.0.1       : [1], 96 bytes, 0.06 ms (0.04 avg, 0% loss)
192.168.xxx.101 : [1], 96 bytes, 0.02 ms (0.02 avg, 0% loss)
ICMP Host Unreachable from 192.168.xxx.xxx for ICMP Echo sent to 192.168.xxx.102
ICMP Host Unreachable from 192.168.xxx.xxx for ICMP Echo sent to 192.168.xxx.102
127.0.0.1       : [2], 96 bytes, 0.02 ms (0.03 avg, 0% loss)
192.168.xxx.101 : [2], 96 bytes, 0.02 ms (0.02 avg, 0% loss)

192.168.xxx.102 : - - -
127.0.0.1       : 0.03 0.06 0.02
192.168.xxx.101 : 0.02 0.02 0.02

fping_2.4b2-to-ipv6.orig.tar.gzのメッセージと付き合わせた対応表

code エラー 意味 fpingメッセージ
0 network unreachable そのネットワークに転送できない ICMP Network Unreachable
1 host unreachable そのホストに転送できない ICMP Host Unreachable
2 protocol unreachable そのプロトコルに転送できない ICMP Protocol Unreachable
3 port unreachable そのポートに転送できない ICMP Port Unreachable
4 fragmentation needed but the Do Not Fragment bit was set フラグメンテーションが必要なのに禁止フラグがたっている ICMP Unreachable (Fragmentation Needed)
5 source route failed そのソースルートでは実行できない ICMP Unreachable (Source Route Failed)
6 destination network unknown 宛先ネットワークが不明 ICMP Unreachable (Destination Network Unknown)
7 destination host unknown 宛先ホストが不明 ICMP Unreachable (Destination Host Unknown)
8 source host isolated (obsolete) 発信元ホストが孤立 ICMP Unreachable (Source Host Isolated)
9 destination network administratively prohibited 宛先ネットワークが管理者によって転送禁止となっている ICMP Unreachable (Communication with Network Prohibited)
10 destination host administratively prohibited 宛先ホストが管理者によって転送禁止となっている ICMP Unreachable (Communication with Host Prohibited)
11 network unreachable for this type of service このサービスタイプではそのネットワークに転送できない ICMP Unreachable (Network Unreachable For Type Of Service)
12 host unreachable for this type of service このサービスタイプではそのホストに転送できない ICMP Unreachable (Host Unreachable For Type Of Service)
13 communication administratively prohibited by filtering フィルタリングのため管理者によって通信が禁止されている ICMP Unreachable (Communication Administratively Prohibited)
14 host precedence violation ホストの優先度違反 ICMP Unreachable (Host Precedence Violation)
15 precedence cutoff in effect 優先度によるカットオフ中 ICMP Unreachable (Precedence cutoff in effect)
2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2