IP Restriction in 2.2

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
12 years ago
Found this way to utilize rewrite rules.  It works!

http://forum.arvixe.com/smf/tutorials/how-do-i-block-an-ip-address-with-web-config/
12 years ago
I agree. Removing the blacklist was a BAD idea. Can we expect this feature to return in 2.5?
To me, this is a must have feature as it helps reduce site attack exposure
12 years ago
nopeval wrote:
Can we expect this feature to return in 2.5?

No, it's not planned for version 2.5. The task status is proposed (not active).
12 years ago
Hi, I'm using Cloudflare to accelerate, it works smoothly with nopcommerce22, but all access ip has been shifted to Clouldflare's IP. I found the below words from Cloudflare to explain how to get original IP.

           "Please change the string as below:

             // Old way of getting the IP Address string IPAddress = Request.UserHostAddress;

             // New way based on the http headers string IPAddress = Request.Headers["CF-Connecting-IP"];


              (If you're using ASP classic: Request.ServerVariables("CF-Connecting-IP") )"


Anybody let me know where to modify at nopcommerce22? thanks a lot!
11 years ago
a.m. wrote:
Can we expect this feature to return in 2.5?
No, it's not planned for version 2.5. The task status is proposed (not active).


Is there any way to block malicious users to register themselves in the nopCommerce site? They normally use invalid email addresses such as "[email protected]." Is it possible to reject their registering by ip address blocking?
11 years ago
ohtsu wrote:
Can we expect this feature to return in 2.5?
No, it's not planned for version 2.5. The task status is proposed (not active).

Is there any way to block malicious users to register themselves in the nopCommerce site? They normally use invalid email addresses such as "[email protected]." Is it possible to reject their registering by ip address blocking?

Have you tried Captcha in register page?
11 years ago
eadameg wrote:
Can we expect this feature to return in 2.5?
No, it's not planned for version 2.5. The task status is proposed (not active).

Is there any way to block malicious users to register themselves in the nopCommerce site? They normally use invalid email addresses such as "[email protected]." Is it possible to reject their registering by ip address blocking?
Have you tried Captcha in register page?


No, I have not.  Thank you for your advice. I think it will be effective for blocking malicious registering by program.
By the way, I found that  "<rewrite><rules>" ip address blocking is also effective.

Thank you indeed.
10 years ago
There's a firewall plugin that can accomplish this :

https://www.nopcommerce.com/p/1308/firewall.aspx
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.