firewall-cmd设置ipset简化配置

创建的文件在/etc/firewalld/ipsets/目录下

列出所有的ipset types:firewall-cmd --get-ipset-types

列出当前所有的ipsets:firewall-cmd --get-ipsets

增加ipset:firewall-cmd --permanet --new-ipset=ipsetname --type=types

在ipset里加入入口:firewall-cmd --permanent --ipset=ipsetname --add-entry=ip,port

将ipset加入到区域:firewall-cmd --permanent --add-source=ipset:ipsetname

* ipset的一个优势是集合可以动态的修改,即使iptables的规则正在使用这个集合

-------------------------------------

加黑名单:firewall-cmd --ipset=blacklist --add-entry=ip

在默认区域中添加一个富规则,用于删除黑名单上的所有条目:
firewall-cmd --add-rich-rule='rule source ipset=blacklist drop'

要为 IPv6 创建 ipset 黑名单6,请执行以下操作:
firewall-cmd --permanent --new-ipset=blacklist6 --type=hash:ip --option=family=inet6

在默认区域中添加一个丰富的规则,用于删除黑名单上的所有条目6:
firewall-cmd --add-rich-rule='rule source ipset=blacklist6 drop'

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值