We\'ve got a webserver running IIS. We\'d like to run maybe a shared blog or something to keep track of information. Because of security issues, we\'d like for that part to
For some one doing it in IIS 8
/ Windows 2012
1) In Server Manager
, go to Manage, Add Roles and Features
, Next, Next (get to Server Roles
), scroll down to Web Server (IIS)
, expand that row, then expand Web Server
, and finally expand Security
. Make sure that IP and Domain Restrictions are installed.
2) In IIS Manager
, drill down to the folder that you want to protect and left click select it. In the Features View
of that folder select IP and Domain Restrictions In Actions
choose Edit Feature Settings
. Change 'Access for unspecified clients:'
to 'Deny'
then OK.
3) Finally go to 'Add Allow Entry'
In the Action
s menu. Type in the Specific IP address of your server.
Now only requests coming from your server will be allowed access. Or any server that shares that IP address. So in a small network, the office could share the IP address between all of the PCs in that offices, so all of those PCs could access that folder.
Last but not least is to remember that if your network has a dynamic IP address, then if that IP changes, you will expose your blog admin folder to whoever is using that IP now. Also, everyone on that new IP address will lose access to your that folder...