iptables多端口配置
iptables可以方便的配置多个端口。其中根据端口的连续性,又可分为连续端口配置和不连续端口配置。
1、连续端口配置
如:
1-A INPUT -p tcp –dport 21:25 -j DROP
注:这里是英文状态下的冒号。
2、使用multiport参数配置不连续端口
如:
1-A INPUT -p tcp -m multiport –dport 21:25,135:139 -j DROP
捐赠本站(Donate)
如您感觉文章有用,可扫码捐赠本站!(If the article useful, you can scan the QR code to donate))
- Author: shisekong
- Link: https://blog.361way.com/iptables-multiport/2574.html
- License: This work is under a 知识共享署名-非商业性使用-禁止演绎 4.0 国际许可协议. Kindly fulfill the requirements of the aforementioned License when adapting or creating a derivative of this work.