用惯了centos 偶尔装了一次ubuntu版本为14.04来玩一玩发现设置静态网络(static)后不能上外网,在这里记录一下如何设置的。
1、首页静态IP参数 编辑文件 vim /etc/network/interfaces
|
设置好后重启网卡 /etc/init.d/networking restart 然而并不能解析DNS
2、配置dns 编辑文件 vim /etc/resolv.conf
根据我所在网络环境设置如下DNS
nameserver 114.114.114.114 |
此时 如果有外网 应该是可以ping了