Hi
I have a problem authorizing using SASL/PLAIN with the jabber component from IPWorks when ejabberd is behind a firewall and load balancer. It works perfectly fine when the server is on the same net.
This is a long shot, but is there any setting in ejabberd that I might have missed?
The end of the communication between the client and server can be found here:
Network description:
The client connects to a public ip that is turned into a NAT address which is the ip of the jabber server. When we are using the Miranda IM implementation of the jabber protocol we don’t have any problems to connect or registered users. We can send messages between the users using Miranda. from outside the router. We want to be able to connect to ip 210.x.x.x (the router that translate to a NAT ip) and login to the server with 424234@10.10.10.10. 10.10.10.10 is the jabber server.
Any suggestions or comments are appreciated!
(Real Ip number and sasl auth code has been replaced with {authcode} and {ipnumber}.)