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

linux 配置静态ip

时间:2017-07-14 13:12:47      阅读:187      评论:0      收藏:0      [点我收藏+]

标签:网卡   set   add   script   ati   地址   ipad   mask   bootproto   

1.vim /etc/sysconfig/network-scripts/[网卡名]

 

2.加入配置

TYPE=Ethernet

DEVICE=enp0s3 #绑定的网卡名称

ONBOOT=yes #开机启用(重要)

BOOTPROTO=static #使用静态IP

IPADDR=192.168.1.203 #IP地址

NETMASK=255.255.255.0 #子网掩码

GATEWAY=192.168.1.1 #网关

DNS1=192.168.1.1 #DNS

NAME=enp0s3

 

linux 配置静态ip

标签:网卡   set   add   script   ati   地址   ipad   mask   bootproto   

原文地址:http://www.cnblogs.com/chengjunhao/p/7169504.html

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