一些iptables配置

Posted Winstone

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了一些iptables配置相关的知识,希望对你有一定的参考价值。

第一条是封堵22,80,8080端口的输出,第二条是为该ip的80端口设置输出白名单,亲测有效;第三条是禁止所有UDP报文的输出

iptables -I OUTPUT -p tcp -m multiport --dport 22,80,8080 -j DROP
iptables -A OUTPUT -s 115.28.*.* -p tcp --dport 80 -j ACCEPT
iptables -I OUTPUT -p udp -j DROP

以上是关于一些iptables配置的主要内容,如果未能解决你的问题,请参考以下文章

IPTables系列:如何配置Ubuntu 14.04中的IPTables防火墙

IPTables系列:如何配置Ubuntu 14.04中的IPTables防火墙

阿里云配置端口开放使用 iptables

iptables转发规则过多导致一些规则不生效?

iptables 配置问题

Iptables常用配置和常用协议端口