原创 Ubuntu配置和修改IP地址

2014-12-16 15:21 832 14 14 分类: MCU/ 嵌入式

1、修改配置文件/etc/network/interfaces

sudo vim  /etc/network/interfaces

添加以下内容:

auto eth0                                               //设置自动启动eth0接口
iface eth0 inet static                                     //配置静态IP
address 192.168.100.13                                 //IP地址
netmask  255.255.255.128                            // 子网掩码
gateway  192.168.100.1                                //网关

2、修改DNS

sudo  vim /etc/resolve.conf
nameserver  202.96.26.38         //当地dns服务器

3、重启网络,使配置生效

sudo /etc/init.d/networking restart

至此IP和DNS配置好了,可以通过浏览器等方式可以上网了,测试远程SSH可以正常连接。

文章评论0条评论)

登录后参与讨论
我要评论
0
14
关闭 站长推荐上一条 /2 下一条