iptables 所在目录 : /etc/sysconfig/iptables # service iptables status #查看iptables状态 # service iptables restart #iptables服务重启 # service iptables stop #ipta ...
分类:
系统相关 时间:
2020-12-30 11:29:45
阅读次数:
0
一、filter常用规则 1、REJECT 拒绝 例:拒绝来自85主机的tcp类型的请求 iptables -t filter -I INPUT -s 192.168.2.85 -d 192.168.2.93 -p tcp -j REJECT 2、ACCEPT 允许 -s: 匹配源地址 # 源 IP ...
分类:
其他好文 时间:
2020-12-29 10:58:10
阅读次数:
0
iptables数据包、连接标记模块MARK/CONNMARK的使用 来源 https://www.cnblogs.com/EasonJim/p/8414943.html MARK标记用于将特定的数据包打上标签,供iptables配合TC做QOS流量限制或应用策略路由。 看看和MARK相关的有哪些模 ...
分类:
其他好文 时间:
2020-12-28 11:45:29
阅读次数:
0
搭建LAMP 【部署Linux环境】 [root@chaogelinux ~]# iptables -F [root@chaogelinux ~]# systemctl stop firewalld [root@chaogelinux ~]# systemctl disable firewalld ...
分类:
其他好文 时间:
2020-12-24 12:46:30
阅读次数:
0
kafka安装机器初始化参考ES安装,安装java,关闭防火墙,selinux等安装zookeeperyuminstall-ywgetwgethttps://downloads.apache.org/kafka/2.6.0/kafka_2.13-2.6.0.tgz#下载zookeepermkdir/usr/share/kafkatarzxvfkafka_2.13-2.6.0.tgz-C/usr/s
分类:
其他好文 时间:
2020-12-22 11:49:19
阅读次数:
0
logstash7.10安装机器初始化参考ES安装,安装java,关闭防火墙,selinux等下载并安装GPG-KEYsudorpm--importhttps://artifacts.elastic.co/GPG-KEY-elasticsearch添加yum仓库vim/etc/yum.repos.d/logstash.repo[logstash-7.x]name=Elasticrepository
分类:
其他好文 时间:
2020-12-22 11:48:50
阅读次数:
0
1、我们在生产环境中我们需要对服务器系统配置相关优化参数,以下为Centos 7系统相关常用软件安装以及系统参数配置 setenforce 0 sed -i 's/SELINUX=enforcing/SELINUX=disabled/g' /etc/selinux/config sed -i 's/ ...
分类:
系统相关 时间:
2020-12-19 13:21:26
阅读次数:
2
搭建时间服务器,客户端可在每天早晨的9:00整从ntp服务器更新自己的时间 搭建时间服务器 [root@bogon ~]# getenforce # 查看 selinux 状态 [root@bogon ~]# systemctl status firewalld # 查看防火墙状态 [root@bo ...
分类:
其他好文 时间:
2020-12-16 12:47:27
阅读次数:
2
1、Dnsmasq+ipset+iptables基于域名的流量管理 https://blog.csdn.net/lvshaorong/article/details/52981169 2、Dnsmasq / ipset / iptables 基于域名的智能路由 https://www.jianshu ...
分类:
其他好文 时间:
2020-12-16 12:32:34
阅读次数:
2
1、安装前准备工作下载Nginx源码包,官网下载会有很多版本,注意版本号,偶数为稳定版,奇数为开发实验版下载地址:http://nginx.org/en/download.html2、安装编译环境、创建安装目录和用户yum-yinstallgccgcc-c++pcre-develzlib-develmkdir/usr/local/nginx1.18useradd-Mnginx-s/sbin/nol
分类:
其他好文 时间:
2020-12-16 12:25:44
阅读次数:
4