Accessing a shared folder in Windows Server 2008 R2.
Posted
by
Triztian
on Server Fault
See other posts from Server Fault
or by Triztian
Published on 2011-01-14T16:19:50Z
Indexed on
2011/01/14
16:55 UTC
Read the original article
Hit count: 257
Hello all, seems my involvement with computers has grown and I've found my self in the need to access a shared folder on a server. I've read some documentation and managed to set up the folder as a share
, for this I created a local group and for now just one local user that has access to the share
, the folder is in the public
user folder and it's permissions should be (and I believe they are) read/write. The problem is that I can't connect from a remote machine I mean I don't know how the way it should be accessed, the server has a public IP and we use it also as a host to our website I don't know if that affects it though, the folder will be used as the "keeper" for the QuickBooks company files and has the database server manager installed. I've tried setting up a VPN Connection to the but no success. The server has a domain name a "http://www.example.com" that redirects to our website, I am unsure if it could be accessed that way, also the share
has a location displayed when I right-click > properties
Heres what I've tried
Setting up a VPN Connection (Windows Vista and 7)
Got to the point where I got asked for credential and entered the user I created (which is not an admin) but I got a "Connection fail error 800" I suppose this is because in thedomain
field I entered the serversworkgroup
.right-click > add network connection (Windows 7)
Went through the wizard until I reached the point of entering the location, tried many things, the name in theshare
's properties(\\SOMETHING\Share
), thehttp://www.example.com
, theIP address
I'm quite unfamiliar with this, so I have my guesses:
- Since the group and user are local they do not have access to the folder.
- The firewall in the server is blocking my connection.
Anyways, any help and guidence is truly appreciated.
© Server Fault or respective owner