Prevent server from accessing network share
- by Daveo
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.