Skip to main content

Questions tagged [load-balancing]

2 votes
1 answer
110 views

TLDR: How can my load balancer efficiently and transparently forward an incoming connection to a container/VM in Linux? Problem: For educational purposes, and maybe to write a patch for liburing in ...
Mascarpone's user avatar
3 votes
1 answer
201 views

I'm trying to imagine how I could implement Cloud Run scale to zero feature, to educate myself. Let's say I'm running either containers with CRIU or KVM images, the scenario would be: A client start ...
Mascarpone's user avatar
0 votes
0 answers
59 views

I installed GLB (Galera Load Balancer) on the server following the instructions in this article. The installation appeared to complete successfully, but in the final step, running: service glb getinfo ...
asparukh's user avatar
1 vote
0 answers
509 views

I'm looking for a way to load balance between multiple routes for the same subnet under linux. The scenario is that we have multiple Linux machines (EC2 instances) each configured with a Strongswan ...
Philip Couling's user avatar
1 vote
0 answers
359 views

I use Nginx to load balance traffic coming from udp syslog sources to logstash Configuration : user nginx; worker_processes auto; error_log /var/log/nginx/error.log; pid /run/nginx.pid; ...
Atreiide's user avatar
0 votes
1 answer
145 views

I apologize in advance if this question is in a wrong forum, this is my first question here! My client has hosting with Aliyun Cloud (Alibaba Cloud in China). I've deployed a microsite to their ...
Siniša's user avatar
  • 111
0 votes
0 answers
291 views

I am trying to connect two pfsense boxes with multiple OpenVPN tunnels. Currently, automatic route update makes only one route route active. For example, I am connecting 192.168.10.0/24 and 192.168.33....
Dims's user avatar
  • 3,485
0 votes
1 answer
572 views

My haproxy configuration is like this: backend my-liveBackend timeout connect 5s timeout server 600s mode http balance uri len 52 server my-live-backend1 10.80.1.161:8080 ...
Gui13's user avatar
  • 168
0 votes
0 answers
77 views

I use AWS EC2 to build a website using load balancer. However, the pentesting result shows that the website still could be reached by http. I have checked that in the Nginx config file, we does have a ...
Django's user avatar
  • 1
1 vote
0 answers
384 views

I have a web server with the following specs: i7-4770K, 32GB RAM, 500GB SSD (1000 Mbit/s connection). The server is dedicated for the server side of an Android dating application. The app has around ...
Merry Smith's user avatar
2 votes
2 answers
3k views

I have a simple two server config of keepalived. The master/backup selection is working fine but I can't connect to the VIP from the backup server. When I try connecting, on the master I can see ARP ...
user693861's user avatar
0 votes
1 answer
7k views

I have a small network with a webserver and an OpenVPN Access Server (with own webinterface). I have only 1 public ip and want to be able to point subdomains to websites on the webserver (e.g. ...
CodeNinja's user avatar
  • 231
1 vote
1 answer
1k views

I have a L4 ipvs load balancer with L7 envoy balancers setup. Let's say one of my L4 balancers goes down and thanks to consistent hashing the traffic which is now handled (thanks to BGP) by another L4 ...
Diavel's user avatar
  • 61
0 votes
1 answer
141 views

I have enabled the HTTPD LoadBalancer Manager as: <location "/balancer-manager"> SetHandler balancer-manager allow from all </location> But when I access the HTTP ...
Jorge Cornejo Bellido's user avatar
0 votes
0 answers
167 views

In linux (or BSD), is it possible to accept an incoming connection, read the first payload packet, and then forward the connection to another server based on the contents of that packet? I'm not blind ...
Sophit's user avatar
  • 101

15 30 50 per page
1
2 3 4 5