Is there any tutorial for configuring Proxy IPs for Lucera [Interlude].
I saw this but, it doesn't require setup for configuring tunneling between them?authserver/proxyservers.xml
Guide inside
<!--proxyServer origId="1" proxyId="2" proxyHost="IPPROXY1" proxyPort="7778" /-->
<!--proxyServer origId="1" proxyId="3" proxyHost="IPPROXY2" proxyPort="7779" /-->
My question is, how to hide my main server in the server selection? The idea of the proxies is also to hide my main ip so that they do not attack me ddos, but here I can not find settings to hide the main server and show only the proxies, so they will never know my main ip, example:Yes you can set any count of proxy
We tried, but failed. Shows the main server.I think yes, need to try
<proxyServer origId="1" proxyId="2" proxyHost="iphere" proxyPort="7777" />
Loginserver:
INFO Loaded 127 server names
INFO DatabaseFactory: Database connection tested and working.
INFO Loaded whirlpool2 as default crypt.
INFO Cached 10 KeyPairs for RSA communication
INFO Stored 20 keys for Blowfish communication
INFO Loaded 0 registered GameServer(s).
INFO Loaded 1 proxy server(s).
INFO Listening for gameservers on 127.0.0.1:9014
INFO Listening for clients on PublicIPMainServer:2106
INFO Trying to register gameserver: 2 [127.0.0.1]
INFO Gameserver registration successful.
i add "iphere" to hide my ip. i put the real ip there.so you need add
<proxyServer origId="1" proxyId="2" proxyHost="iphere" proxyPort="7777" />
Not a text
This system works perfectly and without any problems. Read the guide and all
<proxyServer origId="1" proxyId="2" proxyHost="13.15.146.76" proxyPort="7777" />
Loginserver:
INFO Loaded 127 server names
INFO DatabaseFactory: Database connection tested and working.
INFO Loaded whirlpool2 as default crypt.
INFO Cached 10 KeyPairs for RSA communication
INFO Stored 20 keys for Blowfish communication
INFO Loaded 0 registered GameServer(s).
INFO Loaded 1 proxy server(s).
INFO Listening for gameservers on 127.0.0.1:9014
INFO Listening for clients on PublicIPMainServer:2106
INFO Trying to register gameserver: 2 [127.0.0.1]
INFO Gameserver registration successful.
i add "iphere" to hide my ip. i put the real ip there.
we read the guide(add 1 line only)
example:i restart loginserverCode:<proxyServer origId="1" proxyId="2" proxyHost="13.15.146.76" proxyPort="7777" />
login my account ingame and we dont see the proxy in gameserver list(we see main only).Code:Loginserver: INFO Loaded 127 server names INFO DatabaseFactory: Database connection tested and working. INFO Loaded whirlpool2 as default crypt. INFO Cached 10 KeyPairs for RSA communication INFO Stored 20 keys for Blowfish communication INFO Loaded 0 registered GameServer(s). INFO Loaded 1 proxy server(s). INFO Listening for gameservers on 127.0.0.1:9014 INFO Listening for clients on PublicIPMainServer:2106 INFO Trying to register gameserver: 2 [127.0.0.1] INFO Gameserver registration successful.
we try to add in gameserver table, and show me the proxy in gameserver list, but off 9999.
Can you help us to make a proxy works to connect?