Linux网卡配置 Standard 1.手动设置 #ifconfig etn0 192.168.1.2,设置网卡IP地址 或直接运行ifconfig,这时候要注意了,在网络接口中有一个lo接口,也就是网络回环(loopback). 再使用ping命令 #ping 192.168.1.2 -c 3 测试3次,看能否正常响应. [read more]