Mint 이더넷 연결이 몇 초 동안 작동한 후 중지됩니다.

Mint 이더넷 연결이 몇 초 동안 작동한 후 중지됩니다.

저는 민트 18.1을 사용하고 있습니다. 간단히 말해서 내 문제는 이더넷을 통해 인터넷에 연결하려고 할 때입니다.

그것은 무엇입니까?

케이블을 연결하면 유효한 IP 주소(DHCP)를 얻은 다음 ping google.com. 몇 개의 패킷을 보낸 다음 중지하십시오. 산출:

핑 출력

온라인에서 찾은 다음 해결 방법을 시도했지만 효과가 없었습니다.

  • MTU를 더 높은 값(8192, 9000, ...)으로 설정합니다.
  • 네트워크 관리자에게 얘기했더니 노트북에 문제가 있을 거라고 하더군요.

관련 정보

>> lspci
00:1e.0 PCI bridge: Intel Corporation 82801 Mobile PCI Bridge (rev 93)
00:1f.0 ISA bridge: Intel Corporation ICH9M LPC Interface Controller (rev 03)
00:1f.2 SATA controller: Intel Corporation 82801IBM/IEM (ICH9M/ICH9M-E) 4 port SATA Controller [AHCI mode] (rev 03)
00:1f.3 SMBus: Intel Corporation 82801I (ICH9 Family) SMBus Controller (rev 03)
01:00.0 VGA compatible controller: NVIDIA Corporation G98M [GeForce G 105M] (rev a1)
03:00.0 Network controller: Qualcomm Atheros AR9285 Wireless Network Adapter (PCI-Express) (rev 01)
04:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 03)

>> ifconfig ensp4s0
enp4s0    Link encap:Ethernet  HWaddr 00:23:5a:b3:dc:45  
          inet addr:172.16.205.69  Bcast:172.16.205.255  Mask:255.255.255.0
          inet6 addr: fe80::2c96:e0a6:ed5a:84c2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:8192  Metric:1
          RX packets:123350 errors:0 dropped:30 overruns:0 frame:0
          TX packets:45440 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:1000 
          RX bytes:14432278 (14.4 MB)  TX bytes:6014453 (6.0 MB)

>> netstat -rn
Kernel IP routing table
Destination     Gateway         Genmask         Flags   MSS Window  irtt Iface
0.0.0.0         172.16.205.1    0.0.0.0         UG        0 0          0 enp4s0
169.254.0.0     0.0.0.0         255.255.0.0     U         0 0          0 enp4s0
172.16.205.0    0.0.0.0         255.255.255.0   U         0 0          0 enp4s0

>> uname -a
Linux Hadi 4.4.0-98-generic #121-Ubuntu SMP Tue Oct 10 14:24:03 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux

관련 정보