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

Ubuntu 上配置静态的ip

时间:2015-01-21 13:19:31      阅读:173      评论:0      收藏:0      [点我收藏+]

标签:

先关掉或卸掉 network-manager。
然后,改动/etc/network/interfaces 如下:
(由于是静态ip,你当然知道把例子中那些东西改成你自己的)
auto lo eth0
iface lo inet loopback
iface eth0 inet static
address 192.168.1.100
netmask 255.255.255.0
network 192.168.1.0
broadcast 192.168.1.255
gateway 192.168.1.254

然后
sudo /etc/init.d/networking restart
就搞定了。

Ubuntu 上配置静态的ip

标签:

原文地址:http://www.cnblogs.com/hhjiang14/p/4238542.html

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