Windows share through proxy

PROXYsquidwebdav

I have a Windows share and on a different subnet. The users on the user subnet can not see the server subnet, although there is a proxy server in place on the user subnet that can. All web traffic is sent through this proxy server (squid).

Is there any way to proxy a file share so the users can access it? I have tried an NTFS symlink, but I can't access the symlink through the share.

The server is Windows Server 2008 R2 — I had to stick with Windows because it is running a Remote Desktop Gateway as well.

Best Answer

Switch the share to WebDAV ("Web Sharing") mode, this will let Squid proxy it.

Related Topic