[root@wode004sysconfig]#systemctlstatusfirewalld.service-lfirewalld.service-firewalld-dynamicfirewalldaemonLoaded:loaded(/usr/lib/systemd/system/firewalld.service;enabled)Active:active(running)since六2015-10-3102:25:11CST;28minagoMainPID:909(firewalld)CGrou..
分类:
其他好文 时间:
2015-10-31 10:14:46
阅读次数:
1201
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall...
分类:
数据库 时间:
2015-10-27 13:11:00
阅读次数:
345
说到Centos我们大家都知道,已经更新到了Centos7.1版本了,Centos7比之前的Centos6.x版本内容更新比较大,最显著的是命令有明显差异。当然除了OS升级以外,services也有变化的,比如防火墙,从iptables到firewalld的转变,对于Centos版本的不同功能不是今天介绍的主题,我们介..
分类:
Web程序 时间:
2015-10-20 19:48:02
阅读次数:
1228
一、配置防火墙,开启80端口、3306端口CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。1、关闭firewall:systemctl stop firewalld.service #停止firewallsystemctl disable firewall...
分类:
系统相关 时间:
2015-10-18 18:26:23
阅读次数:
219
1.设置selinux端口[root@hn ~]# semanage port -l|grep ssh-bash: semanage: 未找到命令[root@hn ~]# whereis semanagesemanage:缺少semanage,需要安装net-tools (这个包同时还包含了ifco...
分类:
其他好文 时间:
2015-10-17 20:33:00
阅读次数:
413
防火墙的开启与关闭 ? ????centos7的防火墙设置和以前不一样了,一定要注意。</br> ?? It is possible to go back to a more classic iptables setup. First, stop and mask the firewalld service: syst...
分类:
其他好文 时间:
2015-10-08 20:14:04
阅读次数:
225
这篇是linux下使用hostapd实现无线接入点AP模式的另一种实现方式:hostapd路由模式配置。对于软硬件的基本配置及hostapd安装在《CentOS7之hostapdAP模式配置》的前半部分内容中有说明,可以先看看那篇,再看本文。hostapd的AP模式配置需要的有线网卡和无线网卡进行桥接,那路由..
分类:
其他好文 时间:
2015-09-24 19:41:56
阅读次数:
773
官方文档地址:https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/7/html/Security_Guide/sec-Using_Firewalls.html#sec-Introduction_to_firewalld1cd/usr/lib/firewalld/services目录中存放定义好的网络服务和端口参数,系统参数,不能修改。cd/etc/f..
分类:
其他好文 时间:
2015-09-08 23:43:33
阅读次数:
22176
CentOS 7.0默认使用的是firewall作为防火墙,这里改为iptables防火墙。firewall:systemctl start firewalld.service#启动firewallsystemctl stop firewalld.service#停止firewallsystemct...
分类:
其他好文 时间:
2015-09-03 01:50:01
阅读次数:
260
CentOS7默认实用的用Firewalld作为防火墙,摒弃了原先的iptables。但是内核还是使用iptable作为管理参考文档https://access.redhat.com/documentation/zh-CN/Red_Hat_Enterprise_Linux/7/html/Security_Guide/sec-Using_Firewalls.htmlhttp://www.myhome.net.tw/2015_02/p10.ht..
分类:
其他好文 时间:
2015-08-31 19:54:03
阅读次数:
257