Skip to main content

Questions tagged [load-balancing]

The tag has no usage guidance.

0 votes
0 answers
7 views

How does dynamic routing stack up against multipathing/bonding techniques for a remote gateway?

I have a remote gateway to which I connect using two IKEv2 VTIs, OpenVPN, Wireshark, or a combination of these in /30 tunnels. Then create an ECMP route using OSPF (FRR) and the rest is like magic. I ...
Vita's user avatar
  • 311
1 vote
0 answers
411 views

Can linux load balance between multiple routes to the same subnet?

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
0 votes
0 answers
282 views

What are ways to block a certain user IP address when their data is received from a load balancer and encapsulated in Proxy Protocol V2?

I have a couple of web servers behind an Amazon ELB Network Load Balancer. The load balancer replaces the source IP address of a client packet with it's own source IP address. In example, a client ...
99ytrewq911's user avatar
1 vote
0 answers
328 views

Nginx in UDP load balancing continue to send to an unreachable upstream server

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
95 views

Constant concurrent connections drain my server storage

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
208 views

Can I have multiple routes to the same remote LAN?

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,285
0 votes
1 answer
467 views

Haproxy: replace any active failing server with backup

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
67 views

website STILL need to redirect from HTTP to https after Nginx redirect config

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
326 views

linux server sudden slow downs without high load

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
2k views

keepalived no route to host, firewall issue?

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
5k views

How to NGINX reverse proxy to backend server which has a self signed certificate?

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
  • 211
0 votes
1 answer
895 views

L4 balancing using ipvs: drop RST packets - failover

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
  • 21
0 votes
1 answer
109 views

HTTPD load balancer shows duplicated information about nodes

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
140 views

NAT: accept a connection and then forward it?

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
0 votes
0 answers
104 views

haproxy setup is not working when resource utilization become high

We are using HA proxy v2.3 in our organization for load balancing our apache application servers. Three web application servers are configured in haproxy. When any one of the web application server ...
Arun Thampi's user avatar

15 30 50 per page
1
2 3 4 5