码迷,mamicode.com
首页 >  
搜索关键字:firewalld    ( 1378个结果
kvm虚拟化
3.1 kvm安装 [root@mp ~]# systemctl stop firewalld [root@mp ~]# systemctl disable firewalld Removed symlink /etc/systemd/system/multi-user.target.wants/f ...
分类:其他好文   时间:2020-05-04 23:05:58    阅读次数:88
Centos 6 和Centos 7区别
区别 Centos6.x Centos7.x 文件系统(大小) ext4(当个文件系统容量达到1EB,当个文件可达到16TB) XFS(当个文件系统容量达到18EB,当个文件可达到9EB) 防火墙 iptables firewalld(也支持iptables) 内核版本 2.6.x-x 3.10.x ...
分类:其他好文   时间:2020-05-04 15:36:43    阅读次数:78
firewall-cmd命令
常用命令 [root@hehe ~]# systemctl start firewalld.service [root@hehe ~]# firewall-cmd --state running [root@hehe ~]# firewall-cmd --permanent --zone=publi ...
分类:其他好文   时间:2020-05-04 00:38:19    阅读次数:56
两端机配置nat转发
两台服务器,一台国内,一台海外,做了内网互通,现要国内端的数据通过内网转发到海外端来上网的需求 1.安装iptables也可以用firewalld 安装好iptables确认是否启动成功 2.开启系统路由转发功能 vi /etc/sysctl.conf net.ipv4.ip_forward = 1 ...
分类:其他好文   时间:2020-05-02 14:52:27    阅读次数:72
rhel7和centos7的新防火墙软件 firewalld
rhel7和centos7的新防火墙软件 firewalld (但仍然可以使用iptables) Linux网络防火墙对比 iptables ? iptables在rhel7之前是非常流行的,但是它对于firewalld来讲过于低级,而且它自身只能编写IPV4的规则,IPV6则需要其他的程序实例来帮 ...
分类:其他好文   时间:2020-05-02 10:12:51    阅读次数:76
Linux相关命令(持续更新...)
linux防火墙相关命令 firewall防火墙1、查看firewall服务状态 systemctl status firewalld 出现Active: active (running)切高亮显示则表示是启动状态。 出现 Active: inactive (dead)灰色表示停止,看单词也行。2、 ...
分类:系统相关   时间:2020-04-30 17:17:04    阅读次数:106
iptables&&firewall防火墙
Centos7.X 开始,系统自带的防火墙是firewalld,但是也同样支持iptables
分类:其他好文   时间:2020-04-29 18:42:31    阅读次数:69
linux 基本优化
selinux 优化 vi /etc/selinux/config SELINUX=disabled 关闭selinux 需要重启生效 sestatus -v 查看selinux状态 防火墙优化 systemctl stop firewalld 关闭防火墙 systemctl disabled fi ...
分类:系统相关   时间:2020-04-29 12:39:22    阅读次数:94
防火墙和selinux
防火墙(firewalld) 动态防火墙管理工具 定义区域与接口安全等级 运行时和永久配置项分离 两层结构 核心层 处理配置和后端,如iptables、ip6tables、ebtables、ipset和模块加载器 顶层D-Bus 更改和创建防火墙配置的主要方式。所有firewalld都使用该接口提供 ...
分类:系统相关   时间:2020-04-29 10:39:03    阅读次数:96
大数据 CDH 6.2 安装
环境信息 如果是单节点的,建议将虚拟机的内存最小设置为8G,硬盘大小为100G | 类别 | 版本 | 备注 | | | | | | CDH | 6.2.0 | "下载网址" | | 数据库 | mysql 5.7 | | | 系统 | CentOS7 | | | jdk | 1.8 | cdh 修 ...
分类:其他好文   时间:2020-04-28 00:10:36    阅读次数:471
1378条   上一页 1 ... 15 16 17 18 19 ... 138 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!