Jump to content

Recommended Posts

Posted

 If you are on Windoze Systems 2k3, 2k8 or 2k8R2.

These commands will help you to get your server back online.

BTW I see your server online.

 

Step 1 :

 

Windows Server 2008

 

netsh advfirewall firewall add rule name="Remote Desktop Protocol" program=System profile=public,private,domain dir=in localport=3389 protocol=tcp action=allow

 

 

Windows Server 2003

 

netsh firewall set portopening protocol=TCP port=3389 name="Remote Desktop Protocol" mode=ENABLE

 

 

 

Step 2 :

First thing to do is enable windows firewall.

 

netsh advfirewall set domainprofile state on
netsh advfirewall set privateprofile state on
netsh advfirewall set publicprofile state on
netsh advfirewall set allprofiles state on

 

 

 

Step 3 :

The first DOS attack to block is all incoming ICMP Packets. (If you like to ping your server then don't follow this step.)

 

Windows Server 2008

 

netsh advfirewall firewall add rule name="All ICMP V4" protocol=icmpv4:any,any dir=in action=block

 

 

Windows Server 2003

 

netsh firewall set icmpsetting type=ALL mode=disable

 

 

Windows Server 2008

Block all IGMP Requests : http://en.wikipedia.org/wiki/Interne...ement_Protocol

 

netsh advfirewall firewall add rule name="All IGMP" protocol=2 dir=in action=block

 

 

Block all GRE Requests : http://en.wikipedia.org/wiki/Generic..._Encapsulation

 

netsh advfirewall firewall add rule name="All GRE" protocol=47 dir=in action=block

 

Block all VRRP Requests : http://en.wikipedia.org/wiki/Virtual...dancy_Protocol

netsh advfirewall firewall add rule name="All VRRP" protocol=112 dir=in action=block

 

 

Block all PGM Requests : http://en.wikipedia.org/wiki/Pragmat...eral_Multicast

 

netsh advfirewall firewall add rule name="All PGM" protocol=113 dir=in action=block/code]




And what is this doing? Could you explain me via pm?  Server is online!
Posted

Can't via PM but I will explain here and I want to help you and other server owners with Windows OS servers..

 

With that cmds you can block a variety of ports from your system, GRPE, ICMP, etc. (like in LINUX systems with iPTables firewall)

With that commands you can activate your Advanced Firewall from Windows and configure it from SHELL console, or directly from RUN/ cmd /Advanced Firewall.

 

 

[iMPORTANT NOTICE]!!!

Search more on google about netsh commands for your server. Trust me this is the only way to stop minor attacks from shi3t skiddies like DoS. (Denial of Service).

DDoS (Distributed Denial of Service) can't be stopped with software configuration only with an external machine/firewall (for a good externa protection you can put another computer in front of your server), or a CISCO router  or any router with protection.

 

Good Luck with your server.

 

 

ALL SERVERS CAN BE CONFIGURED ANTI-DoS (NOT DDoS) from software BUT ONLY FROM COMMANDS!!!

YOU NEED TO USE NETSH COMMANDS FOR WINDOWS SERVERS AND COMMANDS FOR LINUX/UNIX SERVERS.

 

YOU CANT CONFIGURE WINDOWS OR LINUX BY MOUSE CLICKS :P

HAVE FUN AND GOOD LUCK!

Posted

Can't via PM but I will explain here and I want to help you and other server owners with Windows OS servers..

 

With that cmds you can block a variety of ports from your system, GRPE, ICMP, etc. (like in LINUX systems with iPTables firewall)

With that commands you can activate your Advanced Firewall from Windows and configure it from SHELL console, or directly from RUN/ cmd /Advanced Firewall.

 

 

[iMPORTANT NOTICE]!!!

Search more on google about netsh commands for your server. Trust me this is the only way to stop minor attacks from shi3t skiddies like DoS. (Denial of Service).

DDoS (Distributed Denial of Service) can't be stopped with an external machine/firewall (for a good externa protection you can put another computer in front of your server), or a CISCO router  or any router with protection.

 

Good Luck with your server.

 

I doubt if server side configuration is gonna work, nevermind I hope it does

Posted

"

ALL SERVERS CAN BE CONFIGURED ANTI-DoS (NOT DDoS) from software BUT ONLY FROM COMMANDS!!!

YOU NEED TO USE NETSH COMMANDS FOR WINDOWS SERVERS AND COMMANDS FOR LINUX/UNIX SERVERS.

 

YOU CANT CONFIGURE WINDOWS OR LINUX BY MOUSE CLICKS :P

HAVE FUN AND GOOD LUCK!

"

 

When a stranger knocks on your door and ring the door bell a few time a week. Yes you can call to Police ..

 

That's true .. but DDoS or DoS it's illegal. That skiddies will be banned by some datacenters and reported to their shity internet providers and banned and restricted also.

^^

 

 

Posted

"

ALL SERVERS CAN BE CONFIGURED ANTI-DoS (NOT DDoS) from software BUT ONLY FROM COMMANDS!!!

YOU NEED TO USE NETSH COMMANDS FOR WINDOWS SERVERS AND COMMANDS FOR LINUX/UNIX SERVERS.

 

YOU CANT CONFIGURE WINDOWS OR LINUX BY MOUSE CLICKS :P

HAVE FUN AND GOOD LUCK!

"

 

When a stranger knocks on your door and ring the door bell a few time a week. Yes you can call to Police ..

 

That's true .. but DDoS or DoS it's illegal. That skiddies will be banned by some datacenters and reported to their shity internet providers and banned and restricted also.

^^

 

 

 

get real, DoSSers dont attack you with their pc or with their dedicated, they are registered in a company which spreads viruses in links and makes the infected pcs slaves to their ddos network.

 

During a ddos attack thousands of slave pcs from arround the world are ddosing your server

Posted

Noone will spend money to DDoS your fresh L2 private server. Maybe only a noob/skiddie.

 

I know, but no real DDoS from here only some skiddies from MXC forum (other server owners) :P

You can stop by simply add a router like CISCO with basic protection (a cheap one 150-200$) or any router with basic protection for IP filtering.

Or final solution is to NULL Route, a blackhole to 127.0.0.1 ;)

 

Or LoL just restart your server and change your dedicated IP (ask your hosting company).

 

And you're done.

Posted

Noone will spend money to DDoS your fresh L2 private server. Maybe only a noob/skiddie.

 

I know, but no real DDoS from here only some skiddies from MXC forum (other server owners) :P

You can stop by simply add a router like CISCO with basic protection (a cheap one 150-200$) or any router with basic protection for IP filtering.

Or final solution is to NULL Route, a blackhole to 127.0.0.1 ;)

 

Or LoL just restart your server and change your dedicated IP (ask your hosting company).

 

And you're done.

Well,i've already paid the dedicated for 3 months so server won't close.

I've opened donations. (Not Items++ etc stupid things) so if player donate i will buy a ddos protection. if not, i will speak with my host company if i can buy a cisco rooter and send it to them.

Posted

What IP's or what info did you see when you use NETSTAT on your server ?

Use Cports or TCPView (both are free programs, use google).

 

 

or

You can verify it with following command:

# netstat -nr

 

type following command at shell:

# route add 00.00.00.0 gw 127.0.0.1 lo

(Where 00.00.00.0 is attacker IP).

 

 

or

# route -n

 

You can also use reject target

# route add -host IP-ADDRESS reject

# route add -host 00.00.00.0 reject

 

To confirm the null routing status, use ip command as follows:

# ip route get 64.1.2.3

 

Drop entire subnet 192.00.00.0/24:

# route add -net 192.00.00.0/24 gw 127.0.0.1 lo

 

 

You can also use ip command to null route network or ip, enter:

# ip route add blackhole 192.00.00.0/29

# route -n

 

 

Good LucK!

 

 

Posted

 

 

What IP's or what info did you see when you use NETSTAT on your server ?

Use Cports or TCPView (both are free programs, use google).

 

i didn't used netstat,im too busy working on server balance right now.

or

You can verify it with following command:

# netstat -nr

 

type following command at shell:

# route add 00.00.00.0 gw 127.0.0.1 lo

(Where 00.00.00.0 is attacker IP).

 

 

or

# route -n

 

You can also use reject target

# route add -host IP-ADDRESS reject

# route add -host 00.00.00.0 reject

 

To confirm the null routing status, use ip command as follows:

# ip route get 64.1.2.3

 

Drop entire subnet 192.00.00.0/24:

# route add -net 192.00.00.0/24 gw 127.0.0.1 lo

 

 

You can also use ip command to null route network or ip, enter:

# ip route add blackhole 192.00.00.0/29

# route -n

 

 

Good LucK!

 

 

Posted

Well,2shay brah.If u attack other servers,u are gettin attacked.Dont tell me u wasnt expectin dis.

 

What goes around comes around.

Posted

Well,2shay brah.If u attack other servers,u are gettin attacked.Dont tell me u wasnt expectin dis.

 

What goes around comes around.

I didn't attacked any server,that's the bad with my case. But im thinking to start so mutch power got dirty with the time :)

 

 

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



  • Posts

    • Fresh "White" Liquidity. Reserve Update.   ✔ Many ask about the origin of our funds and whether "tainted" assets get recycled within the service. Let’s be clear: we are not a tumbler. We don’t cycle your own coins back to you.   ✔ We’ve replenished our reserves with primary liquidity sourced from mining operations and OTC desks. To verify the status, we maintain volume processed through major platforms (direct withdrawals from Exchange accounts). For those requiring virgin purity - we provide cold storage reserves.   ✔ The fate of your "tainted" coins is entirely our concern. What happens to your crypto after the swap is no longer your business.   ✔ This is the definitive solution for Tier-1 exchange deposits (Binance, Coinbase), cashing out, or settling real-world transactions where a clean on-chain history is mandatory. In 2026, even the slightest suspicion leads to immediate freezes.   ✔ We do not handle small-cap volumes. Respect our time and yours.
    • I'll upload new updates to SVN tomorrow, I've been a bit busy :=)
    • I’ve been playing with LLM-driven autofarm bots too, and giving them some visual cues made a big difference. I ended up using art pieces from https://allcorrectgames.com/service/game-art/ as placeholders while training my detection prompts, and it actually helped the models parse scenes more reliably. If you add a bit of lightweight state tracking on top, your fake players start behaving way more naturally.
    • Roblox has become one of the world’s most influential user‑generated gaming platforms, attracting millions of players and creators every day. What makes Roblox unique is that it is not just a place to play games—it is a place where anyone can build their own. With Roblox Studio, even complete beginners can design immersive worlds, interactive experiences, and full‑fledged games. This guide will walk you through the essential steps to create your first Roblox game, while also helping you understand how features like Roblox Robux fit into the creator ecosystem.       1. What Is Roblox Studio and Why Use It? Roblox Studio is the official development environment used to create every game on the platform. It is free, accessible, and designed for creators of all skill levels. Whether you want to build a simple obstacle course or a complex simulation game, Roblox Studio provides the tools you need. The platform’s success comes from its user‑generated content model. Players can create games, publish them, and even earn Roblox Robux through in‑game purchases, game passes, or developer products. While earning Robux is not the focus for beginners, understanding its role can motivate you to improve your creations over time.   2. Setting Up Roblox Studio Before you start building, you need to install and set up Roblox Studio. Steps to get started Download Roblox Studio from the official Roblox website. Install and open the application. Log in using your Roblox account. Choose a template or start with a blank Baseplate. For beginners, templates like Obby, Village, or Racing provide a structured starting point. They include pre‑built elements that help you learn how different parts of a game work.   3. Understanding the Interface Roblox Studio may look overwhelming at first, but each panel has a clear purpose. Learning the interface early will make your development process smoother. Key panels Explorer: Shows all objects in your game world. Properties: Displays editable settings for selected objects. Viewport: The 3D workspace where you build your world. Toolbox: Contains free models, scripts, and assets. Home / Model / Test tabs: Provide tools for building, editing, and testing. Spend a few minutes clicking around, selecting objects, and adjusting their properties. This hands‑on exploration helps you understand how everything fits together.   4. Building Your First Game World Once you’re familiar with the interface, it’s time to start building. Using Parts Roblox Studio uses “Parts” as the basic building blocks. You can insert: Blocks Spheres Cylinders Wedges These can be resized, rotated, and moved to create platforms, walls, buildings, or obstacles. Using the Toolbox The Toolbox allows you to drag pre‑made assets into your game. This is extremely helpful for beginners, but choose assets carefully. Some community models include unnecessary scripts that may affect performance. Look for items marked as “Verified” or created by trusted developers. Organizing Your Workspace As your game grows, organization becomes important. Use folders in the Explorer panel to group objects logically: “Obstacles” “SpawnPoints” “Decorations” Good organization saves time and prevents confusion later.   5. Adding Gameplay with Scripts Roblox games use Lua, a beginner‑friendly scripting language. You don’t need to be a programmer to start, but learning basic scripting will greatly expand what you can create. Simple scripts you can try Making a part disappear when touched Creating a moving platform Adding checkpoints Giving players speed boosts Here’s a simple example: a script that prints a message when a player touches a part. Lua: local part = script.Parent   part.Touched:Connect(function(hit)     print("A player touched the part!") end) Even small scripts like this help you understand how interactions work in Roblox.   6. Testing Your Game Testing is essential. Roblox Studio provides several testing modes to simulate gameplay. Use the “Play” button to: Walk around your world Test scripts Check spawn points Look for bugs Ensure platforms and obstacles work correctly You can also use Play Here, Run, and Play Solo to test different aspects of your game.   7. Adding UI and Game Logic A polished game needs more than objects—it needs user interface elements and clear rules. Common UI elements Timers Score counters Health bars Buttons Pop‑up messages You can create UI using ScreenGui objects inside the StarterGui folder. Roblox provides templates for text labels, buttons, and frames, making it easy to design simple interfaces.   8. Optimizing Your Game A smooth game keeps players engaged. Here are some optimization tips: Remove unused parts and scripts. Avoid too many moving objects. Use low‑poly models when possible. Test on mobile devices—many Roblox players use phones. Keep lighting simple to improve performance. Optimization ensures your game runs well for all players, not just those with powerful devices.   9. Publishing Your Game Once your game is playable, you can publish it to Roblox. Steps to publish Click File → Publish to Roblox. Enter a name, description, and genre. Choose whether the game is public or private. Set permissions and access settings. After publishing, you can share the link with friends or the Roblox community. If you eventually want to monetize your game, you can add game passes or developer products that players can purchase using Roblox Robux. This is optional for beginners, but it becomes important as your game grows.   10. Improving Your Game Over Time The best Roblox games are updated regularly. After publishing, pay attention to: Player feedback Bug reports Suggestions from friends Analytics (visits, playtime, retention) Add new levels, improve visuals, or introduce new mechanics to keep players coming back.   11. Learning and Growing as a Creator Roblox provides many resources to help you improve: Roblox Creator Hub Developer Forum YouTube tutorials Community Discord servers The more you practice, the more confident you’ll become. Many successful developers started as beginners just like you—and some now earn significant amounts of Roblox Robux through their creations.   Final Thoughts Creating your first Roblox game is an exciting journey. You don’t need advanced skills or expensive tools—just creativity and curiosity. Start small, experiment with templates, learn basic scripting, and gradually build your skills. With time and persistence, you can create a game that players around the world will enjoy.
  • Topics

×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..