You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for your work on this project, truly amazing.
I have 3 dedicated server in OVH (main French provider) each having a public IP and a private IP through a VLAN.
To ensure Load Balancing, there is no VIP available to purchase from this provider. However, I can configure an external OVH LoadBalancer to do the job. I want to configure this LB to reach my 3 HaProxy servers on their public adresses (the LB can't be in the VLAN).
The thing is that without referencing a vip_cluster HaProxy get binded to the private IP adresse. Is there a way to tell him in the configuration to bind on 0.0.0.0 instead ?
Also, I noticed that Postgres, Pgboncer and Patroni are binded on 0.0.0.0. Is there a way to make them listen only on the private address ?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Thanks for your work on this project, truly amazing.
I have 3 dedicated server in OVH (main French provider) each having a public IP and a private IP through a VLAN.
To ensure Load Balancing, there is no VIP available to purchase from this provider. However, I can configure an external OVH LoadBalancer to do the job. I want to configure this LB to reach my 3 HaProxy servers on their public adresses (the LB can't be in the VLAN).
The thing is that without referencing a vip_cluster HaProxy get binded to the private IP adresse. Is there a way to tell him in the configuration to bind on 0.0.0.0 instead ?
Also, I noticed that Postgres, Pgboncer and Patroni are binded on 0.0.0.0. Is there a way to make them listen only on the private address ?
Beta Was this translation helpful? Give feedback.
All reactions