实验要求:
1,关闭防火墙

systemctl status firewalld查看防火墙状态(active为开启,inactive为关闭)

systemctl stop firewalld(关闭防火墙)

systemctl disable firewalld(删除firewalld服务,即永久删除firewalld,重启之后不会启动防火墙)

2,关闭selinux

getenforce查看selinux的状态(Enforcing为开启状态,Disabled是关闭状态)

一般新系统默认安装

vi /etc/selinux/config

将Enforcing改为Disabled,即可。
3,时间同步

chrony同步时间服务器的时间

 

本文只是简要记录,详细操作另做记录。

相关文章:

  • 2022-12-23
  • 2021-07-05
  • 2021-12-04
  • 2021-12-20
  • 2021-05-23
  • 2022-12-23
猜你喜欢
  • 2021-07-19
  • 2022-12-23
  • 2021-08-31
  • 2021-07-02
  • 2021-11-29
  • 2021-06-28
  • 2021-12-18
相关资源
相似解决方案