ip-restrictions

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 seem to be able to do this for an entire folder. What am I missing? ...

IIS v6.0 IP Restriction using a range of IPs

Hello all, I need to apply IP restrictions to a site in IIS v6.0 using a range of IPs. So for example i only want the below RANGE of IPs to be able to access the site: From 123.111.22.3 --> 123.111.66.234 Has anyone got any idea on how this can best be achieved? Hope this all make sense and all help is massively appreciated. Thanks...

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, which worked great (thank you) in my local test environment. <Files test.html> Order...

Android Restrictions as Embedded OS

Someone recently told me that there was a licencing constraint that prevented Android from running on anything other than a tablet or mobile phone. I couldn't find any evidence for the constraint. Does such a limitation exist? ...

How to restrict connections to glassfish?

Hello, I'm running a web application on a glassfish 3 server. The application should not be accessible for anyone. Instead I want to limit access to a handful static IP addresses. To block all communication via a firewall is not an option, since the server hosts other web services too. Given this background, my question would be: How c...