2. 服务器配置

2.1 将所有服务器关闭防火墙和selinux

  1. [root@hdss7-11 ~]# systemctl stop firewalld
  2. [root@hdss7-11 ~]# systemctl disable firewalld
  3. [root@hdss7-11 ~]# vi /etc/selinux/config
  4. SELINUX=enforcing改为SELINUX=disabled
  5. 重启机器即可

2.2 设置每台服务器名称

[root@hdss7-11 ~]# hostnamectl set-hostname hdss7-11.host.com

2.3 配置每台服务器网卡信息

# IPADDR=10.4.7.11
# NETMASK=255.255.255.0
# GATEWAY=10.4.7.254
# DNS1=10.4.7.254