Page 1 of 1

Deja block for Linux

PostPosted: Wed Aug 23, 06 10:12 pm
by Alistair
Open up bash (terminal,console)

Login as root (su)

Check that iptables is installed (should be by default)

iptables -V


To block his IP range type:

iptables -A INPUT -s 193.95.228.0/24 -j DROP


However you can make it so when he connects he will connect to himself which is hilarious. :rofl:

iptables -A INPUT -s 193.95.228.0/24 -j MIRROR

PostPosted: Thu Aug 24, 06 4:48 pm
by ~ô¿ô~Nobody~
do you really think that just dejavu is doing it?

bullshit.

PostPosted: Thu Aug 24, 06 8:59 pm
by DarkKnight
~[A]Noodles~ wrote:do you really think that just dejavu is doing it?

bullshit.


You can block anyone you suspect. And the server.log gives you that info.
(And if not, you can re-write the iptables rule so that it will log every packet for that port, simply look at the last IP connection for that port and boom, you have your IP.)

PostPosted: Thu Aug 24, 06 9:30 pm
by MainMan
But still it's a workaround, not a patch that solves the problem. (I think that's what he's trying to say.)

PostPosted: Thu Aug 24, 06 10:07 pm
by DarkKnight
~MainMan~ wrote:But still it's a workaround, not a patch that solves the problem. (I think that's what he's trying to say.)


It's only ever meant to be a workaround. :)

PostPosted: Fri Aug 25, 06 12:02 am
by ~Hit[CG]man~
maybe someone will make a patch 8)

PostPosted: Fri Aug 25, 06 9:27 pm
by kBo
~Hit[CG]man~ wrote:maybe someone will make a patch 8)


Maybe everyone needs to be happy with a workaround or stop being stupid and learn how to make a patch. 8)