LuiigiOPa Posted February 13, 2017 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 01/08/17 Last Seen: April 6, 2017 Share Posted February 13, 2017 (edited) Hi guys, i need disable ddos protection to test one script about ping. Where disable? How to disable? (I use the last version of the rAthena) Edited February 13, 2017 by LuiigiOPa Quote Link to comment Share on other sites More sharing options...
0 Functor Posted February 13, 2017 Group: Members Topic Count: 3 Topics Per Day: 0.00 Content Count: 352 Reputation: 267 Joined: 09/08/13 Last Seen: 23 hours ago Share Posted February 13, 2017 If ICMP is disabled by your hoster, you have to ask it your hoster. Quote Link to comment Share on other sites More sharing options...
0 LuiigiOPa Posted February 13, 2017 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 9 Reputation: 0 Joined: 01/08/17 Last Seen: April 6, 2017 Author Share Posted February 13, 2017 I want disable in the source Quote Link to comment Share on other sites More sharing options...
0 d0t1 Posted March 4, 2017 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 1 Reputation: 0 Joined: 02/12/17 Last Seen: March 6, 2017 Share Posted March 4, 2017 Rathena has no true ddos protection, what you can do is turn off the protection features in login_athena.conf // Ipban features ipban_enable: yes // Dynamic password failure ipban system // Ban user after a number of failed attempts? ipban_dynamic_pass_failure_ban: yes // Interval (in minutes) to calculate how many failed attempts. ipban_dynamic_pass_failure_ban_interval: 5 // Maximum amount of failed attempts before banning. ipban_dynamic_pass_failure_ban_limit: 7 // Time (in minutes) for ban duration. ipban_dynamic_pass_failure_ban_duration: 5 // Interval (in seconds) to clean up expired IP bans. 0 = disabled. default = 60. // NOTE: Even if this is disabled, expired IP bans will be cleaned up on login server start/stop. // Players will still be able to login if an ipban entry exists but the expiration time has already passed. ipban_cleanup_interval: 60 // Interval (in minutes) to execute a DNS/IP update. Disabled by default. // Enable it if your server uses a dynamic IP which changes with time. //ip_sync_interval: 10 // DNS Blacklist Blocking // If enabled, each incoming connection will be tested against the blacklists // on the specified dnsbl_servers (comma-separated list) use_dnsbl: no dnsbl_servers: bl.blocklist.de, socks.dnsbl.sorbs.net, ircbl.ahbl.org, safe.dnsbl.sorbs.net, sbl-xbl.spamhaus.org, tor.ahbl.org, //New registration flood protection //Number of new registration allowed allowed_regs: 1 //Time in second before the counter for the number of registration is reset time_allowed: 10 Check if there are imports such as import: conf/inter_athena.conf import: conf/import/login_conf.txt and check them. have a good day Quote Link to comment Share on other sites More sharing options...
Question
LuiigiOPa
Hi guys, i need disable ddos protection to test one script about ping.
Where disable? How to disable?
(I use the last version of the rAthena)
Edited by LuiigiOPaLink to comment
Share on other sites
3 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.