You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh mailing list
I'm doing a POC for the latest version including cluster support. I have a VIP created through HAProxy. The challenge is when an agent registers and communicates through the VIP, the IP address on the OSSEC servers appears to be the HAProxy VIP instead of the originating source. I know I can do some things with X-forwarded-for header for other applications but can Wazuh work with using X-forwarded-for header information?
Marta Gómez
unread,
May 16, 2018, 6:58:23 AM5/16/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Wazuh mailing list
Hello David,
Currently, the cluster doesn't support registering of agents through a load balancer. They must be registered in the master node. You can use the load balancer to load the agents' reports among all nodes, specifying the load balancer's IP as the manager IP in the agents' configuration.
Best regards, Marta
David Drake
unread,
May 16, 2018, 7:18:28 AM5/16/18
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Marta Gómez, Wazuh mailing list
Understood on registration through a load balancer but if I register agents with the true source IP on the master node, when the node communicates through the load balancer on 1514 - the source IP is NAT for the VIP address which
makes the agents not connect.
I'm trying to retain the source IP when UDP traffic goes through a load balancer. Obvious workaround is register as IP of any but that's not my optimal use case