Prevent server from accessing network share
Posted
by
Daveo
on Server Fault
See other posts from Server Fault
or by Daveo
Published on 2013-06-27T01:07:27Z
Indexed on
2013/06/27
4:23 UTC
Read the original article
Hit count: 428
windows-server-2003
I have built a test environment I want to isolate from my production servers.
As part of this I want to prevent my new server from accessing file/network shares on production. For example prevent it from accessing \\MyProdServer
I updated my host file with
0.0.0.0 MyProdServer
However this doesn’t work I can still access the files. I do not have firewall available nor do I want to edit my production server in anyway.
© Server Fault or respective owner