Re: relayd to load balance xmpp/jabberd??

2010-05-10 Thread Tom Murphy
Aaron Martinez wrote: Greetings everyone, I am considering setting up a jabberd2 installation of maybe 4-5 servers and since I haven't seen any built in cluster options I was thinking of using relayd to load balance the systems. I have a few questions that hopefully the list gurus can help with.

Re: relayd to load balance xmpp/jabberd??

2010-05-10 Thread Jonathan Schleifer
Tom Murphy open...@pertho.net wrote: ext_if=em0 ext_xmpp_addr=aaa.bbb.ccc.ddd table xmppServers { 192.168.1.1 192.168.1.2 192.168.1.3 } redirect xmpp { listen on $ext_xmpp_addr port 5222 interface $ext_if tag xmpp forward to xmppServers port 5222 mode roundrobin sticky-address

relayd to load balance xmpp/jabberd??

2010-05-07 Thread Aaron Martinez
Greetings everyone, I am considering setting up a jabberd2 installation of maybe 4-5 servers and since I haven't seen any built in cluster options I was thinking of using relayd to load balance the systems. I have a few questions that hopefully the list gurus can help with. I'm wondering what