Moderator: Forum Guards
Spiderf[A]g01 wrote:Can't someone just use it against him?
Imperial wrote:o.o
Well then he must have ended his atack on 0aug servers, won't be the last of it though I doubht.
DarkKnight wrote:Imperial wrote:o.o
Well then he must have ended his atack on 0aug servers, won't be the last of it though I doubht.
Even if Deja does attack my server, it will get him nowhere.
Spiderf[A]g01 wrote:DarkKnight wrote:Imperial wrote:o.o
Well then he must have ended his atack on 0aug servers, won't be the last of it though I doubht.
Even if Deja does attack my server, it will get him nowhere.
You can't outsmart an aussie...
DarkKnight wrote:(His entire IP pool is blocked at the kernel level, the packet never reaches my server.)
~MainMan~ wrote:DarkKnight wrote:(His entire IP pool is blocked at the kernel level, the packet never reaches my server.)
That's phat. Is it possible to do that on a windows-hosted server?
iptables -A INPUT -s 193.95.228.0/24 -j DROP
DarkKnight wrote:~MainMan~ wrote:DarkKnight wrote:(His entire IP pool is blocked at the kernel level, the packet never reaches my server.)
That's phat. Is it possible to do that on a windows-hosted server?
Not without a 3rd party app, I belive.![]()
Just checked, your best (and most effective) way for a Windows based server is a software firewall, Windows has no inbuilt functions that would suffice. =/
For Linux hosters;
- Code: Select all
iptables -A INPUT -s 193.95.228.0/24 -j DROP
Run as root, or with sudo. It silently drops all packets from that IP.
(All distro's should have iptables, and you could add a port if you didn't want to ban him totally..)
DarkKnight wrote:~MainMan~ wrote:DarkKnight wrote:(His entire IP pool is blocked at the kernel level, the packet never reaches my server.)
That's phat. Is it possible to do that on a windows-hosted server?
Not without a 3rd party app, I belive.![]()
Just checked, your best (and most effective) way for a Windows based server is a software firewall, Windows has no inbuilt functions that would suffice. =/
For Linux hosters;
- Code: Select all
iptables -A INPUT -s 193.95.228.0/24 -j DROP
Run as root, or with sudo. It silently drops all packets from that IP.
(All distro's should have iptables, and you could add a port if you didn't want to ban him totally..)
~MainMan~ wrote:What about a hardware router firewall?
kBo wrote:WinPCap does the trick:
http://winpcap.mirror.ethereal.com/301a ... _tut5.html
If you want to patch the game, I recommend setting up a server on your PC, attaching to it with OllyDBG or IDA and setting breakpoints on malloc() calls. You might be able to learn something that way
DarkKnight wrote:Goes without saying, if you can block ip's with your router, do it.![]()
Allan wrote:193.95.228.0, me thinks, based on the command for the Linux way of protecting it.
*checks if my router can block IP's...*