Centos6/7 网卡配置 以及踩坑实例

网卡配置:

vi /etc/sysconfig/network

vi /etc/sysconfig/network-scripts/ifcfg-eth0  (centos7是ifcfg-xxxx)

vi /etc/resolv.conf
DEVICE="ens33"

BOOTPROTO=none

BROADCAST=192.168.0.1

GATEWAY=192.168.0.1

IPADDR=192.168.0.166

NETMASK=255.255.255.0

NM_CONTROLLED="yes"

ONBOOT="yes"

TYPE="Ethernet"

HWADDR=00:0C:29:89:7D:BD

PREFIX=23

DNS1=192.168.0.1

DNS2=114.114.144

DEFROUTE=yes

IPV4_FAILURE_FATAL=yes

IPV6INIT=no

NAME="ens33"

LAST_CONNECT=1422865170

 

centos7.0 没有netstat 和 ifconfig命令问题

执行 

yum install net-tools

  就OK了

 

centos7重启网卡报Job for network.service failed because the control process exited with error code 错误

[root@mina0 hadoop]# systemctl restart network

Job for network.service failed because the control process exited with error code. See "systemctl status network.service" and "journalctl -xe" for details.

[root@mina0 hadoop]# journalctl -xe

10月 26 17:15:57 mina0 network[3308]: 正在打开环回接口: [  确定  ]

10月 26 17:15:57 mina0 NetworkManager[679]: <info>  [1509009357.3386] audit: op="connec

10月 26 17:15:57 mina0 network[3308]: 正在打开接口 ens33: 错误:激活连接失败:No suita

10月 26 17:15:57 mina0 network[3308]: [失败]

10月 26 17:15:57 mina0 network[3308]: RTNETLINK answers: File exists

10月 26 17:15:57 mina0 network[3308]: RTNETLINK answers: File exists

10月 26 17:15:57 mina0 network[3308]: RTNETLINK answers: File exists

10月 26 17:15:57 mina0 network[3308]: RTNETLINK answers: File exists

10月 26 17:15:57 mina0 network[3308]: RTNETLINK answers: File exists

10月 26 17:15:57 mina0 network[3308]: RTNETLINK answers: File exists

10月 26 17:15:57 mina0 network[3308]: RTNETLINK answers: File exists

10月 26 17:15:57 mina0 network[3308]: RTNETLINK answers: File exists

10月 26 17:15:57 mina0 network[3308]: RTNETLINK answers: File exists

10月 26 17:15:57 mina0 polkitd[680]: Unregistered Authentication Agent for unix-process

10月 26 17:15:57 mina0 systemd[1]: network.service: control process exited, code=exited

10月 26 17:15:57 mina0 systemd[1]: Failed to start LSB: Bring up/down networking.

-- Subject: Unit network.service has failed

-- Defined-By: systemd

-- Support: http://lists.freedesktop.org/mailman/listinfo/systemd-devel

-- 

-- Unit network.service has failed.

-- 

-- The result is failed.

10月 26 17:15:57 mina0 systemd[1]: Unit network.service entered failed state.

10月 26 17:15:57 mina0 systemd[1]: network.service failed.

 

解决:

# systemctl stop NetworkManager

# systemctl disable NetworkManager

 

然后:重启网卡:

# systemctl restart network

# ifconfig

 

  • 3
    点赞
  • 3
    收藏
    觉得还不错? 一键收藏
  • 1
    评论
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值