#指定源IP和目标IPiptables-IINPUT-s192.168.179.133-d192.168.179.135-jDROP#由于上条规则没有指定协议类型,默认会DROP掉所有协议类型iptables-IINPUT-s192.168.179.133-d192.168.179.135-ptcp-jDROP#-p支持的协议类型centos6中,-p选项支持如下协议类型tcp,udp,udpli
分类:
其他好文 时间:
2020-09-07 18:56:28
阅读次数:
41
环境:centos7--------客户端centos6--------客户端zabbix官网:https://www.zabbix.com/选择对应系统版本的yum源由于官方yum源比较慢而且有时候找不到包推荐使用:https://mirrors.tuna.tsinghua.edu.cn/zabbix/选择版本替换yum源baseurl即可centos6为例:[zabbix]name=Zabbi
分类:
其他好文 时间:
2020-09-07 18:52:22
阅读次数:
44
实验环境:centos6centos7IP规划:centos6:eth0+eth1=bond0bond0:192.168.16.100centos7:eth0:192.168.16.66实验目的:实现centos6的网卡冗错,网卡的高可用实验步骤:centos6添加两块网卡:eth0,eth1分别配置:vimifcfg-eth0NAME=eth0DEVICE=eth0ONBOOT=yesMASTE
分类:
其他好文 时间:
2020-08-27 17:04:16
阅读次数:
65
环境:salt-master:centos7.8salt-minion(2台):centos6.10salt-minion(1台):centos7.8关闭selinux和firewalld,iptables开放4505和4506端口目的:通过salt-master实现对salt-minion的批量自动安装mysql步骤(都在master执行):1,检测连通性salt‘*‘test.
分类:
数据库 时间:
2020-08-24 16:46:46
阅读次数:
73
1.主机名称文件 /etc/hostname (centos7) /etc/sysconfig/network (centos6) 2 本地解析文件 /etc/hosts 3 磁盘开机自动挂载文件 /etc/fstab 4. 系统开机自动命令信息的文件 /etc/rc.local——设置服务器开机启 ...
分类:
其他好文 时间:
2020-08-19 19:23:06
阅读次数:
62
环境:服务端:centos7客户端:centos6,centos8,Ubuntu18关闭selinux,firewalld,ntpd服务软件包:chrony.x86_64.rpm服务名:chronydcentos安装:yuminstall-ychronyUbuntu安装:aptinstall-ychrony服务端:查看安装配置文件:rpm-qlchrony[09:13:39-root@localh
分类:
其他好文 时间:
2020-08-15 23:54:04
阅读次数:
91
fpm工具安装CentOS6.x下安装#centos6由于自带yum源中的ruby版本太低,需要如下安装:yum-yinstallrpm-buildyumupdatenssgpg--keyserverhkp://keys.gnupg.net--recv-keys409B6B1796C275462A1703113804BB82D39DC0E37D2BAF1CF37B13E2069D6956105BD
分类:
系统相关 时间:
2020-08-13 11:54:42
阅读次数:
81
![](https://s4.51cto.com/images/blog/202008/11/9ac690e676a6aefe0e38316a1b8793d7.png?x-oss-process=image/watermark,size_16,text_QDUxQ1RP5Y2a5a6i,color_FFFFFF,t_100,g_se,x_10,y_10,shadow_90,type_ZmFuZ3p
分类:
其他好文 时间:
2020-08-12 15:39:13
阅读次数:
47
首先下载mailx,postfix软件包:yum-yinstallmailxpostfix下载完成后,启动postfix服务:systemctlstart--nowpostfix#centos7/8上使用此命令启动postfix服务servicepostfixstart#在centos6上使用此命令启动postfix服务验证mail是否可以发送邮件:
分类:
其他好文 时间:
2020-08-03 23:15:39
阅读次数:
74
vm上如何安装centos7 原文链接:https://www.jianshu.com/p/ce08cdbc4ddb?utm_source=tuicool&utm_medium=referral 1.软硬件准备 软件:推荐使用VMwear,我用的是VMwear 12 镜像:CentOS6 ,如果没有 ...
分类:
其他好文 时间:
2020-07-30 14:13:59
阅读次数:
61