摘要: 服务的访问控制列表 [root@localhost ~]# cat /etc/hosts.allow # # hosts.allow This file contains access rules which are used to # allow or deny connections to ne 阅读全文
posted @ 2020-07-13 17:42 春困秋乏夏打盹 阅读(686) 评论(0) 推荐(0)
摘要: iptables 与 firewalld 防火墙 iptables 与 firewalld 都不是真正的防火墙,它们都只是用来定义防火墙策略的防火墙管理工具而已, 或者说, 它们只是一种服务。iptables服务会把配置好的防火墙策略交由内核层面的 netfilter 网络过滤器来处理, firew 阅读全文
posted @ 2020-07-13 17:38 春困秋乏夏打盹 阅读(277) 评论(0) 推荐(0)