haproxy代理maxscale

一 修改haproxy配置文件

vi /etc/haproxy/haproxy.cfg

添加:

listen maxscale_4006

    bind                *:4006   #绑定的端口

    mode                tcp

    option              tcplog

    option              tcpka

    balance             roundrobin

    timeout connect     30s

    timeout client      28800s

    timeout server      28800s

    maxconn             10000

    retries             3

    server              maxscale_server_01 192.168.150.10:4006 check inter 5s rise 2 fall 3 maxconn 1000 weight 1

server              maxscale_server_02 192.168.150.24:4006 check inter 5s rise 2 fall 3 maxconn 1000 weight 1

#注释

Haproxy的4006端口后端代理了两台maxscale(ip:端口分别是192.168.150.10:4006,192.168.150.24:4006)

#备注

假如部署了多台haproxy,需要在该haproxy集群的每台服务器中都添加下该配置。

二 重启haproxy

systemctl restart haproxy

三 检查端口

[root@Haproxy-Server-B02 ~]# netstat -nltp |grep 4006
tcp        0      0 0.0.0.0:4006            0.0.0.0:*               LISTEN      31541/haproxy  

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值