上一页 1 ··· 3 4 5 6 7 8 9 下一页
摘要: #openstack 群集 controller配置 ####所有节点执行 #关闭selinux、防火墙 systemctl stop firewalld.service systemctl disable firewalld.service firewall-cmd --state sed -i 阅读全文
posted @ 2019-10-22 17:09 些许记忆 阅读(597) 评论(0) 推荐(0)
摘要: Kickstart cnetos6 centos7 的配置文件 centos6配置文件ks6.cfg ##ks6.cfg install nfs --server=192.168.0.54 --dir=/pxesys/centos6 lang en_US.UTF-8 keyboard us #net 阅读全文
posted @ 2019-10-21 15:20 些许记忆 阅读(388) 评论(0) 推荐(0)
摘要: Pxe+DHCP+NFS+Kickstart 配置 #检查NFS [root@localhost ~]# rpm -aq |grep nfs nfs-utils-1.2.3-70.el6_8.1.x86_64 nfs-utils-lib-1.1.5-11.el6.x86_64 mkdir /data 阅读全文
posted @ 2019-10-21 15:11 些许记忆 阅读(625) 评论(0) 推荐(0)
摘要: centos7.4进入单用户模式 阅读全文
posted @ 2019-10-21 15:06 些许记忆 阅读(898) 评论(0) 推荐(0)
摘要: ###CentOS TIME_WAIT太多 阅读全文
posted @ 2019-10-21 15:03 些许记忆 阅读(754) 评论(0) 推荐(0)
摘要: keepalived安装配置 centos 7 ###centos 7.4 ###三台keepalived节点,两台也可以 ###所有节点运行 sed -i 's#SELINUX=enforcing#SELINUX=disabled#g' /etc/sysconfig/selinux setenfo 阅读全文
posted @ 2019-10-21 15:02 些许记忆 阅读(379) 评论(0) 推荐(0)
摘要: haproxy 安装配置 centos 7 yum install -y haproxy ##忽略VIP echo "net.ipv4.ip_nonlocal_bind = 1" >>/etc/sysctl.conf sysctl -p cat > /etc/haproxy/haproxy.cfg 阅读全文
posted @ 2019-10-21 13:36 些许记忆 阅读(653) 评论(0) 推荐(0)
摘要: centos pptpd安装配置 yum install -y ppp wget net-tools [[ `uname -r` =~ "x86_64" ]] then wget http://poptop.sourceforge.net/yum/stable/packages/pptpd-1.4. 阅读全文
posted @ 2019-10-21 11:54 些许记忆 阅读(2167) 评论(0) 推荐(0)
摘要: centos DNS服务器配置 阅读全文
posted @ 2019-10-21 10:48 些许记忆 阅读(583) 评论(0) 推荐(0)
摘要: dhcp热备配置 ###dhcp热备配置 yum install -y dhcp 主服务器配置: cat >/etc/dhcp/dhcpd.conf<<EOF ddns-update-style interim; ignore client-updates; allow booting; autho 阅读全文
posted @ 2019-10-21 10:46 些许记忆 阅读(910) 评论(0) 推荐(0)
上一页 1 ··· 3 4 5 6 7 8 9 下一页