关闭防火墙

# /etc/init.d/iptables stop

# chkconfig --level 2345 iptables off

关闭SELINUX

# vim /etc/sysconfig/selinux

SELINUX=disabled           //重启生效

# getenforce

Disabled
准备工作

相关文章:

  • 2021-12-19
  • 2022-01-16
  • 2021-11-14
  • 2022-01-14
  • 2022-01-05
  • 2021-12-03
  • 2021-11-02
猜你喜欢
  • 2021-05-19
  • 2021-10-21
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案