首先运行service iptables status查看在filter的什么位置插入,将下面的35替换为相应的位置编号
iptables -I INPUT 35 -p tcp -m tcp --dport 10050 -m comment --comment "zabbix_agentd listen " -j ACCEPT
保存iptables:
service iptables save
本文出自 “yuweibing的技术博客” 博客,请务必保留此出处http://yuweibing.blog.51cto.com/3879355/1656422
原文地址:http://yuweibing.blog.51cto.com/3879355/1656422