Ubuntu linux设置IP无法连接
为eno1设置了内网IP地址,通过一根网线与一台笔记本相连
auto eno1
iface eno1 inet static
pre-up ifconfig eno1 hw ether 70:e2:84:13:2c:3c
address 192.168.66.1
netmask 255.255.255.0
network 192.168.66.0
broadcast 192.168.66.255
网线连接好后,linux里面使用命令
sudo ifdown eno1
sudo ifup eno1
ping不通,确定硬件没有问题
最后用这个命令终于ping通了
su
/etc/init.d/networking restart