如何在 vmware esxi 5.5 中开放 VNC 端口

    xiaoxiao2024-02-19  138

    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 VNCVNC true原文发布时间为:2015-06-17 本文来自云栖社区合作伙伴“Linux中国” 相关资源:七夕情人节表白HTML源码(两款)
    最新回复(0)