linux 配置IP

编辑网卡

 

1、vi /etc/sysconfig/network-scripts/ifcfg-eth0

2、配置

ONBOOT=yes

BOOTPROTO=static

IPADDR=192.168.1.188

NETMASK=255.255.255.0

GATEWAY=192.168.1.1

DNS1=192.168.1.1

DNS2=114.114.114.114

3、重启网卡

service network restart

4、查看信息

ifconfig -a

 

posted @ 2016-10-25 19:58  王先生架构  阅读(122)  评论(0编辑  收藏  举报
失独者之家