Questions tagged [ip-restrictions]
86 questions
17
votes
2 answers
File Security (IP address access restrictions) in IIS7
I have a web service that contains 2 asmx files (public.asmx and private.asmx). On IIS6 I could go to the properties of private.asmx then, from the 'File Security' tab, deny all computers access except the IP address for localhost.
In IIS7 I only…

Chris Arnold
- 5,753
- 5
- 35
- 55
13
votes
1 answer
IP restriction for a folder of a web application, in IIS7
I have a web application, in which a web service resides in a folder. The whole web application can be accessed from anywhere, while the web service should only be accessed from certain IP addresses. I can't separate them and take the web service…

Saeed Neamati
- 35,341
- 41
- 136
- 188
12
votes
1 answer
Is it possible to deny range of IPs on Nginx
Is it possible to deny range like 43.249.64.0-43.249.85.255? Or only by mask like 43.249.64.0/19 which includes up to 43.249.95.255 which makes it not good decision.

Igor Yavych
- 4,166
- 3
- 21
- 42
11
votes
1 answer
does the user login restriction based on IP address support ipv6 for web application?
Does any one know how to restrict the user to login based on an IPV6 address for a web application in c# dot net?
I have already done the functionality using IPV4 and it's working fine, but I wanted to restrict the user based on their IPV6 for the…
user3497034
10
votes
1 answer
IIS Dynamic IP restrictions in web.config location
I'm trying to use IIS Dynamic IP Restrictions to throttle requests from the same IP. I have the module running and the requests are nicely throttled if I edit the dynamic restrictions settings from the IIS UI. This is nice however I need to have…

Jan Blaha
- 3,069
- 1
- 22
- 35
6
votes
3 answers
Terraform Azure App Service - ip_restrictions
I am trying to set the IP restrictions block in my Azure App Service App
When performing the Terraform plan or apply, I receive the following error:
Error: azurerm_app_service.app-service-1: : invalid or unknown key: ip_restriction
I used…

Gvazzana
- 583
- 1
- 8
- 21
6
votes
1 answer
IIS7 IPv4 Address Restrictions not in Web.Config
On a legacy server, we have an IIS7 site that has multiple IP addresses listed in the IPv4 Address and Domain Restrictions list. We are migrating this site to a new server. When I opened the web.config for the site expecting to find these IP…

Jason W
- 13,026
- 3
- 31
- 62
6
votes
2 answers
IP and Domain Restrictions
Our ASP.NET website is hosted on a windows server 2008 and IIS7.
Recently we have a problem with "attacks" from certain IPs that generate a lot of errors by submitting different forms with invalid parameters.
I'd like to be able to block a list of…

RuSh
- 1,643
- 7
- 25
- 39
4
votes
3 answers
Is a WAF necessary on Kubernetes?
When reading blog posts about WAFs and Kubernetes, it seems 90+ % of the posts are written by WAF-providers, while the remaining posts seem to be sceptical. So I would like to hear what your experiences are with WAFs, do they make sense, and if so…

Esben Eickhardt
- 3,183
- 2
- 35
- 56
4
votes
1 answer
How to do IP restrictation for clients in keycloak admin console
I defined a client in keycloak admin console to authorize it with client_credentials flow to call server-to-server api in my application. Everything is fine, i want to apply IP restriction for that client.
Where can i define this restriction in…

Rasool Ghafari
- 4,128
- 7
- 44
- 71
4
votes
1 answer
IIS - Windows Server 2012 - IP Address and Domain Restrictions
I'm having a hard time trying to find where it is located the IIS Security features in Windows Server 2012.
The common steps :
1.Open the Control Panel
2.Search for Programs and Features
3.Select Turn Windows Features on or off
4.Expand the IIS…

Alberto Montellano
- 5,886
- 7
- 37
- 53
3
votes
1 answer
Restrict / Block Directory Based on IP Address
Trying to block directory access from everyone except 1 IP address. This .htaccess code blocks access but it blocks access to everything including images, css, etc. What do I need to change?
RewriteCond %{REMOTE_ADDR}…

csi
- 9,018
- 8
- 61
- 81
3
votes
2 answers
Restrict access to RabbitMQ via IP
I installed rabbit mq via docker image on a machine including the management and rabbitmq_auth_backend_ip_range plugins. I want to restrict access to the ports 5671/2 and 15672 to only allow certain IPs accessing them.
As 15672 is the web interface,…

tester
- 3,977
- 5
- 39
- 59
3
votes
1 answer
How can we protect data in VSTS from access via the API?
Context:
We have a VSTS account https://blahblahblah.visualtudio.com
We have configured it to block outside access by using Azure Premium conditional access and specifying the public IPs of our work network. So interactive access is blocked from…

David Allen
- 829
- 7
- 15
3
votes
0 answers
setting up file restriction by IP using .htaccess on a cluster/cloud environment
found answer, see end of the post
How do you restrict access to a file by IP, when you are hosted in a cluster/cloud environment (Rackspace Cloud, to be more specific). Yesterday, I asked a similar question here, and received the following answer,…

HeadScratching
- 263
- 1
- 2
- 7