Questions tagged [ip-restrictions]
86 questions
0
votes
1 answer
Firebase IP Restrictions
We're about to develop a chat engine using Firebase that will be used in schools. This means that it will appear to Firebase that there are potentially up to 60 simultaneous connections from one IP address. I imagine that this might look like an…

Shane McCracken
- 1
- 1
- 2
0
votes
1 answer
restricting IP security
Having an issue with restricting IP security.
I have made a web.config file and placed it in the folder I am trying to restrict see below:
…

TFFX
- 190
- 1
- 9
0
votes
2 answers
How to allow the application visible only through some IP?
I'm developing a Windows application, using Eclipse, Tomcat server and Struts2.
I am using LDAP verification to log in.
I only want to allow specific people to view my application, i.e person with IP 173.12.12.12 can view it, while 173.12.12.72…

thecoot_11
- 11
- 4
0
votes
1 answer
Restrict IP Address in Window Hosting Envoirment
I need a Security Section (Code) to be added to our Web.Config File which sits in a Windows Hosting Environment. This security section is to allow traffic to our web application from all IP addresses except a few ones like; xx.xxx.xx.xx
I have no…

Hafiz Atta Ur Rahman
- 33
- 1
- 2
- 9
0
votes
1 answer
MVC restrict access based on IP
I want to restrict access to my MVC project to a predetermined set of IP addresses. It should be quick and easy to add or remove IP addresses, possibly through an admin-interface on the webpage.
Which way would be best to implement this? Do i have…

Lord Vermillion
- 5,264
- 20
- 69
- 109
0
votes
2 answers
How can I create a program to dynamically add/remove IP that can access a port to a 3rd party service?
I would like to be able to use c# to create a Whitelist (or remove from the list) IPs that are allowed to access a particular port, ranges of ports, or any port at all to a third party service on a Windows 2012 server.
Is there a way that I can…

Andrew
- 702
- 7
- 24
0
votes
1 answer
Custom error pages with HandleError attribute
I have asp.net web application and try to specify custom HTML for Dynamic Ip Restrictions module, which returns 401 prior to .net code.
I've added following to my web.config:

st78
- 8,028
- 11
- 49
- 68
0
votes
1 answer
can't IP restriction on PHP files with HTACCESS
I have a directory and Protected with htaccess for IP Restriction.
IP restriction work good but just for Directory's Except .php files.
example :
site.com/dir/ <-- Get Access Denied Error
site.com/dir/index.php <-- Open page…

Root
- 2,269
- 5
- 29
- 58
-1
votes
1 answer
EKS block a single IP
Please ease my suffering here: I'm trying to block a single IP from getting to one of the sites hosted on EKS. I've tried the server-snippet annotation, but it didn't work. I've also tried creating a network policy to block, no luck. Any idea how to…

AyCaramba
- 21
- 5
-1
votes
1 answer
Cloud data Security in Network
How Can uses be restricted on the basis on IP address in the network on cloud platform? If I have assigned specific IP Address to my employees and they move to other IP they should not access my network. What solution will help in this situation?

paully
- 1
- 1