Centos7 舍弃了iptables 换成了firewalld了,如何放开指定的端口呢?
1 放开UDP 161/162端口
# firewall-cmd --permanent --zone=public --add-port=161/udp
# firewall-cmd --permanent --zone=public --add-port=162/udp
--permanent 永久生效
# firewall-cmd --reload //更新防火墙规则
阅读(2257) | 评论(0) | 转发(0) |