linux 防火墙 161 配置问题 求解决

iptables -I INPUT -p UDP --dport 161 -j ACCEPT
iptables:No chain/target/match by that name.

是不是你没有INPUT表
先创建

 iptables -N INPUT

用man iptables 就清楚了