准备工具:
1.四台centos7服务器,一台客户机
本次实验用到四台服务器,一台服务器安装haproxy实现调度,另两台服务器搭建nginx提供web服务,一台客户机测试访问。
·····················
主机 | 系统 | IP | 功能 |
HAproxy | centos7 | 192.168.254.214 | HAproxy |
nginx | centos7 | 192.168.254.226 | nginx |
nginx | centos7 | 192.168.254.227 | nginx |
Client | windows10 |