How to stop impersonators
#7
(29 Jan 12, 06:29PM)Dynamite Wrote: I don't really understand the CIDR ranges very well.
Well, the details can get a little complicated (bitwise operations and such), but it comes down to this usually:
1) The lower the number, the more IPs are affected. /24 affects 254 IPs, /16 affects 65534.
2) The number of hosts ("IPs") affected is calculated as 2^(32-NumberBehindSlash) -2
3) Don't go higher than /16, or in really extreme cases maybe /15, because at that level you'll be banning entire ISPs. (EDIT: this is for blacklists ofc. For something like a nickname blacklist, /8 would work too)
4) Trial and error - start with something low, like /19, and if that doesn't do it, go further.
5) Complete Idiot's (a.k.a. mine) estimate on ranges (don't take this too serious):
/8 ... a country
/14 ... a (medium-sized) ISP
/16 ... a small ISP, or a big ISP's local subnet
/19 ... might still catch the guy, but often not

(29 Jan 12, 06:29PM)Dynamite Wrote: Also, how do I figure out what this guy's IP is? I have no idea, and I'm not an admin on the server.
/whois
Thanks given by:


Messages In This Thread
How to stop impersonators - by Dynamite - 28 Jan 12, 05:51PM
RE: How to stop impersonators - by OpenSource - 28 Jan 12, 06:10PM
RE: How to stop impersonators - by MykeGregory - 29 Jan 12, 04:57PM
RE: How to stop impersonators - by OpenSource - 29 Jan 12, 05:41PM
RE: How to stop impersonators - by Dynamite - 29 Jan 12, 06:29PM
RE: How to stop impersonators - by Mr.OpTic - 29 Jan 12, 05:30PM
RE: How to stop impersonators - by tempest - 29 Jan 12, 06:44PM
RE: How to stop impersonators - by Jg99 - 29 Jan 12, 07:14PM
RE: How to stop impersonators - by Dynamite - 29 Jan 12, 07:47PM
RE: How to stop impersonators - by OpenSource - 29 Jan 12, 07:54PM
RE: How to stop impersonators - by Bloodsport - 03 Feb 12, 09:54AM
RE: How to stop impersonators - by Dynamite - 03 Feb 12, 02:16PM
RE: How to stop impersonators - by OpenSource - 03 Feb 12, 04:13PM
RE: How to stop impersonators - by Bloodsport - 03 Feb 12, 05:07PM
RE: How to stop impersonators - by ProSmoke - 18 Feb 12, 04:59PM
RE: How to stop impersonators - by MykeGregory - 11 Mar 12, 09:12AM