Crupp
New Member
- Jan 21, 2013
- 11
- 2
hey everyone, I currently have plus emu set up on my vps. everything works fine and I can connect to the client only when the ip in client.php is set to localhost/127.0.0.1. when I set the ip to the vps ip, the client gets stuck at 76% and it won't connect. any help is appreciated.
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work
## MySQL Configuration
db.hostname=localhost
db.port=3306
db.username=root
db.password=
db.name=
## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=250
## Game TCP/IP Configuration
game.tcp.bindip=0.0.0.0
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=2
game.tcp.enablenagles=true
## MUS TCP/IP Configuration
mus.tcp.bindip=VPS IP
mus.tcp.port=30001
mus.tcp.allowedaddr=localhost;127.0.0.1
## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300