Questions tagged [load-balancing]
72 questions
1
vote
1 answer
keepalived virtual_server - only answering on box keepalived is on
I have a flat network (no routing yet) of 3 servers, each with a service (http, mysqld, doesn't matter) listening on 0.0.0.0 (ip_nonlocal_bind and ip_forward are on) and running keepalived.
virtual_server 10.0.0.80 3306 {
delay_loop 2
lb_algo…

jnovack
- 121
0
votes
1 answer
HTTPD load balancer shows duplicated information about nodes
I have enabled the HTTPD LoadBalancer Manager as:
SetHandler balancer-manager
allow from all
But when I access the HTTP interface, I can see that the nodes are duplicated, I mean by this,…

Jorge Cornejo Bellido
- 101
- 2
0
votes
0 answers
Trying to pscp a pem file from windows machine to Brocade adx 1000
Brand new to Brocade or any switch, I managed to configure load balancing without ssl and now working on ssl enabling.
I have a PEM file on my IIS server and I try to copy this to the switch using
pscp bond.pem admin@x.x.x.x:sslcert:jackash:pem…