Appearance
ifup eth0 ifconfig eth0 up ifconfig -a
可能是缺少网卡驱动
lspci | grep -i "eth"
ethtool -i eth0
将网卡驱动升级至2.4.10版本
tar zxf i40e-2.4.10.tar.gz cd i40e-2.4.10/src make install rmmod i40e ;modprobe i40e (该操作必须同时执行,否则会有网络中断风险)
https://www.intel.cn/content/www/cn/zh/download/14611/15817/intel-network-adapter-driver-for-pcie-intel-gigabit-ethernet-network-connections-under-linux.html?_ga=1.159975677.114505945.1484457019
安装后即可。