码迷,mamicode.com
首页 >  
搜索关键字:防火墙 iptables    ( 11944个结果
openwrt的IPTV配置
交换机配置: 创建IPTV接口: IPTV跃点设置为20,防止上网走这个端口。 防火墙配置: config rule option target 'ACCEPT' option proto 'udp' option name 'IPTV-DHCP' option family 'ipv4' opti ...
分类:其他好文   时间:2021-04-22 16:16:44    阅读次数:0
集群技术概览
集群设计实现 基础设施层面 1 提升硬件资源性能一从入口防火墙到后端 web server 均使用更高性能的硬件资源 2 多域名—DNS轮询A记录解析 3 多入口一将A记录解析到多个公网IP入口 4 多机房一同城+异地容灾 5 CDN(Content Delivery Network)-基于GSLB ...
分类:其他好文   时间:2021-04-21 12:11:18    阅读次数:0
未达到要求的《MySQL安全策略》
文件来源自:https://mp.weixin.qq.com/s?__biz=MjM5NzAzMTY4NQ==&mid=2653930385&idx=1&sn=4314ef01817ed05fa58ea245fa833070&chksm=bd3b59fb8a4cd0ed3b2ca4312ea0907 ...
分类:数据库   时间:2021-04-20 15:40:27    阅读次数:0
Linux_服务器_禁止国外IP访问
这里我们以禁止美国地址段为例,可以根据自己的需要将us.zone改为相应国家缩写 #/bin/bash wget -O /tmp/us.zone http://www.ipdeny.com/ipblocks/data/countries/us.zone for ip in `cat /tmp/us. ...
分类:系统相关   时间:2021-04-19 15:10:27    阅读次数:0
搭建cs服务器
1.把cs文件上传至服务器 2.安装java环境 yum -y install java-1.8.0-openjdk* 3.开启服务端 ./teamserver ip 密码 ./teamserver xxx.xxx.xxx.xxx xxxxx 4.问题 出现连接超时 因为 centos 开启了防火墙 ...
分类:其他好文   时间:2021-04-16 12:10:45    阅读次数:0
CentOS打开永久防火墙端口
例如MySQL的端口3306 firewall-cmd --zone=public --add-port=3306/tcp --permanent 重启防火墙并查看是否生效 firewall-cmd --reload #重启firewall firewall-cmd --list-ports #查看 ...
分类:其他好文   时间:2021-04-12 12:43:20    阅读次数:0
iptables
iptables iptables 是用户空间的命令行工具,真正实现包过滤,转发,地址转化的 netfilter 模块 iptables 表链关系 表/链 prerouting input output forward postrouting raw √ √ √ mangle √ √ √ √ nat ...
分类:其他好文   时间:2021-04-10 13:26:02    阅读次数:0
网络爬虫之数据库连接
爬取的数据一般需要提交给数据库,这里就介绍了三个主流数据库的连接(mysql,redis,mongodb),如果你的数据库服务器都放在liunx系统上首先要修改一下配置文件将bind 127.0.0.1修改为bind 0.0.0.0这样才能访问数据库。并且需要查看linux防火墙设置。如果开启要将其 ...
分类:数据库   时间:2021-04-10 13:21:40    阅读次数:0
linux 防火墙查看
一、iptables防火墙 1、基本操作 # 查看防火墙状态 service iptables status # 停止防火墙 service iptables stop # 启动防火墙 service iptables start # 重启防火墙 service iptables restart # ...
分类:系统相关   时间:2021-04-07 11:31:55    阅读次数:0
prometheus监控
部署prometheus监控端mkdir /opt/monitor/[root@zabbix ~]# tar -xf prometheus-2.25.0.linux-amd64.tar.gz -C /opt/monitor/[root@zabbix ~]# mv prometheus-2.25.0. ...
分类:其他好文   时间:2021-04-06 14:27:18    阅读次数:0
11944条   上一页 1 ... 5 6 7 8 9 ... 1195 下一页
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!