Openfire Server To Server Commnication

Hi,

I have installed 2 Openfire Server at 2

different location which are connected to each other through VPN Site

to Site Tunnel. I can telnet to port 5260 from one server to another

and vice versa. I logged in Spark through one account from Office 1 and

tried to add one user manually who is located at Office 2 like

ajay.rathod@192.168.6.4. However when another user is not even getting

any message which in normal case goes to the remote user when we add

his/her name onto local server.

I checked in Debug log and found something as below on my local Openfire Server

presence id=“69B26-49”

to="ajay.rathod@dns.einfochips.com" type=“subscribe”

from=“ajay.rathod@localhost.localdomain”/>

java.lang.Exception: Failed to create

connection to remote server

at

org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.sendPac ket(OutgoingSessionPromise.java:218)

at

org.jivesoftware.openfire.server.OutgoingSessionPromise$PacketsProcessor.run(Out goingSessionPromise.java:185)

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)

2008.02.20 21:59:42 JettyLog: EOF

2008.02.20 21:59:42 JettyLog: EOF

2008.02.20 22:04:07 JettyLog: Ignoring

extra content {}

2008.02.20 22:04:07 Set parameter

http.connection.timeout = 3000

2008.02.20 22:04:07 Set parameter

http.socket.timeout = 3000

2008.02.20 22:04:08 Open connection to

www.igniterealtime.org:80

2008.02.20 22:04:08 >> "GET

/community/blogs/ignite/feeds/posts HTTP/1.1[\r][\n]"

2008.02.20 22:04:08 Adding Host request

header

2008.02.20 22:04:08 >>

“Accept-Encoding: gzip[\r][\n]”

2008.02.20 22:04:08 >>

“User-Agent: Jakarta Commons-HttpClient/3.0[\r][\n]”

2008.02.20 22:04:08 >> "Host:

www.igniterealtime.org[\r][\n]"

2008.02.20 22:04:08 >> “[\r][\n]”

2008.02.20 22:04:08 << "HTTP/1.0

302 Found[\r][\n]"

2008.02.20 22:04:08 Closing the

connection.

2008.02.20 22:04:08 Releasing

connection back to connection manager.

2008.02.20 22:04:08 Releasing

connection back to connection manager.

Also i am using Wildfire 3.1.1 at one end and Openfire 3.4.5 at other end.

How to resolve this?

Regards

Ajay