loadbalancer

  1. I

    HAProxy

    Hello, I want to add few context paths on the same domain. acl host_public hdr(host) -i public.example.mk use_backend REGISTAR-REGISTRACIJA if host_public acl is_publicroot path -i / acl is_publicdomain hdr(host) -i public.example.mk redirect code 301 location /farmakovigilanca-public-forms if...
  2. J

    How to manage PAM Users on Proxmox Cluster

    Hello everyone, I have a question about whats the best was to manage User, specifically PAM users on a Proxmox Cluster. Say I have a Proxmox Cluster and a Loadbalancer for the WebUI. When I would try to login into the WebUI via PAM I don't know which node I am currently connected. I know that...
  3. W

    Load balancing: Only provide web interface on one node and email notification

    Hello! In the documentation it is said (https://pmg.proxmox.com/pmg-docs/pmg-admin-guide.html#_load_balancing): The second node can then be used as a quarantine host, that only provides the web interface to the user quarantine. 1. But I did not find a chapter, how to configure that - so can you...
  4. aasami

    [SOLVED] IPVS load ballancer can not establish TCP connection across two cluster nodes

    Hi, I have an IPVS direct routing Load Ballancer VM (LB) which works only when the target Backend VM (e.g. B1) is on the same cluster node. If LB is on different node than Backend (B1), TCP connection between Client (CL) and Backend (B1) can not be established. CL sends SYN packet to LB and LB...
  5. A

    using HAproxy as a load blancer in proxmox

    i have a swarm containing 3 virtual machines one VM running as a manager node and the two others are runninng as workers i have services running inside of docker containers i want to use HAproxy as a loadblancer for this infrastructure i want to install HAproxy on a separated VM ? i want to...