原创 ubuntu ip和dns设置

2011-5-6 21:31 1749 10 10 分类: MCU/ 嵌入式

1. 设置静态ip 点击右上角的网上邻居图形化设置 或者使用命令行
 sudo gedit /etc/network/interfaces
 添加如下内容
 iface eth1 inet static
 address 192.168.1.88
 netmask 255.255.255.0
 gateway 192.168.1.1

 auto eth1


2. 添加DNS  图形化设置或者修改配置文件resolv.conf 
 gedit /etc/resolv.conf
 添加如下内容
 nameserver 202.96.128.86
 nameserver 202.96.128.186

3. 启动配置生效
 sudo /etc/init.d/networking restart

PARTNER CONTENT

文章评论0条评论)

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