S2s dns resolving

Hi!

ping jabber.kiev.ua - ok!

telnet jabber.kiev.ua 5269 - ok!

browse jabber.kiev.ua - error! user@jabber.kiev.ua - offline

error not with only jabber.kiev.ua. Sometimes works, sometimes is not works.

openfire 3.3.0 tls optional, dialback - available.

2007.04.25 15:05:05 OS - Trying to connect to jabber.kiev.ua:5269(DNS lookup: jabber.kiev.ua:5269)

2007.04.25 15:05:05 OS - Plain connection to jabber.kiev.ua:5269 successful

2007.04.25 15:05:05 OS - Trying to connect to kiev.ua:5269(DNS lookup: kiev.ua:5269)

2007.04.25 15:05:05 OS - Trying to connect to ua:5269(DNS lookup: ua:5269)

2007.04.25 15:05:05 Error sending packet to remote server:

java.lang.Exception: Failed to create connection to remote server

at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPa cket(OutgoingSessionPromise.java:212)

at org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Ou tgoingSessionPromise.java:184)

at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)

at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)

at java.lang.Thread.run(Unknown Source)

Hi victorae,

I don’'t know if you had this property :

name : dnsutil.dnsOverride

value : {mydomain.com,IP_address:port},{distant_domain.com,IP_address:port}

that’'s allow openfire to find in local before search in DNS (there are at least 5 modifications in DNS for the same result). you can add a lot of distant_domain if you want.

Tell me if that works!

Best regards,

Deamonyx