Page 1 of 1

[HELP] Hyperfilter LoginServer Crash.

Posted: Fri Sep 06, 2013 2:57 am
by maxstyleboy
LoginServer the works for a few seconds and crash.


What should I do to LoginServer work with Hyperfilter?

:(

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Fri Sep 06, 2013 4:51 am
by maxstyleboy
I believe that is the number of requests from a single IP(proxy hyperfilter), but I changed the settings and nothing worked.

no error happens, just can not connect.

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Fri Sep 06, 2013 6:41 am
by Konstantinos
i had this problem after few logins none can connect and no error so i change protection and all ok.

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Fri Sep 06, 2013 1:16 pm
by maxstyleboy
protection which you are using?

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Fri Sep 06, 2013 1:27 pm
by Konstantinos
hardware cisco.

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Fri Sep 06, 2013 2:40 pm
by maxstyleboy
Hyperfilter is better, currently use cisco, and no block great attacks.

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Fri Sep 06, 2013 3:11 pm
by Konstantinos
y i saw that stable :D anyway gl bro.

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Wed Oct 09, 2013 1:31 pm
by Genoxide
I have the same problem what is the solution?

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Wed Oct 09, 2013 6:45 pm
by UnAfraid
It isnt crashing but IPv4Filter is blocking connections because all they are comming from a single IP so u gotta disable it..

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Wed Jul 23, 2014 6:13 am
by maxstyleboy
Problem Solved.

IPv4Filter.java

Code: Select all

        if (f != null)        {            if (f.trys == -1)            {                f.lastAccess = current;-               return false;+               return true;            }                        if ((f.lastAccess + 1000) > current)            {                f.lastAccess = current;                                if (f.trys >= 3)                {                    f.trys = -1;-                   return false;+                   return true;                }

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Wed Jul 23, 2014 2:34 pm
by UnAfraid
maxstyleboy wrote:Problem Solved.

IPv4Filter.java

Code: Select all

        if (f != null)        {            if (f.trys == -1)            {                f.lastAccess = current;-               return false;+               return true;            }                        if ((f.lastAccess + 1000) > current)            {                f.lastAccess = current;                                if (f.trys >= 3)                {                    f.trys = -1;-                   return false;+                   return true;                }
That's not what i ment :D

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Thu Sep 04, 2014 3:07 pm
by babyjason
how exactly to turn off ipv4 filtering on windows server 2008 ? plz help

Re: [HELP] Hyperfilter LoginServer Crash.

Posted: Thu Sep 04, 2014 7:21 pm
by UnAfraid
OS doesn't matters its on the login and game server sources..