码迷,mamicode.com
首页 >  
搜索关键字:firewalld -cmd    ( 1148个结果
OpenLDAP on Centos7
一、环境准备 echo nameserver 114.114.114.114 > /etc/resolv.conf ##更改DNSecho 192.168.0.190 hello.com >> /etc/hosts systemctl disable firewalld.service && sys ...
分类:其他好文   时间:2016-06-26 22:24:10    阅读次数:666
C7关闭防火墙
关闭防火墙 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 firewall: systemctl start firewalld.service#启动firewall systemctl stop firewalld.service#停止firewal... ...
分类:其他好文   时间:2016-06-23 14:15:17    阅读次数:381
redis主从复制配置
master配置 主要是下面配置 slave配置 在master中开放redis的默认端口6379或者关闭防火墙: systemctl stop firewalld.service 最好是在slave中也开放redis的端口 在master中需要bind master的ip,否则在slave中可能会 ...
分类:其他好文   时间:2016-06-20 06:28:41    阅读次数:192
centos7防火墙firewalld
1、firewalld简介 在RHEL7/CentOS7.x 版本上,firewalld已经替代iptables成为默认的防火墙软件,firewalld是centos7的一大特性,最大的好处有两个: 第一个:支持动态更新,不用重启服务,随时添加规则,随时生效,这个过程不需要重新装载netfilter ...
分类:其他好文   时间:2016-06-17 16:56:48    阅读次数:489
CentOS_7.2服务器前期
一、禁用SELinux:# 永久禁用,需要重启生效: # 临时禁用,不需要重新启动: 二、修改系统语言: LANG="zh_CN.UTF-8" #中文 #LANG="en_US.UTF-8" #英文 三、更新系统补丁: 四、安装常用工具 五、LNMP环境依赖包安装: 六、关闭firewalld防火墙 ...
分类:其他好文   时间:2016-06-08 19:11:21    阅读次数:473
centos7 关闭firewall安装iptables并配置
一、配置防火墙,开启80端口、3306端口 CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。 1、关闭firewall: systemctl stop firewalld.service #停止firewall systemctl disable fire ...
分类:其他好文   时间:2016-06-08 01:35:34    阅读次数:311
Centos7的firewalld配置
红帽官方的使用文档: https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/sec-Using_Firewalls.html 常用命令 查看指定区域中开放的端口和服务 ...
分类:其他好文   时间:2016-06-05 06:30:38    阅读次数:169
Linux 开放端口
需要注意的是在CentOS 6 中防火墙由iptables来管理,在CentOS 7 中防火墙由firewalld来管理。 1. 在CentOS 7 中 使用如下命令 举个例子 解释一下: --zone 作用域 --add-prot=8080/tcp 端口/通讯协议 --permanent 永久生效 ...
分类:系统相关   时间:2016-05-23 00:50:19    阅读次数:268
CentOS 7下安装Mysql 5.7
参见http://www.07net01.com/2016/03/1355735.html 过程中需要安装perl CentOS 7 采用了 firewalld 防火墙 service firewalld status 如要查询是否开启80端口则: [root@joe-pc ~]# firewall ...
分类:数据库   时间:2016-05-22 00:30:05    阅读次数:213
关闭RHEL的防火墙
关闭rhel5.x 和 rhel 6.x的防火墙 service iptables stop chkconfig iptables off rhel7.1 systemctl stop firewalld systemctl disable firewalld...
分类:其他好文   时间:2016-05-20 19:42:41    阅读次数:128
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!