码迷,mamicode.com
首页 >  
搜索关键字:ipset 拒绝ip地址连接 iptables    ( 4750个结果
iptables INPUT链使用实例说明
一、简介一下iptables iptables命令中ACCEPT(允许流量通过)、LOG(记录日志信息)、REJECT(拒绝流量通过)、DROP(拒绝流量通过)。允许动作和记录日志工作都比较好理解,着重需要讲解的是这两条拒绝动作的不同点,其中REJECT和DROP的动作操作都是把数据包拒绝,DROP ...
分类:其他好文   时间:2020-01-16 10:20:43    阅读次数:92
error execution phase upload-config/kubelet: Error writing Crisocket information for the control-plane node: timed out waiting for the condition
swapoff -a && kubeadm reset && systemctl daemon-reload && systemctl restart kubelet && iptables -F && iptables -t nat -F && iptables -t mangle -F && i ...
分类:其他好文   时间:2020-01-15 19:44:44    阅读次数:468
Linux基础优化
系统优化 关闭系统安全服务 iptables Centos6防火墙 临时关闭 永久关闭 firewalled Centos7防火墙 临时关闭 永久关闭 SELinux安全服务 临时关闭 永久关闭 替换第7行的 为`disabled` 或者直接输入命令执行 字符集优化 临时调整 LANG="en_US ...
分类:系统相关   时间:2020-01-15 10:08:19    阅读次数:94
Centos7 Web服务器-防火墙问题
CentOS 7 默认使用firewalld来管理iptables规则,一般配置服务器,都是直接关闭防火墙。这样也防止因为防火墙造成的不可访问等原因。但是在正式的生产环境下,还是建议在配置完环境后开启防火墙并且设置访问端口规则。 注意:阿里云服务器 除了服务器端口有防火墙拦截外,在阿里云控制台还有一 ...
分类:Web程序   时间:2020-01-14 10:16:29    阅读次数:139
centos7_firewall
CentOS7开始引入firewall服务,支持IPV4和IPV6并支持网桥。 使用firewall-cmd(command)和firewall-config(GUI)管理。 上图显示出firewall与iptables的关联关系。 IPTABLES和Firewalld区别 iptables 默认是 ...
分类:其他好文   时间:2020-01-12 22:10:25    阅读次数:107
Linux基础优化
系统优化 关闭系统安全服务 iptables --Centos6防火墙 临时关闭 /etc/init.d/iptables stop /etc/init.d/iptables status services stop iptables 永久关闭 chkconfig iptables off chkc ...
分类:系统相关   时间:2020-01-11 20:47:11    阅读次数:144
K8S 之 核心组件
一、核心组件三部件二、配置存储中心(etcd服务)可定义理解为整个K8S的MYSQL数据库作用(非关系型数据),存储集群的元数据信息,作用类同于ZK等。
分类:其他好文   时间:2020-01-11 18:41:55    阅读次数:133
Centos 7如何设置防火墙
一、概述 不熟悉centos 7 中的firewalld怎么办啊,没关系,iptables在centos 7 中照样适用。 二、开始设置 先看一下是否安装了iptables的相关服务 #先检查是否安装了iptables service iptables status #安装iptables yum ...
分类:其他好文   时间:2020-01-11 11:53:15    阅读次数:102
DHCP
绑定dhcp ...
分类:其他好文   时间:2020-01-11 00:03:39    阅读次数:74
Postfix与Dovecot
配置主机名称 oot@localhost ~]# vim /etc/hostname mail.linuxprobe.com oot@localhost ~]# hostname mail.linuxprobe.com [root@localhost ~]# iptables -F [root@lo ...
分类:其他好文   时间:2020-01-10 23:51:47    阅读次数:106
4750条   上一页 1 ... 27 28 29 30 31 ... 475 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!