1. 程式人生 > >8月個人考核

8月個人考核

ces fff als put png protocol req tcp 命令模式

技術分享圖片
加載光盤
技術分享圖片
回車
技術分享圖片
按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月個人考核