码迷,mamicode.com
首页 >  
搜索关键字:firewalld    ( 1378个结果
centos7 源码编译安装nginx教程 nginx安装脚本
安装nginx需要pcre zlib openssl的库,下文都是在官网直接下载用作编译安装 该nginx安装教程,有安装maxmind IP 库 该nginx安装教程有安装openrestry 系统使用了centos 7 该教材有修改最大打开文件描述符数到最大 该教程是nginx安装的shell脚 ...
分类:其他好文   时间:2019-08-28 13:02:13    阅读次数:88
pxe批量装机
关闭防火墙[root@localhost ~]# iptables -F[root@localhost ~]# systemctl stop firewalld.service [root@localhost ~]# setenforce 0挂载光盘[root@localhost ~]# mkdir ...
分类:其他好文   时间:2019-08-26 21:24:52    阅读次数:119
asterisk搭建goip
利用asterisk来搭建goip使用,步骤如下: 第一步:先需要搭建centos服务器并优化 搭建centos服务器就省略; 优化centos服务器,进行如下步骤: 关闭防火墙:systemctl stop firewalld,systemctl disable firewalld 关闭selin ...
分类:其他好文   时间:2019-08-26 21:13:58    阅读次数:207
CentOS7安装注意
1.配置jdk环境 2.修改主机名 3.修改映射 4.配置免密 systemctl disable firewalld 关闭防火墙 systemctl status firewalld 查看防火墙状态 ssh-keygen -t rsa 生成密钥 ssh-copy-id 192.168.115.21... ...
分类:其他好文   时间:2019-08-24 00:00:57    阅读次数:110
DHCP与DHCP中继原理理与配置
centos7 关闭防火墙 systemctl stop firewalld systemctl disable firewalld centos6 关闭防火墙 service iptables stop chkconfig iptables off 关闭selinux安全机制 sed -i '7 ...
分类:其他好文   时间:2019-08-23 15:07:33    阅读次数:134
CentOS7出现Unit iptables.service could not be found
CentOS7默认的防火墙不是iptables,而是firewalle. 出现此情况可能是iptables防火墙未安装。 #停止firewalld服务 #禁用firewalld服务 开启 安装iptables-services: 设置开机启动: 然后 开启: service iptables sta ...
分类:其他好文   时间:2019-08-23 11:59:09    阅读次数:381
PXE批量装机
centos7 关闭防火墙 systemctl stop firewalld systemctl disable firewalld centos6 关闭防火墙 service iptables stop chkconfig iptables off 关闭selinux安全机制 sed -i '7 ...
分类:其他好文   时间:2019-08-22 13:15:52    阅读次数:129
使用docker安装jekins
1.安装jekins docker run -p 8080:8080 -p 50000:50000 -v jenkins_data:/var/jekins_home jekinsci/blueocean 2.关闭防火墙 systemctl stop firewalld.service 3.访问jek ...
分类:其他好文   时间:2019-08-21 11:31:43    阅读次数:256
firewalld规则写法
需要注意的是Firewalld中的区域与接口 一个网卡仅能绑定一个区域。比如: eth0-->A区域 但一个区域可以绑定多个网卡。比如: B区域-->eth0、eth1、eth2 可以根据来源的地址设定不同的规则。比如:所有人能访问80端口,但只有公司的IP才允许访问22端口 trusted 允许所 ...
分类:其他好文   时间:2019-08-20 18:36:37    阅读次数:217
Linux中级之firewalld防火墙(iptables)
一、什么是防火墙? 防火墙其实就是一个隔离工具:工作于主机或者网络的边缘 对于进出本主机或者网络的报文根据事先定义好的网络规则做匹配检测 对于能够被规则所匹配的报文做出相应处理的组件(这个组件可以是硬件,也可以是软件) 种类: 主机防火墙、网络防火墙 硬件防火墙、软件防火墙 硬件防火墙:思科(AIR ...
分类:系统相关   时间:2019-08-19 21:17:20    阅读次数:113
1378条   上一页 1 ... 42 43 44 45 46 ... 138 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!