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
https://kingfried.cn/posts/4096843022/?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://kingfried.cn/posts/4096843022/?
第一步:关闭防火墙# 关闭原因:iptables防火墙会对网络流量进行过滤、转发,如果是内网集群一般都进行关闭,防止影响网络性能。systemctl stop firewalldsystemctl disable firewalld# 禁用SELinux或者用setenforce 0指令将SELinux设置为许可模式,先临时关闭,并配置永久关闭。# 关闭原因:linux增加安全组件,很多组件不
The text was updated successfully, but these errors were encountered: