Is there any tutorial for configuring Proxy IPs for Lucera [Interlude]

You can use the following example:
Code:
<!--proxyServer origId="1" proxyId="2" proxyHost="IPPROXY1" proxyPort="7778" /-->
<!--proxyServer origId="1" proxyId="3" proxyHost="IPPROXY2" proxyPort="7779" /-->

In gameserver selection you will see:
+ Main Server
+ Proxy 1
+ Proxy 2

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:
In gameserver selection i want to see:
+ Proxy 1
+ Proxy 2
Its possible? @Deazer
 
Yes you can set any count of proxy
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:
In gameserver selection i want to see:
+ Proxy 1
+ Proxy 2
Its possible? @Deazer
 
i add the proxy
Code:
<proxyServer origId="1" proxyId="2" proxyHost="iphere" proxyPort="7777" />
I restart the loginserver, but in the server selection, I continue to see only the main server.

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.
 
Last edited:
so you need add
<proxyServer origId="1" proxyId="2" proxyHost="iphere" proxyPort="7777" />
Not a text :D

This system works perfectly and without any problems. Read the guide and all
 
so you need add
<proxyServer origId="1" proxyId="2" proxyHost="iphere" proxyPort="7777" />
Not a text :D

This system works perfectly and without any problems. Read the guide and all
i add "iphere" to hide my ip. i put the real ip there.

we read the guide(add 1 line only)
example:
Code:
<proxyServer origId="1" proxyId="2" proxyHost="13.15.146.76" proxyPort="7777" />
i restart loginserver
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.
login my account ingame and we dont see the proxy in gameserver list(we see main only).

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?
 
@Evas can you help us to make a proxy works? lucera guide not help us.
i add "iphere" to hide my ip. i put the real ip there.

we read the guide(add 1 line only)
example:
Code:
<proxyServer origId="1" proxyId="2" proxyHost="13.15.146.76" proxyPort="7777" />
i restart loginserver
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.
login my account ingame and we dont see the proxy in gameserver list(we see main only).

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?
 
Back
Top