Unable to connection between two servers (prosody 0.9.1)

420 views
Skip to first unread message

Henry Sitorus

unread,
Sep 24, 2013, 12:22:47 AM9/24/13
to prosod...@googlegroups.com
Dear all,
I manage to setup two servers in two different machine, say example.com and tutorial.com. I also install dns server in the same machine with example.com. I add a SRV to the dns server as follows:

...
@ IN NS dns.msgvr.com
@ IN A 192.16.182.12
example.com IN A 192.16.182.12
tutorial.com IN A 192.16.182.15
_xmpp-client._tcp.example.com 180000 IN SRV 0 5 dns.msgsvr.com
_xmpp-server._tcp.example.com 180000 IN SRV 0 5 dns.msgsvr.com

Unfortunately, I still cannot send message from example.com to tutorial.com. The log says "..sending error replies for 1 queued stanzas because of failed outgoing connection to tutorial.com."

Is there any step out  or miss configuration? Please advice.

Regards,
Henry

Matthew Wild

unread,
Sep 24, 2013, 8:55:53 AM9/24/13
to Prosody IM Users Group
Hi Henry,

On 24 September 2013 05:22, Henry Sitorus <henry....@gmail.com> wrote:
> Unfortunately, I still cannot send message from example.com to tutorial.com.
> The log says "..sending error replies for 1 queued stanzas because of failed
> outgoing connection to tutorial.com."
>
> Is there any step out or miss configuration? Please advice.

The best thing to do next is enable debug logging in Prosody (on
example.com) to see the connection attempts it is making, and where
to.

Look for the 'log' option in your config file and there should be a
comment telling you how to enable debug logs. Usually this is a case
of changing "info" to "debug".

Regards,
Matthew
Reply all
Reply to author
Forward
0 new messages