We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
firewall-cmd --zone=public --add-port=1688/tcp --permanent firewall-cmd --reload
iptables -A INPUT -p tcp --dport 1688 -j ACCEPT service iptables save service iptables restart
The text was updated successfully, but these errors were encountered:
我安装的 Debian 12 这些命令都没有
Sorry, something went wrong.
No branches or pull requests
vlmcsd监听1688端口,因此如果你使用的系统(如 CentOS)自带了防火墙软件,需要在防火墙放行该端口:
如果使用的是firewalld
如果使用的是iptables
The text was updated successfully, but these errors were encountered: