ejabberd - Comments for "transports no longer open for all" https://www.ejabberd.im/node/3021 en solved https://www.ejabberd.im/node/3021#comment-53201 <p>We have solved this issue. The FQDN of the transport must be equal to the IP of the Jabber server, not the IP of the transport server. In ejabberd.cfg the hostname of the transport is used (in the ejabberd_service statement). This is a bit confusing because one may wonder how the jabber server will know where the transport server is. I assume that the transport connects through the defined port with the password set in ejabberd.cfg and that's how the jabber server identifies the transport server.<br /> When the transport server is on the same machine as the jabber server one will not have any transport configuration problems because then it's very straightforward.</p> Thu, 29 May 2008 19:52:47 +0000 jeroen comment 53201 at https://www.ejabberd.im same problem after DNS correction https://www.ejabberd.im/node/3021#comment-52352 <p>Ok, my DNS now contains:</p> <p>For the server running the transport services:<br /> msn.jabber.anywise.com &gt; 81.175.86.226<br /> aim-icq.jabber.anywise.com &gt; 81.175.86.226<br /> jit-icq.jabber.anywise.com &gt; 81.175.86.226</p> <p>For the jabber server:<br /> jabber.anywise.com &gt; 81.175.86.202<br /> *.jabber.anywise.com &gt; 81.175.86.202</p> <p>Still, when I discover services from an account on this jabber server I can see and use the transport. When I do this from another account (I tried jabber.org and jabber.se and browsed jabber.anywise.com) I see the transports listed but they are not available. Reply from the server (using Psi):</p> <p>[iq from= msn.jabber.anywise.com type=error xml:lang=en to=jeroen@jabber.se/Macintosh-2 id=ab76a ]<br /> [query xmlns=jabber:iq:agents/]<br /> [error type=cancel code=404 ]<br /> [remote-server-not-found xmlns=urn:ietf:params:xml:ns:xmpp-stanzas/]<br /> [/error]<br /> [/iq]</p> Mon, 05 May 2008 21:51:39 +0000 jeroen comment 52352 at https://www.ejabberd.im Check DNS and firewall https://www.ejabberd.im/node/3021#comment-52349 <p>The problem is probably not related to external transports, but related to services. Specifically the DNS configuration for those services.</p> <p>I can connect from my home machine to the jabber server:</p> <pre>$ telnet jabber.anywise.com 5269 Trying 81.175.86.202... Connected to jabber.anywise.com. Escape character is '^]'. </pre><p> But I can't connect to the MUC service, for example:</p> <pre>$ telnet conference.jabber.anywise.com 5269 Trying 81.175.86.226... telnet: Unable to connect to remote host: Connection refused </pre><p> Check this FAQ: <noindex><a href="/subdomains" rel="nofollow" >Users from Other Servers Cannot Reach my Components</a></noindex></p> Mon, 05 May 2008 20:55:16 +0000 mfoss comment 52349 at https://www.ejabberd.im