码迷,mamicode.com
首页 > 系统相关 > 详细

ubuntu 设置静态IP GW

时间:2014-10-29 14:40:01      阅读:193      评论:0      收藏:0      [点我收藏+]

标签:ar   sp   strong   文件   on   art   bs   ad   as   

网卡配置静态IP地址 
编辑文件/etc/network/interfaces: 
sudo vi /etc/network/interfaces 
并用下面的行来替换有关eth0的行:# The primary network interface 
auto eth0 
iface eth0 inet static 
address 192.168.3.90 
gateway 192.168.3.1 
netmask 255.255.255.0 
#network 192.168.3.0 
#broadcast 192.168.3.255 


将上面的ip地址等信息换成你自己就可以了.用下面的命令使网络设置生效: 
sudo /etc/init.d/networking restart 

ubuntu 设置静态IP GW

标签:ar   sp   strong   文件   on   art   bs   ad   as   

原文地址:http://www.cnblogs.com/ahuo/p/4059298.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!