一.笔者使用ifconfig观察网卡情况如下:

root@jello:/# ifconfig eth0

eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00
BROADCAST MULTICAST MTU:1500 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:0 (0.0 B) TX bytes:0 (0.0 B)

从HWaddr为0看出有异常(网卡的MAC地址是网络通信的基础)

二.笔者的解决方法为:设置网卡的mac地址,如:

ifconfig eth0  hw ether 43:1d:32:81:32:22

相关文章:

  • 2021-09-26
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-22
  • 2022-12-23
  • 2021-12-04
  • 2022-12-23
猜你喜欢
  • 2022-12-23
  • 2022-12-23
  • 2021-06-11
  • 2021-05-31
  • 2021-11-19
  • 2021-09-01
  • 2021-08-08
相关资源
相似解决方案