Sharing files over the internet.

jjones

Lifer
Oct 9, 2001
15,424
2
0
I'm using a program that uses a database file. This program permits multiple users over LAN to share the same db file by simple file sharing.

How would I do the same thing, but over the internet? I can add a new network place but I'm not sure what kind of address I'd type in to get to where this file is located on another machine.

Anyone have experience with this that can help?
 

Fardringle

Diamond Member
Oct 23, 2000
9,200
765
126
In order to do the type of file sharing you want over the Internet, you'll need to have the remote computer(s) connect using VPN to the network where the database is stored and then connect to the database.
 

InlineFive

Diamond Member
Sep 20, 2003
9,599
2
0
While VPN is probably a good option if the database is large the performance will suffer greatly. If he has a few spare machines he could setup RDP or VNC so that you alleviate the bandwidth issue.
 

jjones

Lifer
Oct 9, 2001
15,424
2
0
I was looking at VPN and thought that might be the route I need to go. The database won't be that big so performance probably won't be a problem.

I've read at several articles about VPN but they are all pretty general. From what I can tell, it looks as if I'll need a server and client software? I couldn't really find anything to get into the nitty-gritty of VPN so I could do this. Is there any software that comes as a package to set VPN? I don't mind paying for something that will make life easy. I'm pretty clueless at this point regarding VPN (and not too experienced with networking to begin with) and any help would be appreciated. However, I can usually find my way around once I get going in the right direction. So any software, tools and/or guides related to VPN would be a nice help.
 

Kaido

Elite Member & Kitchen Overlord
Feb 14, 2004
50,413
6,567
136
Originally posted by: jjones
I was looking at VPN and thought that might be the route I need to go. The database won't be that big so performance probably won't be a problem.

I've read at several articles about VPN but they are all pretty general. From what I can tell, it looks as if I'll need a server and client software? I couldn't really find anything to get into the nitty-gritty of VPN so I could do this. Is there any software that comes as a package to set VPN? I don't mind paying for something that will make life easy. I'm pretty clueless at this point regarding VPN (and not too experienced with networking to begin with) and any help would be appreciated. However, I can usually find my way around once I get going in the right direction. So any software, tools and/or guides related to VPN would be a nice help.

Easiest way to do it is to get a VPN router. We recently bought a couple Linksys RV082 VPN routers (under $300 apiece on Newegg). You can do a router-to-router VPN tunnel, which lets all of the computers at the second place act like they're on the network (just on a different subnet) or use VPN software to "dial" into the VPN router. Linksys includes software and 15 seats for their router (latest software available in the firmware section of their support page). Works great, very slow though unless you have a high upload speed on your Internet connection. Our auxiliary facility uses a couple of Access databases and while it's slow, it's functional. If you have T1 or something you would probably get better results than cable or DSL. PM me if you have any questions about the RV082.
 

jjones

Lifer
Oct 9, 2001
15,424
2
0
Thanks for the info Kaido, I'm checking out the Linksys site and I've sent you a PM.