Skip to content
New issue

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

【统一回答】放行1688端口命令 #1

Open
dylanbai8 opened this issue Oct 18, 2018 · 1 comment
Open

【统一回答】放行1688端口命令 #1

dylanbai8 opened this issue Oct 18, 2018 · 1 comment

Comments

@dylanbai8
Copy link
Owner

vlmcsd监听1688端口,因此如果你使用的系统(如 CentOS)自带了防火墙软件,需要在防火墙放行该端口:

如果使用的是firewalld

firewall-cmd --zone=public --add-port=1688/tcp --permanent
firewall-cmd --reload

如果使用的是iptables

iptables -A INPUT -p tcp --dport 1688 -j ACCEPT
service iptables save
service iptables restart
@dylanbai8 dylanbai8 pinned this issue Jul 16, 2021
@tang-nn
Copy link

tang-nn commented Mar 24, 2024

我安装的 Debian 12 这些命令都没有

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants