在配置 iptables 防火墙是我们经常需要通过日志来观察其实际的运行情况,并对端口进行一定的调整。这里就来介绍一下 CentOS7 如何开启 iptables 的日志。系统日志在 CentOS5 上叫syslog,而在 CentOS6 后改为rsyslog,其实际上是增强版的syslog,CentOS5 上的配置文件在/etc/syslog.conf……继续阅读 » 4年前 (2018-09-07) 1515浏览 0评论4个赞
一、firewalld 防火墙的使用二、iptables 防火墙的使用一、firewalld 防火墙的使用 1、firewalld 的基本使用启动: systemctl start firewalld关闭: systemctl stop firewalld查看状态: systemctl status firewalld 开机启用: sy……继续阅读 » 5年前 (2018-08-08) 316浏览 0评论0个赞
1、停止 firewallsystemctl stop firewalld.service2、禁止 firewall 开机启动systemctl disable firewalld.service3、查看 firewall 运行状态firewall-cmd --state关闭后如下图显示为 not running,开启后显示 run……继续阅读 » 5年前 (2018-08-04) 639浏览 0评论0个赞