Openfire can support many Server to Server?

I have set the IP of ethernet card on xml file as so I write in my last post.

But I have a question:

If server1 is listening ethernet 10.11.4.29 and server2 is listening ethernet 10.11.9.1, for login prova1 on server1 and prova2 on server2, must I change client ports??

Because at moment I can connect only one client for time. (Other client say me: there was an error communicating with jabber server. Details: Authentication error: unable connect to login)

I think that I don’t need to change client ports because the 2 servers are indipendent, and so the problem is other.

Really?

thanks.

I have solved this problem; the 2 openfire server are started at address:

for server1 -> http://10.11.9.1:9090/

for server2 -> http://10.11.4.29:9090/

Now prova1 is logged on server1 on port 5222, prova2 is logged on server2 on port 5222, prova3 is logged on server3 and I established two S2S connetcion between 10.11.9.1 & 10.11.7.1 and 10.11.4.29 & 10.11.7.1

I have last problem…I want that a message sent from prova1 to prova3 pass through:

10.11.9.1 -> 10.11.9.12 -> 10.11.7.1 (up link in the plan)

and a message sent from prova2 to prova3 pass through:

10.11.4.29 -> 10.11.4.12 -> 10.11.7.1 (down link in the plan)

The plan is this:

server1

10.11.9.1 <—> 10.11.9.12

_____________10.11.7.12 <—> (10.11.7.1)
10.11.4.29 <—>10.11.4.12

server2_________router________server3

Now happen that all message pass through in up link.

Do you know how I can do this?

Must I insert policy routing for packets? (I remember you that it’s all on Linux OS)