环境:CentOS7.4软件版本:Zabbix4.4准备工作:配置静态IPDNS、关闭防火墙、关闭selinux设置RPM源#官方源服务器在国外,这里选择阿里源rpm-ivhhttps://mirrors.aliyun.com/zabbix/zabbix/4.4/rhel/7/x86_64/zabbix-release-4.4-1.el7.noarch.rpm安装mariadb与设置#yum安装y
分类:
其他好文 时间:
2020-06-05 18:08:41
阅读次数:
93
实验环境: Centos7.4 192.168.1.201 vampire01 主节点 Centos7.4 192.168.1.202 vampire02 备节点 Centos7.4 192.168.1.203 share nfs服务器 修改hosts文件或者指定内网的DNS服务器地址: vim / ...
分类:
系统相关 时间:
2020-06-05 14:45:13
阅读次数:
69
解决方法:https://answers.microsoft.com/zh-hans/windows/forum/all/win10%E6%97%A0%E6%B3%95%E5%BC%80%E5%90%AFwindows/3f5e3b2a-db57-4f1a-8e98-50950184e02a 按Wi... ...
一、iptables扩展模块(续) 1、state a、The "state" extension is a subset of the "conntrack" module."state" allows access to the connection tracking state for thi ...
分类:
系统相关 时间:
2020-06-04 18:06:53
阅读次数:
85
1.查看开放端口列表 firewall-cmd --list-ports --查看开放端口列表 开启防火墙 systemctl start firewalld 关闭防火墙 systemctl stop firewalld 查看防火墙状态 systemctl status firewalld 2.开放 ...
分类:
其他好文 时间:
2020-06-04 10:18:44
阅读次数:
153
安装源ISOCentOS-7-x86_64-DVD-1810最小化安装系统后先更新[root@Server~]#yumupdate-y[root@Server~]#cat/etc/redhat-releaseCentOSLinuxrelease7.6.1810(Core)[root@Server~]#uname-r3.10.0-957.21.3.el7.x86_64关闭防火墙systemctlst
分类:
其他好文 时间:
2020-06-04 01:37:25
阅读次数:
82
安装nginx 省略。。。 开启防护墙 通过systemctl start firewalld开启防火墙,没有任何提示即开启成功。 开放指定端口 firewall-cmd --zone=public --add-port=80/tcp --permanent firewall-cmd --zone= ...
分类:
Web程序 时间:
2020-06-03 23:22:43
阅读次数:
181
杭州BG公司公网防火墙通外网配置 之前给杭州一家公司做过网络建设项目,至少是哪个公司这里就不提了,我们这里面主要谈技术。这是一家专业的互联网公司,由于这家公司初建,并没有专业的网络运维人员,网络较复杂,分为研发内网、研发大网、SERVER区、DMZ区,此外还有公网区,经常有网络改动的需求,每当这时就 ...
分类:
其他好文 时间:
2020-06-03 21:57:46
阅读次数:
123
环境 centos7系统 关闭防火墙 systemctl stop firewalld systemctl disable firewalld 关闭SELINUX sudo vim /etc/sysconfig/selinux 重启一下 sudo reboot 将SELINUX 改为disable ...
分类:
其他好文 时间:
2020-06-03 17:34:13
阅读次数:
104