写作热力图 加载中...
加载中...

2017

Linux 防火墙之 iptables

Linux 防火墙之 iptables

防火墙的种类有很多,比如我们的长城防火墙,Windows 的防火墙,linux 的防火墙,以及一些专业的防火墙硬件。防火墙的目的是用来阻止或允许数据包的接收和发送。下面我们就来聊一聊 linux 的防火墙 iptables,另外在 centos7 中默认采用 firewalld 做为系统默认的防...

centos 7 使用 ldap 服务

centos 7 使用 ldap 服务

前提关闭2台机器的 selinux 和防火墙 systemctl stop firewalld.servicesetenforce 0[root@server ~]# sed -i s/^SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config...

1567