码迷,mamicode.com
首页 >  
搜索关键字:iptables netfilter    ( 4865个结果
K8S主机环境配置(二)
# 安装补丁包# yum install -y conntrack ipvsadm ipset jq iptables curl sysstat libsecomp wget net-tools git vim# 禁用防火墙# systemctl stop firewalld && systemct ...
分类:其他好文   时间:2020-06-18 01:44:16    阅读次数:65
Linux MySQL集群搭建之主从复制
前期准备 准备两台Linux,一主,一从,具体Linux安装MySQL操作步骤:点我直达 集群搭建 注意事项 一主可以多从 一从只能一主 关闭主从机器的防火墙策略 chkconfig iptables off service iptables stop 主服务器配置 修改my.cnf文件 vim / ...
分类:数据库   时间:2020-06-17 23:13:33    阅读次数:107
centos7.5安装lvs
详尽、完善的安装配置步骤服务器配置如下:LVS服务器(DS)DIP:192.168.3.121VIP:172.30.100.111nginx1服务器(RS)RIP:192.168.3.122网关:192.168.1.121nginx2服务器(RS)RIP:192.168.3.123网关:192.168.1.121安装ipvsadmyuminstall-yipvsadm清除iptables,关闭防火
分类:其他好文   时间:2020-06-17 11:14:31    阅读次数:68
iptables
补充说明 语法 iptables(选项)(参数) 选项 -t, --table table 对指定的表 table 进行操作, table 必须是 raw, nat,filter,mangle 中的一个。如果不指定此选项,默认的是 filter 表。 # 通用匹配:源地址目标地址的匹配 -p:指定要 ...
分类:其他好文   时间:2020-06-17 01:04:19    阅读次数:64
架构师的成长之路初片
网络服务基础 centos6与centos7的对比: 文件系统: centos6 centos7 文件系统 Ext4的单个文件系统容量达到1EB,单个文件大小达到16TB XFS默认支持8EB减1字节的单个文件系统,最大可支持文件大小9EB,最大文件系统尺寸为18EB 防火墙 iptables fi ...
分类:其他好文   时间:2020-06-16 23:48:45    阅读次数:77
linux文件系统命令
CentOS6系统防火墙开启、关闭、查看状态 注意:要进入到~目录 也就是家目录下才能查看防火墙 进入home目录:cd ~ 关闭虚拟机防火墙: 关闭命令: service iptables stop 永久关闭防火墙:chkconfig iptables off 两个命令同时运行,运行完成后查看防火 ...
分类:系统相关   时间:2020-06-16 14:48:57    阅读次数:72
Oracle静默安装搭建
oracle数据库静默安装 环境配置 系统:CentOS7.6 cpu:2*4=8核 硬盘:120G 内存:8G 一,配置 1,关闭防火墙及selinux [root@localhost ~]# iptables -F [root@localhost ~]# systemctl stop firew ...
分类:数据库   时间:2020-06-15 17:50:10    阅读次数:76
iptables防火墙
一、iptables 介绍 (1) 4表五链(工作的第三层,liunx包过滤防火墙) (2)iptables基本用法 (如果不跟-t 表明 默认filter 表) (3)在每次操作防火墙之后 要保存不然在重启防火墙会还原 (4)处理动作(包过滤 匹配即停止) (5)常用的管理规则 (6)添加新的规则 ...
分类:其他好文   时间:2020-06-15 11:53:52    阅读次数:59
Linux就该这么学——第7章Iptables与Firewalld防火墙
2020-06-06 ...
分类:系统相关   时间:2020-06-14 18:51:37    阅读次数:58
chanakya
仅供个人娱乐 参考http://www.saulgoodman.cn/HA-Chanakya.html 靶机信息 https://www.vulnhub.com/entry/ha-chanakya,395/ 一、主机探测 arp-scan -l nmap -sV -p 1-65535 -A 192. ...
分类:其他好文   时间:2020-06-13 10:25:57    阅读次数:76
4865条   上一页 1 ... 12 13 14 15 16 ... 487 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!