原文:centos7 firewall指定IP与端口访问(常用)

基本使用 启动:systemctl start firewalld 关闭:systemctl stop firewalld 查看状态:systemctl status firewalld 开机禁用:systemctl disable firewalld 开机启用:systemctl enable firewalld 配置firewalld cmd 查看版本:firewall cmd version ...

2019-06-12 10:39 0 6257 推荐指数:

查看详情

centos7 firewall指定IP端口访问常用

1、启动防火墙 systemctl start firewalld.service 2、指定IP端口 firewall-cmd --permanent --add-rich-rule="rule family="ipv4" source address="192.168.142.166 ...

Thu Jan 11 23:38:00 CST 2018 0 20113
centos7 firewall指定IP端口访问

参考文章: https://www.openos.org/post/340/ https://teddysun.com/566.html firewall-cmd 1、启动防火墙 2、指定IP端口 3、重新载入,使配置生效 4、查看配置结果 5、删除规则 ...

Thu Oct 22 00:20:00 CST 2020 0 567
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM