Hi,

Is it possible to restrict the User login by IP address (i.e) at the time of login additionally check IP address of user of user machine with already given IP address list.any contribute module available in drupal 7 to provide similar functionality.please any helps me to figure this needs.

thanks

Comments

mayank-kamothi’s picture

Hi,

You can do this by open ip address blocking in drupal 7 goto /admin/config/people/ip-blocking
Where you can add user ip address which you want to block.

Mayank Kamothi

vasan.85’s picture

thx for quick reply.My exact need is,I directly assign specific IP address to each user.user able to login only from that IP. if user try to login other IP means its shows access denied error. Is it possible?

mayank-kamothi’s picture

Hi,

As per your need http://drupal.org/project/restrict_ip this module may be help full for you..

Mayank Kamothi

vasan.85’s picture

i try that module its restrict entire site by IP. but i need to restrict individual user login by IP.any other module in Drupal 7 provides such functionlity.Thanks........

mayank-kamothi’s picture

Hi,

See this module http://drupal.org/project/ip_login may be work for you.

Mayank Kamothi

Roysh’s picture

Is there a away to allow access for login page only to certain users that comes from a specific ip?

In other words, I want that for every user I will be able to define certain ip addresses that will allow him to login.

In other words (yet again...), I am not looking for a white list/black list of ips, but for a field of allowed ip addresses for each user. Like if every user has its own name and password, he'll now have a list of allowed ips that i'll define.

Seems like Ip Login and Restrict IP moduels don't really have that feature

soliyappan’s picture