-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unique IP address for multiple users - Allow specifying a username in whitelist #161
Comments
Good question, I have heard that this applies for some providers (especially mobile ones), which use NAT routing because of the limited amount of IPv4 addresses. |
I'm thinking to a whitelist for certain IP's + a limit per entered username (not mandatory). So don't block the IP if added into a whitelist but block the user (if exist in database) after X attempts.. |
Blocking by a specific username is not really what this plugin is for (and has limited security benefits), see also #123 . And I don't really see what a whitelist for an IP plus username based blocking has to do with several users trying login from the same IP address? I understood your original request as that you are worried that legitimate users might get locked out if they (because of e.g. NAT routing) have the same IPv4 address as an attacker. How would this be helped by whitelisting the address? (Side note: Whitelisting, as it works at the moment, means that if the request IP is in that list, no further checks are performed by the plugin). Regarding blocking a specific username - typical attacks I've seen so far try several different usernames anyway. What might help I guess, is a whitlelist for the combination of an IPv4 address and a username, so that a legitimate user from that address could still log in, even if somebody else is trying attacks on other user names, right? |
In my case, the information are not available for public, all users have to be pre registered. I am thinking that having a whitelist it mean that i can decide which IP will never be blocked no matter what user will login from that IP address. Just to be sure - paranoic mode - i can assign certain users to that IP address, so "a whitlelist for the combination of an IPv4 address and a username" will help me. |
OK, so public registration is disabled; I don't follow what this has to do with blocking users or blocking IPs though? What information do you mean which is not public?
Yes, that is exactly as it is implemented at the moment.
OK, then if that's ok for you I will convert this issue into a feature request for the "whitlelist for the combination of an IPv4 address and a username". |
Hello,
What can i do if there is a single IPv4 address for a location with multiple computers? All users share the same IP address so blocking one user will block all users from that location.
Thank you
The text was updated successfully, but these errors were encountered: