Jump to content

AnonImatOr

Members
  • Posts

    103
  • Credits

  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by AnonImatOr

  1. http://l2anonim.ucoz.com/ crazy server with no farm and custom stat.. amazing pvp ;)
  2. http://l2anonim.ucoz.com/ no custom items but custom tatoo with crazy stats is amazing alse and many custom glows
  3. i hope you like it but make paladin class for pvp ;)
  4. i remove them totally... but i put a custom tatoo that gives crazy stats... anyway the server finish i will not change it again
  5. server changed again .. i put custom stat MEGA STAT ;)
  6. i will domain a website but not now i have lot of work for now
  7. is old server now is normal.. the only think that i change are the special glows on weapons!
  8. Servers Is Not Mega Stat.. now is normal server
  9. Ok Guys I Finish.. Server Is Up Enjoy Your Game ;) DOWNLOAD THE NEW PATCH
  10. omg i told you dont post again -.- i dont answer again to this kid
  11. yeah but this work on linux Gl with your server
  12. erol your server was pro xa00xa0x0a it was up 3h on day because 21 hours was down from hackers x0a0xa00xa gl please dont answer again i dont care about you and about your server and about what you are.. stop making posts here and omg you are a wanna be dev GL with your noob server kid
  13. relax when i will open it i promise that you will have 24/24 up server...
  14. yeah is pvp server that many ppl want to play even if you like it or no
  15. yes but this is not for newbies 1stly cause newbies server is fail and beter that hackers close them:) im joking.. and secondly they cant do this . to do ityou need some xp
  16. as i can see on your sing you are l2j developer.. maybe you know some ways to protect l2j server from ddos attacks windows
  17. if i learn a way for windows cause i need it too for my server be sure i will post it in all forums!
  18. np :) i hope i help... cuz i dont like when someone ddos smth that someone alse try hard to make it thats why i dont hide it .. everybody can see it and fix it
  19. yes but it work! if you want you can check it.. i dont know other way to protect server from ddos attacks.. mmocore is only for noobisherror but there are and some other programs around
  20. what? they put my server down? xa0xa00x0a0xa0xa0x0ax0a0x0a0xa0x0a0x0a0x0a0x0ax0axa0xa0x0a0x0a0x0a0x0a0x0ax0a0x0a0x0a0x0a0xa0x0a0x0a0xa0x0a0x0xa0xa0xa0xa00ax0ax0xa0ax0xa00xa0xa0axxa0ax0ax00ax0axa0xa0xa0xa0a0ax0xa0xa0xa0ax0ax0ax0a0axxa0ax0ax0ax0xa00xaxa0a0xa0xxa0xa0ax0ax0xa0ax0ax0ax0axxa0xa0x0xa0xa0x0x0x0xa0xa0xa0xa0xa0xa0x0x0axx0a0xa0ax0xa0xa0ax0xa0xa0xa0xa0axa0xxa00xa0xa0ax00a0xa0ax0xa0x0a0xaa0xxa0xa0a0x0axax0ax0xa0x0xa0xa0x0x0ax0xa0xa0xa0xi close it until today check the website kid! and your screen is after server rr or is fake.. dont talk about this server when yours is bull shit. every day was down from hackers and about the pack was from maxch ... FAIL. someone lock this topic !
  21. Advanced Policy Firewall (APF) is an iptables(netfilter) based firewall system designed around the essential needs of today’s Internet deployed servers and the unique needs of custom deployed Linux installations. The configuration of APF is designed to be very informative and present the user with an easy to follow process, from top to bottom of the configuration file. The management of APF on a day-to-day basis is conducted from the command line with the ‘apf’ command, which includes detailed usage information and all the features one would expect from a current and forward thinking firewall solution. APF is one of the best firewalls out there and is an important component in your server security. Every server should have a firewall installed ! How to install APF Download the package and extract the files wget http://www.r-fx.ca/downloads/apf-current.tar.gz gzip -d apf-current.tar.gz tar -xf apf-current.tar cd apf-0.9.6-3/ Do the actual install ./install.sh You will get something like Installing APF 0.9.6-3: Completed. Installation Details: Install path: /etc/apf/ Config path: /etc/apf/conf.apf Executable path: /usr/local/sbin/apf AntiDos install path: /etc/apf/ad/ AntiDos config path: /etc/apf/ad/conf.antidos DShield Client Parser: /etc/apf/extras/dshield/ Other Details: Listening TCP ports: 1,21,22,25,53,80,110,111,143,443,465,993,995,2082,2083,2086,2087,2095,2096,3306 Listening UDP ports: 53 Note: These ports are not auto-configured; they are simply presented for information purposes. You must manually configure all port options. If you get a failure about the creation of /etc/init.d/apf, you can add the following string too the bottom of the /etc/rc.local file: sh -c "/etc/apf/apf -s" & You have to configure the firewall now vi /etc/apf/conf.apf I will only show you the basic configuration. APF is a very powerful firewall and you should read every setting carefully. We will limit inbound access ports. Locate in the /etc/apf/conf.apf the section “IG_TCP_CPORTS” and use the fallowing lines: # Common inbound (ingress) TCP ports IG_TCP_CPORTS="21,22,25,53,80,110,143,443,587,783,993,995,2812,9876,10024,12525,60000" # Common inbound (ingress) UDP ports IG_UDP_CPORTS="20,21,53" NOTE! This is what I use for most servers and should also work well with your server but I provide no guarantee! If you have a custom ssh port or you run a server on a different port you should add that to IG_TCP_CPORTS or to IG_UDP_CPORTS. Now it’s time to test the configuration. Do a apf restart: /etc/apf/apf -r Now test to see if everything is ok and that you can access all your services just fine. If everything is ok proceed to next step. You for some reason you get locked out just wait about 5 minutes as the firewall is set in test mode and will flash itself out after that period. Go back and check all the settings and then restart apf again. Finalize the install If everything is ok after the initial tests you have to set APF into “production” mode. Edit /etc/apf/conf.apf and change DEVEL_MODE=”1″ to DEVEL_MODE=”0″ Go ahead and restart apf one last time: /etc/apf/apf -r For more information about apf configuration please feel free to consult http://rfxnetworks.com/appdocs/README.apf Please note that APF has a very nice log that you can check. For example you can tail the last 10 rows for this files tail -10 /var/log/apf_log If you what to deny IP 1.2.3.4 you have to run the command: apf -d 1.2.3.4 RESON Unbanning an IP can by done by running: apf -u 1.2.3.4 Also banning and unbanning can be done by editing the file /etc/apf/deny_hosts.rules vi /etc/apf/deny_hosts.rules After you do any changes don’t forget to restart APF /etc/apf/apf -r
  22. (D)DoS Deflate is a shell script developed by Zaf, originally for use on MediaLayer servers to assist in combating denial of service attacks. However, it was seen to be very effective for our purpose, and therefore was released as a contribution to the web hosting community. (D)DoS Deflate is now used by not only many web hosts, but by many people who run their own servers looking for additional security in dealing with such attacks. How to install Installing DOS-Deflate is one of the simplest out there. Login to your server as root Download the install script wget http://www.inetbase.com/scripts/ddos/install.sh Run the installer sh install.sh DOS-Deflate should now be installed. Please note that DOS-Deflate uses APF to ban IPs so you must have it installed for DOS-Deflate to work properly. Customizing DOS-Deflate is very easy. You have to edit /usr/local/ddos/ddos.conf with your favorite editor for example vi /usr/local/ddos/ddos.conf Every setting is explained in the configuration file so I will not go over them as the explanations are quite easy to follow up. Read also "How To Install Apf (advanced Policy Firewall)" if you haven't set up apf firewall in your box. Denial-of-service attack (DoS attack) or distributed denial-of-service attack (DDoS attack) is an attempt to make a computer resource unavailable to its intended users. Using the netstat tool find the large number of connections from single source (its called as ddos attack) and blocking the ips is manual method. netstat -ntu | awk ‘{print $5}’ | cut -d: -f1 | sort | uniq -c | sort -n To auotamate this, you can go for DDoS-Deflate. This script mitigate this kind of attacks. DDoS-Deflate is now recognized as one of the best ways to block a DDoS attack. Installation wget http://www.inetbase.com/scripts/ddos/install.sh chmod 0700 install.sh ./install.sh Uninstalling wget http://www.inetbase.com/scripts/ddos/uninstall.ddos chmod 0700 uninstall.ddos ./uninstall.ddos
  23. oh my god kid you take screen after server restart... why you crying here.. your server was down every 2 min by hackers and was online 3/24 i cant anderstand you... someone lock this topic
×
×
  • Create New...