Realtek 8168 安装 VMware ESXi 提示没有网卡驱动

转载:http://www.cnblogs.com/ShepherdIsland/archive/2013/10/10/3361781.htmlhtml

 

 

设备描述 Realtek RTL8168/8111 PCI-E Gigabit Ethernet Adapterlinux

 

第一次安装提示:安全

vmware esxi 5.5 install no network adapters were detected ...ssh

 

猜想是不支持Realtek 8168网卡。post

http://www.linuxfly.org/post/676/ 上面说要向安装镜像添加第三方驱动。google

参考:rest

http://www.tinkertry.com/install-esxi-5-5-with-realtek-8111-or-8168-nic/ code

http://www.vladan.fr/realtek-8169-nics-not-detected-under-esxi-5-5/  上面找到了8168的vib驱动xml

使用 http://esxi-customizer.googlecode.com/ 在镜像里面添加了驱动htm

用UltraISO从新刻录到U盘。安装就没有这个错误了。

 

 

参考安装:

http://www.linuxidc.com/Linux/2012-12/77023.htm

http://www.2cto.com/os/201201/117743.html

 

 

网卡驱动问题:

http://bbs.vmsky.com/thread-40715-1-1.html

 

 

 

 

 

Add-EsxSoftwareDepot https://hostupdate.vmware.com/software/VUM/PRODUCTION/main/vmw-depot-index.xml

New-EsxImageProfile -CloneProfile "ESXi-5.5.0-1331820-standard" -name "ESXi-5.5.0-1331820-GigabyteBrix" -Vendor "TwistedEthics.com" 

Add-EsxSoftwarePackage -ImageProfile "ESXi-5.5.0-1331820-GigabyteBrix" -SoftwarePackage "net-r8168" 

Export-ESXImageProfile -ImageProfile "ESXi-5.5.0-1331820-GigabyteBrix" -ExportToISO -filepath F:\ESXi-5.5.0-1331820-GigabyteBrix.iso

 

 

 get-ExecutionPolicy

 set-ExecutionPolicy RemoteSigned

 

Get-EsxImageProfile

Get-EsxImageProfile -name "ESXi-5.5.*"

Get-EsxSoftwarePackage

 

 

 

XP client没法链接解决办法

 

开启SSH 

配置-安全配置文件-属性

开启SSH

 

ssh登陆

#cd /etc/vmware/rhttpproxy/

#vi config.xml

 

找到<vmacore>

而后找<ssl>

添加

<ssl/>

  <cipherList>ALL</cipherList>

</ssl>

 

#/etc/init.d/rhttpproxy restart

相关文章
相关标签/搜索