Linux3.0.35 没有/etc/network/interfaces
添加这个文件,写入以下内容
# The loopback inte**ce
auto lo
iface lo inet loopback
# Wired or wireless inte**ces
auto eth0
iface eth0 inet static
address 192.168.0.232
netmask 255.255.255.0
gateway 192.168.0.1
broadcast 192.168.0.255
在/etc/network/rc.local 文件里加入/etc/rc.d/init.d/networking restart
输入sync,重新启动后,静态IP设置完成