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

vcenter新加了网卡,在系统中看不到

时间:2017-03-11 22:15:22      阅读:177      评论:0      收藏:0      [点我收藏+]

标签:esxi

需求描述:vcenter是用来管理esxi的工具。这里我需要配置一个公网地址。由于我已经把第一个网卡配置了内网地址,所以需要再添加一个网卡


原因分析:这是因为没有网卡的配置,需要自己手动配置

localhost:/etc/sysconfig/networking/devices # ifup eth1
    eth1      device: Intel Corporation 82545EM Gigabit Ethernet Controller (Copper) (rev 01)
              No configuration found for eth1

解决:

1.cd /etc/sysconfig/networking/devices
cp ifcfg-eth0 ifcfg-eth1
vim ifcfg-eth1  手动配置ip
cd  /etc/sysconfig/network
ln -s /etc/sysconfig/networking/devices/ifcfg-eth1 .
2.cd /dev/.sysconfig/network
cp ifup-eth0 ifup-eth1
cp config-eth0 config-eth1
3.ifup eth1


本文出自 “不抛弃!不放弃” 博客,请务必保留此出处http://thedream.blog.51cto.com/6427769/1905412

vcenter新加了网卡,在系统中看不到

标签:esxi

原文地址:http://thedream.blog.51cto.com/6427769/1905412

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