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로 데이터 전송을 중지합니다. 입/출력 데이터가 몇 분 동안 중지됩니다.

아무 것도 핑할 수 없고 어디에도 연결할 수 없지만 현재 연결은 제대로 작동하고 있습니다.

# 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이 죽어가고 있는 걸까요?

관련 정보