跳至内容
sdvcrx's wiki
用户工具
登录
站点工具
搜索
工具
显示页面
过去修订
Export to Markdown
反向链接
最近更改
媒体管理器
网站地图
登录
>
最近更改
媒体管理器
网站地图
您的足迹:
linux:ipset
本页面只读。您可以查看源文件,但不能更改它。如果您觉得这是系统错误,请联系管理员。
====== ipset ====== [[http://ipset.netfilter.org|IP sets]] are a framework inside the Linux kernel, which can be administered by the ipset utility. ===== Overview ===== Supported set types: * list:set * hash:ip,port,net * hash:ip,port,net * hash:ip,port,net * hash:ip,port,ip * hash:ip,port * hash:net,iface * hash:net,iface * hash:net,port * hash:net,port * hash:net,port * hash:net * hash:net * hash:net * hash:ip * bitmap:port * bitmap:ip,mac * bitmap:ip ===== Usage ===== Remove set: ipset x [set-name] create set: ipset create [set-name] hash:ip [hashsize 1024 timeout 600] List the entries of a named set or all sets: ipset list [set-name] Flush a named set or all sets: ipset flush [set-name] Test a entry exist: ipset test [set-name] [entry] ===== Reference ===== * https://workshop.netfilter.org/2013/wiki/images/a/ab/Jozsef_Kadlecsik_ipset-osd-public.pdf * http://bigsec.net/one/tool/ipset.html
linux/ipset.txt
· 最后更改: 2023/12/03 10:24 由
127.0.0.1
页面工具
显示页面
过去修订
反向链接
Export to Markdown
回到顶部