a) 通过命令进行设置
在终端里敲:sudo ifconfig eth0 10.221.20.17 netmask 255.255.255.0
注意,eth0 的 “0” 为数字 “0”
10.221.20.17:ip地址
255.255.255.0:子网掩码
查看是否设置成功,在终端敲:ifconfig
b) 通过图形界面进行设置
原文地址:http://blog.csdn.net/tennysonsky/article/details/44221115