Servers drops new connections from IP
Posted: Mon Feb 21, 2011 5:01 pm
I am working on a new protection for game server. Protection based on proxy-server, that encrypts all packets and do many other things. Sheme:
Client <-> Proxy <-> GameServer
All connections for game server have the same IP (127.0.0.1 or another).
All works fine... but suddenly GS begins to drop all new connections from proxy-ip (connections accepted, but closed after first incoming byte).
There are no messages in L2J console.
It looks like AntiDDOS function, but I can't find something like that in configs or in sources.
Maybe reason not in L2J, but in Windows Server? But there are no external firewalls or limitations...
Client <-> Proxy <-> GameServer
All connections for game server have the same IP (127.0.0.1 or another).
All works fine... but suddenly GS begins to drop all new connections from proxy-ip (connections accepted, but closed after first incoming byte).
There are no messages in L2J console.
It looks like AntiDDOS function, but I can't find something like that in configs or in sources.
Maybe reason not in L2J, but in Windows Server? But there are no external firewalls or limitations...