Boon Plus Emulator - TCP Proxy

Lame

Member
Nov 6, 2014
303
78
As the title says. I heard Sledmore's release doesn't have support for TCP Proxies.
If anyone can help me with adding one, It'd be very appreciated.
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
I have a proxy set up on mine, make sure you do the following things:

1. If you have put the proxy port/ip on the emulator config, don't.
2. Make sure the proxy links to your port or IP.
3. Put it on the client.php, IP goes on instead of server ip, and the port goes over 30000.
4. Make sure the proxy port's destination goes to 30000
 

Lame

Member
Nov 6, 2014
303
78
I have a proxy set up on mine, make sure you do the following things:

1. If you have put the proxy port/ip on the emulator config, don't.
2. Make sure the proxy links to your port or IP.
3. Put it on the client.php, IP goes on instead of server ip, and the port goes over 30000.
4. Make sure the proxy port's destination goes to 30000
Tried exactly that many times, no worky work :(
 

bruhguy

Retired
Jun 26, 2015
261
34
All ip should be 0.0.0.0
That's all you need to do bro, sadly it sounds like your having problem with your external variables override
Skype : warmretros (If you need help, don't come disturbing me)
 

Central

Imagination is more important than knowledge.
Feb 22, 2015
709
107
Code:
## uberEmulator System Configuration File
## Must be edited for the server to work

## MySQL Configuration
db.hostname=127.0.0.1
db.port=3306
db.username=root
db.password=DATABASEPASSWORD
db.name=DATABASENAME

## MySQL pooling setup (controls amount of connections)
db.pool.minsize=10
db.pool.maxsize=250

## Game TCP/IP Configuration
game.tcp.bindip=PROXYIP
game.tcp.port=30000
game.tcp.conlimit=100000
game.tcp.conperip=200
game.tcp.enablenagles=true

## MUS TCP/IP Configuration
mus.tcp.bindip=0.0.0.0
mus.tct.port=30001
mus.tcp.allowedaddr=0.0.0.0

## Client configuration
client.ping.enabled=1
client.ping.interval=20000
client.maxrequests=300

Replace your emulator config with that.
 

Users who are viewing this thread

Top