sendmsg:操作が許可されていないため、Ping localhostが失敗することがあります。

sendmsg:操作が許可されていないため、Ping localhostが失敗することがあります。

私のネットワークアダプタに問題があるようです(私の考えでは)。自分でpingを試み、時々エラーが発生します。どうしたの?私はこれを私の人生初めて見ました。

# ping 127.0.0.1
PING 127.0.0.1 (127.0.0.1) 56(84) bytes of data.
64 bytes from 127.0.0.1: icmp_seq=32 ttl=64 time=0.019 ms
64 bytes from 127.0.0.1: icmp_seq=33 ttl=64 time=0.017 ms
64 bytes from 127.0.0.1: icmp_seq=34 ttl=64 time=0.023 ms
64 bytes from 127.0.0.1: icmp_seq=35 ttl=64 time=0.019 ms
64 bytes from 127.0.0.1: icmp_seq=36 ttl=64 time=0.020 ms
64 bytes from 127.0.0.1: icmp_seq=37 ttl=64 time=0.017 ms
64 bytes from 127.0.0.1: icmp_seq=38 ttl=64 time=0.019 ms
64 bytes from 127.0.0.1: icmp_seq=39 ttl=64 time=0.021 ms
64 bytes from 127.0.0.1: icmp_seq=40 ttl=64 time=0.021 ms
64 bytes from 127.0.0.1: icmp_seq=41 ttl=64 time=0.023 ms
ping: sendmsg: Operation not permitted
64 bytes from 127.0.0.1: icmp_seq=43 ttl=64 time=0.021 ms
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
64 bytes from 127.0.0.1: icmp_seq=47 ttl=64 time=0.022 ms
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted
ping: sendmsg: Operation not permitted

--- 127.0.0.1 ping statistics ---
213 packets transmitted, 118 received, 44% packet loss, time 212114ms
rtt min/avg/max/mdev = 0.017/0.021/0.029/0.005 ms
You have mail in /var/mail/root

iptables ルールはなく、先月はサーバーが正常に実行されました。

# iptables -L
Chain INPUT (policy ACCEPT)
target     prot opt source               destination

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

幸運なことに、sshを介してサーバーに接続すると、接続は正常に機能しますが、数分後にサーバーは新しい接続の受け入れを停止し、新しいIPへのデータ転送を停止します。入出力データは数分間停止します。

何もpingできず、どこにも接続できませんが、現在の接続は正常に動作しています。

# route
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
localnet        *               255.255.255.0   U     0      0        0 eth0
loopback        *               255.0.0.0       U     0      0        0 lo
default         99.99.99.99     0.0.0.0         UG    1      0        0 eth0

(99私のGWは隠されています。申し訳ありません)

何が起こるのか考えがありますか?

たぶんオンボードLANが死んでいるのでしょうか?

ベストアンサー1

おすすめ記事