1.pxe-m0f exiting intel pxe rom
虚拟机硬盘是scsi不是sata
3.监听某个固定ip
使用iptables过滤8222 8333端口
4.The Datastore Browser could not successfully retrieve data from the server.
重启或重新安装
-----------------------------------------------
使用iptables过滤8222 8333端口
iptables -A INPUT -p tcp --dport 8222 -s 192.168.20.25 -j ACCEPT
iptables -A INPUT -p tcp --dport 8222 -s 0.0.0.0/0 -j DROP
iptables -A INPUT -p tcp --dport 8222 -d 192.168.20.25 -j ACCEPT
iptables -A INPUT -p tcp --dport 8222 -d 0.0.0.0/0 -j DROP
iptables -A INPUT -p tcp --dport 8333 -d 192.168.20.25 -j ACCEPT
iptables -A INPUT -p tcp --dport 8333 -d 0.0.0.0/0 -j DROP
==================================================================================
1.Cannot open the disk 'XXX' or one of the snapshot disks it depends on. reason: failed to lock the file.
删除虚拟机系统目录下的 后缀名为 .lck 的文件或文件夹
文件锁定无效,重新卸载安装虚拟机就可以打开了
阅读(1077) | 评论(0) | 转发(0) |