摘要: From:http://blog.csdn.net/ithomer/article/details/6264881以eth0为例1.以DHCP方式配置网卡编辑文件: /etc/network/interfaces:sudo vi /etc/network/interfaces并用下面的行来替换有关eth0的行:# The primary network interface,# use DHCP to find our addressauto eth0iface eth0 inet dhcp用下面的命令使网络设置生效:sudo /etc/init.d/networking restart当然,也 阅读全文
posted @ 2014-03-09 21:40 泉水叮~咚 阅读(611) 评论(0) 推荐(0)