Q游网

在vmware中开放VNC端口的方法 !!

1、编辑/etc/vmware/firewall/service.xml

   

复制代码
代码如下:
vi /etc/vmware/firewall/service.xml


2、在该文件重中倒数第二行开始添加以下内容:

  

复制代码
代码如下:
<!-- Firewall configuration information for VNC --> 
<service id='0040'>
<id>VNC</id>
<rule id='0000'>
<direction>inbound</direction>
<protocol>tcp</protocol>
<porttype>dst</porttype>
<port>
<begin>40000</begin>
<end>60000</end>
</port>
</rule>
<enabled>true</enabled>
<required>false</required>
</service>


3、执行以下命令以使配置文件生效:

   

复制代码
代码如下:
esxcli network firewall refresh


4、查看是否已经生效:

   

复制代码
代码如下:
esxcli network firewall ruleset list | grep VNC
VNC true


以上就是小编为您带来的关于“在vmware中开放VNC端口的方法 !!”的相关内容,希望这篇文章能够帮助到大家。


更多内容请进《电脑百科》专区>>>

tag:vmware   VNC端口  

相关内容

热点文章

严禁网站镜像,否则追法责 CopyRight ©2012-2021 Q游网 All Rights Reserved.
ICP备案号:渝ICP备17001729号|公安备案号:50022602000054号