« Previous Next »

Thread: Limiting access from certain PCs

Last post 12-16-2007 10:56 AM by jeff@zina.com. 2 replies.

Average Rating Rate It (5)

RSS

Page 1 of 1 (3 items)

Sort Posts:

  • 12-15-2007, 12:58 PM

    Limiting access from certain PCs

    Hi,

    I want to allow access to my websites only from certain PCs located at our offices at different locations. That means, only computers which are part of our organization should be able to access the website.

    How do I achieve it?

    Can I use digital certificates to identify the computer accessing the website is of my organization or not?

    Can I make a ASP.NET application under my website accessible only through VPN?

    Thank You

  • 12-15-2007, 6:41 PM In reply to

    Re: Limiting access from certain PCs

    The easiest, and probably the most straight forward method would be to go into the Internet Information services (IIS) Manager, right click on your website and choose properties. Once in here, go to the Directory Security tab and click Edit for "IP address and domain name restrictions". If there are only a handful of computers you wish to allow access (and block everyone else), change the option to "Denied Access" for the Default and then use the Add button put in exceptions on a single IP, range of IPs, or even by the Domain name (this requires a valid rDNS of the client's domain). This will allow your site to remain upon the internet and still control the availability of the content.

    Digital certificates are more for a server to verify to a client who it is, rather than the other way around.

    If you wanted to restrict traffic on a more global scale with more control, you may want to consider adjusting your webserver's IPSec policies (found in the Local Security Policy administrative tool). The process is a lot more in depth, but you can view a pretty in depth article on Microsoft's TechNet on how to set it up here: http://technet.microsoft.com/en-us/library/bb742429.aspx

    As far as limiting access through a VPN, you can do this by either of the two methods above. Since VPN users are going to be given a defined range of IPs when they connect, you can set them as an exception rule pretty easily.
     

    All postings are provided "AS IS" with no warranties, and confer no rights.

    Nathan S., MCP
    Enterhost Support Team
    www.enterhost.com
  • 12-16-2007, 10:56 AM In reply to

    Re: Limiting access from certain PCs

    Everything you ask for is a normal function of a firewall.

    Jeff

    Look for Wrox's new book Professional IIS 7 in your local bookstore, or order now at Amazon.com
Page 1 of 1 (3 items)
Microsoft Communities