首页 > 其他 > 详细

8月个人考核

时间:2018-09-10 16:59:06      阅读:229      评论:0      收藏:0      [点我收藏+]
技术分享图片
加载光盘
技术分享图片
回车
技术分享图片
按F11
技术分享图片
回车
技术分享图片
回车
技术分享图片
输入root密码
技术分享图片
按F11开始安装
技术分享图片

本地登录esxi
技术分享图片
然后选中技术分享图片回车
开启技术分享图片
现在可以用putty远程了,端口为22
然后按ALT+F1进入命令模式
输入权限
cd /vmfs/volumes/datastore1
技术分享图片
cat /etc/vmware/firewall/service.xml > ./service.xml
cat /etc/services > ./services
技术分享图片
编辑文件
vi /etc/vmware/firewall/service.xml
在sshServer下的22端口射成5555
技术分享图片
在文件末尾加上
<service id=‘0099‘>
<id>TCPALLOUT</id>
<rule>
<direction>outbound</direction>
<protocol>tcp</protocol>
<protocol>dst</protocol>
<port>
<begin>1</begin>
<end>60000</end>
</port>
</rule>
<enabled>true</enabled>
<required>false</required>
</service>
技术分享图片
保存退出
编辑文件
vi /etc/services
技术分享图片
把22改成5555

8月个人考核

原文:http://blog.51cto.com/13678719/2173380

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!