ShalawHibblo

New Member
Jun 26, 2013
23
1
What happens to PlusEmu receiving zombies connections? I say this because I have proxcy http and tcp and have never lay my site and the client , but now the new way is to inject zombies connections to the emulator , so much so that sometimes get to 3400 online . And there are real connections and are thwarting my hotel , and when they reach those connections not allow anyone to connect, the client stays at 76%



What should I do? that this problem is due , if all are in and starts the attack, nobody falls or is disconnected, the website never falls only thing that happens is that nobody can enter again because the client does not exceed 76%
c6ae72d1e9d847d2abe8a56f354ce77c.png



You not see that happening ? look at the time of the connections are followed 100 connections per second . And I have put only 100 connections per IP so you can see the problem , but I've tried "game.tcp.conperip=2147483"
sEAUEYS.png


How can i fix that?
 

Etrion

?
Dec 22, 2016
108
32
"game.tcp.conperip=2147483"
Just put it to 5 and it will only allow 5 connections per IP.
ATM you allow 27000 per IP it says. They aer just flooding your TCP, not anything else.
 

MayoMayn

BestDev
Oct 18, 2016
1,423
683
this will solve ur DoS issue, even though it doesnt look like that, but just a connection issue lol like mentioned above.

Sent from my SM-G928F using Tapatalk
 

Zaka

Programmer
Feb 9, 2012
471
121
If you have a strong server enough you could remove the TCP proxy so that the real IP shows, and just let 5 connections per IP = problem solved
 

MayoMayn

BestDev
Oct 18, 2016
1,423
683
If you have a strong server enough you could remove the TCP proxy so that the real IP shows, and just let 5 connections per IP = problem solved
I juse use an ajax request to define some javascript variables that will set the IP, and then I have a 750gb layer aswell as Bitninja as protection. Not even a 100gbps attack gave it a 1ms latency.
 

Zaka

Programmer
Feb 9, 2012
471
121
I juse use an ajax request to define some javascript variables that will set the IP, and then I have a 750gb layer aswell as Bitninja as protection. Not even a 100gbps attack gave it a 1ms latency.
But the ajax request goes to the emulator then to make sure that it has the right IP?
 

MayoMayn

BestDev
Oct 18, 2016
1,423
683
How much would it cost if i set up this you talking about?
Nothing? Lol. Its not safe proof, you can easily edit the js files and getting the IP by using console.log, but only 1/1000 idiots on retros would consider trying that. I will provide an example later.
Sent from my SM-G928F using Tapatalk
 

Zaka

Programmer
Feb 9, 2012
471
121
Nothing? Lol. Its not safe proof, you can easily edit the js files and getting the IP by using console.log, but only 1/1000 idiots on retros would consider trying that. I will provide an example later.
Sent from my SM-G928F using Tapatalk
Would love to see an example aswell, sounds like a good way to do it anyways. Otherwise, how about making the emulator take in the userid trying to connect or SSO ticket or something, and associate that with the latest IP logged by the cms or something? That could work aswell but needs some work done on the emulator.
 

ShalawHibblo

New Member
Jun 26, 2013
23
1
I think more people should go for Apache instead of IIS, IIS is mainly working on ASP files, whilst Apache is made to run scripts like PHP and webscripts overall.

536288e94f834fdcab4dd9d5c76427ef.png

They can still take me down i change the TCP PROXY from xhosts to still they can boot the emulator.
 
And nobody cant log in

0c68beb0716b4f21a7b774e990e69149.png
 

MayoMayn

BestDev
Oct 18, 2016
1,423
683
536288e94f834fdcab4dd9d5c76427ef.png

They can still take me down i change the TCP PROXY from xhosts to still they can boot the emulator.
 
And nobody cant log in

0c68beb0716b4f21a7b774e990e69149.png
Just stop using a proxy seriously, in the end it's good for nothing, and its resolvable using the right tools. If your proxy goes down, so does your client (and webserver, if your DNS is pointed to your proxy). Just use Bitninja and get rid of your DoS and flooding issues, and set max connection per IP to 5, like @Zaka mentioned above.
 

Zaka

Programmer
Feb 9, 2012
471
121
Just stop using a proxy seriously, in the end it's good for nothing, and its resolvable using the right tools. If your proxy goes down, so does your client (and webserver, if your DNS is pointed to your proxy). Just use Bitninja and get rid of your DoS and flooding issues, and set max connection per IP to 5, like @Zaka mentioned above.
@Sentinel you could provide the example of loading info using ajax and then he could add bitninja to that = problem solved!
 

Users who are viewing this thread

Top