[HELP]

Status
Not open for further replies.

Solar

Member
Jan 24, 2012
135
10
I am using the Phoenix 3.6.4 emulator along with latest RevCMS.
I currently can connect to my hotel using LAN IP. When I jump on another computer in the house hold, everything loads except it cannot connect to the Phoenix EMU. So I believe that my configs are correct on my web files.

EMU:
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=*****
db.name=phoenix
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=5
db.pool.maxsize=100
## Game TCP/IP Configuration
game.tcp.bindip=IP ADDRESS
game.tcp.port=30000
game.tcp.conlimit=5000
## Client configuration
client.ping.enabled=1
client.ping.interval=30000
## MUS TCP/IP Configuration
mus.tcp.bindip=IP ADDRESS
mus.tcp.port=30001
mus.tcp.allowedaddr=IP ADDRESS

I have edit my external_variables to the correct IPs and the hotel loads and shows the main background image but no menus/hotel navigator.

I also tried my real IP and I cannot connect to my own server on my own computer using my real IP address. (I did portforward, I've hosted many gaming servers in the past)

I also viewed the client source when loading hotel and everything seemed to be fine with that as well.

Any suggestions? This also happened on my desktop computer when hosting the server.

Thanks!

Fixed: If anyone else has this problem... Your windows firewall needs to allow the ports to come through.
 
Status
Not open for further replies.

Users who are viewing this thread

Top