Cannot connect to OpenFire on new server

I have a working installation of OpenFire 3.6.4 installed on a Windows 2003 R2 server. We were using it with Exodus without problems. I’m in the process of transitioning to the new server (Windows 2008). I have installed OpenFire 3.7.0 on the new server, with, so far as I can tell, the same settings as on the old machine (although, obviously, the new server has a different name, different IP address). But I’m having trouble getting the Exodus client to connect.

Configuration on both new and old server (except that “xmpp.domain” is different)

admin.authorizedJIDs

hidden

passwordKey

hidden

provider.admin.className

org.jivesoftware.openfire.admin.DefaultAdminProvider

provider.auth.className

org.jivesoftware.openfire.auth.DefaultAuthProvider

provider.group.className

org.jivesoftware.openfire.group.DefaultGroupProvider

provider.lockout.className

org.jivesoftware.openfire.lockout.DefaultLockOutProvider

provider.securityAudit.className

org.jivesoftware.openfire.security.DefaultSecurityAuditProvider

provider.user.className

org.jivesoftware.openfire.user.DefaultUserProvider

provider.vcard.className

org.jivesoftware.openfire.vcard.DefaultVCardProvider

update.lastCheck

1301779985959

xmpp.auth.anonymous

true

xmpp.domain

alpath99

xmpp.session.conflict-limit

0

xmpp.socket.ssl.active

true

Previously, we’d login to Exodus with our user names@server’s internal IP address (e.g. caitlin@192.168.10.2) or with our names@server’s name (e.g. caitlin@server1). But neither method seems to work with our new server’s info on client computers. I AM, however, able to log in to an Exodus installation ON the new server.

Additionally, I am able to access the old server’s OpenFire admin console from a client computer by going to: http://192.168.10.2:9090/server-properties.jsp, but I can’t access the new server’s OpenFire admin console from a client computer by going to IT’s IP address.

I’m sure I’m just missing one setting… Please help!