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

linux设置静态IP

时间:2014-10-31 10:07:41      阅读:154      评论:0      收藏:0      [点我收藏+]

标签:blog   文件   div   log   ad   linux   as   res   tt   

系统:ubuntu

配置文件:/etc/network/interfaces

添加:

auto eth0
iface eth0 inet static
address 192.168.1.166
gateway 192.168.1.1
netmask 255.255.255.0
dns-nameservers 8.8.8.8

重启网络或者重启即可。  

linux设置静态IP

标签:blog   文件   div   log   ad   linux   as   res   tt   

原文地址:http://www.cnblogs.com/Daniel-G/p/4064306.html

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