What settings can be in DNS for s2s?

Hello everyone, i have problem with s2s settings.

That my debug log:

2005.09.01 14:36:37 OS - Trying to connect to rci.domain1.ru:5269

2005.09.01 14:36:37 OS - Connection to rci.domain1.ru:5269 successfull

2005.09.01 14:36:37 OS - Sent dialback key to host: rci.domain1.ru id: f1e45d2d from domain: mail.domain2.ru

2005.09.01 14:36:39 OS - Unexpected answer in validation from: rci.domain1.ru id: f1e45d2d for domain: mail.domain2.ru answer:<stream:error xmlns:stream=“http://etherx.jabber.org/streams”></stream:error>

Error log:

2005.09.01 15:33:45 [org.jivesoftware.messenger.server.ServerDialback.createOutgoingSession(ServerD ialback.java:194)

] Error creating outgoing session to remote server: icomtex.ru(DNS lookup: domain1.ru)

I’'ve read in this forum, “The hostname used by your JM server must be registered in the DNS so that remote servers may be able to connect to your JM server.” Maybe I need to setup srv records for my jabber server? And if yes, then how they sets?

Message was edited by:

Nello

Message was edited by:

Nello

Hi Nello

SRV records should be required only if the jabber servers that you are are using does not resolve to the respective domain names.

The SRV records required would be

xmpp-clienttcp : 52222 (Whichever port you allow your clients to connect)

xmpp-servertcp:5269

_ Jabber_tcp:5269

Bikoo

Thank you for help, but my problem was in ISA settings. I’'ve fixed it.