I can't browse file shares through a VPN connection
I have a Windows Server 2012 (Hosted online)
I have a Windows 7 Client, that is part of another domain.
I have setup a RAS VPN, and can connect to other services on the Machine. SQL Server Management Console connects to the database services on the MachineName, and I can see the list of shares. So I know:
* The VPN is working
* There's no problem with networking or DNS or machine names or anything similar.
* The firewall is working correctly. (Allow Any on the VPN IP Range)
* File and Printer Sharing is working
I can view the list of Shares, but can't connect. When I try to browse the shares I get an Error: Access is Denied.
I'm a member of the Administrators Group, and have permissions to the Shares and the File System.
Just in case there was something weird with which user account was connecting, I made sure I explicitly stated it.
net use \\Machine\Share /USER:MachineName\Username
Local Policies allow access from the network. There are no "Deny" settings in User Rights Assignments.
I'm not that experienced at setting up RAS VPN's so might have missed something...