LVS集群

Posted lyqlyqlyq

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了LVS集群相关的知识,希望对你有一定的参考价值。

LVS服务器:192.168.200.111
[root@real ~]# iptables -F
[root@real ~]# systemctl stop firewalld
[root@real ~]# setenforce 0
[root@director ~]# yum -y install ipvsadm
[root@director ~]# ipvsadm -A -t 172.16.1.1:80 -s rr
[root@director ~]# ipvsadm -a -t 172.16.1.1:80 -r 192.168.200.112:80 -m -w 1
[root@director ~]# ipvsadm -a -t 172.16.1.1:80 -r 192.168.200.113:80 -m -w 1
[root@lvs ~]# ip a //配置两块网卡
ens32 inet 192.168.200.111/24
ens35 inet 172.16.1.1/24
[root@lvs ~]#echo "net.ipv4.ip_forward = 1" >> /etc/sysctl.conf


real服务器:192.168.200.112
[root@real ~]# iptables -F
[root@real ~]# systemctl stop firewalld
[root@real ~]# setenforce 0
[root@real ~]# vim /etc/sysconfig/network-scrippts/ifcfg-ens32
将网关改为192.168.200.111
[root@real ~]# systemctl start network
[root@real ~]# yum -y install httpd
[root@real ~]# echo 111111 > /var/www/html/index.html
[root@real ~]# systemctl start httpd

real服务器 192.168.200.113 同上

以上是关于LVS集群的主要内容,如果未能解决你的问题,请参考以下文章

高可用集群-lvs

负载均衡集群介绍(LB集群) LVS介绍LVS NAT模式LVS DR模式

集群------LVS负载均衡集群(NAT模式 LVS负载均衡集群部署图文详解)

lvs集群

lvs+keepalived集群架构服务

LVS负载均衡集群