码迷,mamicode.com
首页 > 其他好文 > 详细

Ubuntu 为网卡配置静态IP地址

时间:2014-07-11 10:14:17      阅读:165      评论:0      收藏:0      [点我收藏+]

标签:文件   res   re   ar   c   ubuntu   

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

Ubuntu 为网卡配置静态IP地址,布布扣,bubuko.com

Ubuntu 为网卡配置静态IP地址

标签:文件   res   re   ar   c   ubuntu   

原文地址:http://www.cnblogs.com/gaobing/p/3834293.html

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