ESXi本身可以看做一个操作系统,采用linux内核,可直接安装在物理服务器上,不需安装其他操作系统。目前Megalayer香港服务器、美国服务器等物理服务器提供ESXi系统支持,您可在下单时选择该系统。ESXi服务器开通后,您可根据实际需
ESXi本身可以看做一个操作系统,采用linux内核,可直接安装在物理服务器上,不需安装其他操作系统。目前Megalayer香港服务器、美国服务器等物理服务器提供ESXi系统支持,您可在下单时选择该系统。ESXi服务器开通后,您可根据实际需要修改默认远程端口。下面一起来看下ESXi服务器修改远程端口的操作步骤介绍。
首先使用ssh工具登录到ESXi服务器(如基于ESXi系统的Megalayer香港服务器),然后修改SSH配置文件。
vi /etc/ssh/sshd_config
复制并修改应用的端口配置文件。
cp /etc/services /vmfs/volumes/datastore1/
vi /vmfs/volumes/datastore1/services
编写防火墙策略(例:62008端口)。
vi /vmfs/volumes/datastore1/ssh.xml
文件增加以下内容:
编写脚本,以便重启时防火墙生效。
vi /etc/rc.local.d/local.sh
======================================
#!/bin/sh # local configuration options
# Note: modify at your own risk! If you do/use anything in this
# script that is not part of a stable api (relying on files to be in
# specific places, specific tools, specific output, etc) there is a
# possibility you will end up with a broken system after patching or
# upgrading. Changes are not supported unless under direction of
# VMware support.
cp /vmfs/volumes/datastore1/ssh.xml /etc/vmware/firewall/
esxcli network firewall refresh
chmod 666 /etc/services
rm -f /etc/services
cp /vmfs/volumes/datastore1/services /etc/services
kill -HUP `cat /var/run/inetd.pid`
exit 0
最后,重启ESXi服务器测试。
以上是ESXi服务器修改远程端口的主要操作步骤介绍,如果您开通的是ESXi服务器,那么可参考上述步骤来修改远程端口,并使用新的端口登录。
来源地址:https://blog.csdn.net/weixin_40191861/article/details/129926649
--结束END--
本文标题: ESXi服务器修改远程端口教程
本文链接: https://lsjlt.com/news/402285.html(转载时请注明来源链接)
有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
2024-10-22
回答
回答
回答
回答
回答
回答
回答
回答
回答
回答
0