1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status firewalld 停止: systemctl disable firewalld 禁用: systemctl stop firewalld 2.systemc ...
分类:
其他好文 时间:
2018-07-02 00:08:18
阅读次数:
152
1,准备工作 关闭SELINUX 查看下状态 ,如果是Enforcing则关闭 临时关闭: 永久关闭: 将SELINUX=enforcing改为SELINUX=disabled(这个reboot生效) 2,安装相应软件 安装subversion: 安装apache: apache安装svn模块: 3 ...
分类:
Web程序 时间:
2018-07-01 20:29:20
阅读次数:
415
搭建网络防火墙 防火墙的IP充当网关,对两边主机相互发送的数据包进行检查 1 两边的主机都必须要配置 2 主机1配置路由: 3 route add -net 192.168.145.0/24 gw 192.168.33.129 4 route del -net 192.168.33.0/24 5 i ...
分类:
其他好文 时间:
2018-07-01 17:54:33
阅读次数:
212
实现LVS的NAT模式其原理及特点详细介绍请看http://blog.51cto.com/11134648/21338501.实验环境IP地址规划客户端访问服务的请求IP地址:VIP12.0.0.1ServerIP系统DirectorServerDIP192.168.10.1CentOS7NFSServer192.168.10.50RedHat6RealServer1RIP192.168.10.5
分类:
Web程序 时间:
2018-07-01 12:27:06
阅读次数:
216
CentOS7中执行 会报错Failed to start iptables.service: Unit iptables.service failed to load: No such file or directory. 在CentOS 7或RHEL 7或Fedora中防火墙由firewalld ...
分类:
其他好文 时间:
2018-06-29 17:19:49
阅读次数:
3930
CentOS7安装docker,安装成功后,启动失败 提示: 我们可以看到此处它提示是Failed to start Docker Application Container Engine. 于是在网上找各种类似错误,有说是需要把firewalld.service及selinux关闭。呃,这个的话是 ...
分类:
其他好文 时间:
2018-06-29 11:07:15
阅读次数:
413
1、firewalld的基本使用 启动: systemctl start firewalld 查看状态: systemctl status firewalld 停止: systemctl disable firewalld 禁用: systemctl stop firewalld 2.systemc ...
分类:
其他好文 时间:
2018-06-29 01:09:05
阅读次数:
169
一、负载均衡LVS基本介绍LVS是LinuxVirtualServer的简称,也就是Linux虚拟服务器。这是一个由章文嵩博士发起的一个开源项目,它的官方网站是http://www.linuxvirtualserver.org。LVS是Linux内核标准的一部分。LVS是一个实现负载均衡集群的开源软件项目,通过LVS的负载均衡技术和Linux操作系统可以实现一个高性能高可用的Linux服务器集群,
分类:
Web程序 时间:
2018-06-28 19:20:08
阅读次数:
265
启动一个服务:systemctl start firewalld.service关闭一个服务:systemctl stop firewalld.service重启一个服务:systemctl restart firewalld.service显示一个服务的状态:systemctl status fi ...
分类:
其他好文 时间:
2018-06-24 19:27:50
阅读次数:
223
samba简单安装和无密码分享1、先安装服务器和客户端[root@localhost~]#yum-yinstallsambasamba-client#---------------安装服务器和客户端[root@localhost~]#rpm-qisamba#--------------------------------查看安装sambaan安装包详情Name:sambaEpoch:0Versio
分类:
其他好文 时间:
2018-06-23 17:17:07
阅读次数:
532