• Welcome to Overclockers Forums! Join us to reply in threads, receive reduced ads, and to customize your site experience!

Sharing a folder online

Overclockers is supported by our readers. When you click a link to make a purchase, we may earn a commission. Learn More.

the_cultie

Member
Joined
Feb 3, 2005
I do some tech support of a small business near me; usual stuff, install this, fix that, why is my laptop so slow even though i have Vista etc. Anyway, the have a shared folder on one of the PC's so that all revelat business files are avilable to all pc's on the network.

However a couple of the emploies who now work from home and on the road need to be able to access the folder while not in the office. I'm looking for ideas or methods of how i could share this folder securly over the net but without having it too difficult for the users to access.
 
They could use VPN to get into the company.

If they dont have that capability currently, they could use something like gotomeeting. Just setup a machine in the office for them to connect to.
 
I agree with CGR, putting a VPN on the firewall is the best way and most secure to get to files that they need. in this way i just set the computer up on the domain and then have them use a shortcut to "dial in" to the server. This way they can use their computer just as you set it up and they don't know what fun stuff is going on in the background. Another way would be to do the same connection to a Terminal Server, i don't think this will be as nice for them.
 
http://openvpn.net/



Welcome to OpenVPN
About OpenVPN


OpenVPN is a full-featured open source SSL VPN solution that accommodates a wide range of configurations, including remote access, site-to-site VPNs, Wi-Fi security, and enterprise-scale remote access solutions with load balancing, failover, and fine-grained access-controls. Starting with the fundamental premise that complexity is the enemy of security, OpenVPN offers a cost-effective, lightweight alternative to other VPN technologies that is well-targeted for the SME and enterprise markets.
OpenVPN combines security with ease-of-use

OpenVPN's lightweight design sheds many of the complexities that characterize other VPN implementations. The OpenVPN security model is based on SSL, the industry standard for secure communications via the internet. OpenVPN implements OSI layer 2 or 3 secure network extension using the SSL/TLS protocol, supports flexible client authentication methods based on certificates, smart cards, and/or 2-factor authentication, and allows user or group-specific access control policies using firewall rules applied to the VPN virtual interface. OpenVPN is not a web application proxy and does not operate through a web browser.
Looking Ahead

OpenVPN Technologies, Inc. is in the planning stages for a full range of support services, from SME to enterprise level, to meet your specific needs. Additional offerings such as OpenVPN Toolbox and support are under development. Please contact [email protected]his e-mail address is being protected from spambots. You need JavaScript enabled to view it for additional information.
Getting Started

For a good conceptual introduction to OpenVPN, see the program notes for James Yonan's talk at Linux Fest Northwest 2004 -- Understanding the User-Space VPN: History, Conceptual Foundations, and Practical Usage.

You may also wish to read OpenVPN and the SSL VPN Revolution by Charlie Hosner.
 
Another option is to set up a remote desktop application (such as logmein pro) which allows file transfers. They use SSH so it's secure.

The clients would need to log on to the computer with the files (or a computer with access to the files) and either read them there or copy/paste them to their computer. There are also other options file transfer options that logmein pro gives you which I'm not familiar with.

The best way however would be to set up a VPN (like everyone else is saying) and map the folder with the files.

There are a number of free ways to set up a VPN. If you have a server, the OS probably has some kind of VPN service. I believe Windows Server comes with it built in and Ubuntu Server needs an additional download (which is free and easy to use). If you don't have a server I suggest you get one as a file sever at least. You can also make it the VPN server then.

There are a number of free dynamic DNS services, so a domain name / IP address won't be a problem.
 
Back