restrict website access to single IP

restrict website access to single IP

am 05.09.2007 16:37:25 von trading_jacks

Hello all,

I am implementing a test web server for my company and I want to
restrict access to only my ip. Can this be accomplished with IIS or
W2k3? If not, what about a free software firewall? If you have any
other suggestions please let me know.

Thanks,
Mark

Re: restrict website access to single IP

am 05.09.2007 17:21:50 von Daniel Crichton

trading_jacks wrote on Wed, 05 Sep 2007 07:37:25 -0700:

> Hello all,

> I am implementing a test web server for my company and I want to
> restrict access to only my ip. Can this be accomplished with IIS or
> W2k3? If not, what about a free software firewall? If you have any
> other suggestions please let me know.

> Thanks,
> Mark

Right click on the site in IIS admin, choose Properties, go to Directory
Security tab. In the middle there is an IP address restriction section,
click the Edit button. Change the "By default" setting to denied, add your
IP address as allowed, hit OK.

Dan