FTP server routing to a VPN connection

Biggs

Diamond Member
Dec 18, 2000
3,010
0
0
The scenario is as follows:

1) Multiple clients sends files to to a "common" FTP server.
2) The FTP server then connects via a VPN connection to a VPN server using a hardware-based VPN router.

What would be the best possible way of implementing this? The tricky part here is when the files are stored on the FTP server, how would it be able to automatically launch the VPN connection? Is a router/switch possible in this set-up? Is there a software that can automatically do this?

Thanks.
 

buleyb

Golden Member
Aug 12, 2002
1,301
0
0
is this just a solution to allow files to be let into a network securely?
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Could you have somthing that moves everything at the end of the day or at certin time intervals?
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Let me see if I can make this easier first. Why do you want this as apposed to having a FTP server on the inside and connecting to it by VPN.
 

Biggs

Diamond Member
Dec 18, 2000
3,010
0
0
Ok, are you trying to say that a VPN connection should be established between multiple remote locations and then just use FTP through VPN?
 

AFB

Lifer
Jan 10, 2004
10,718
3
0
Yes, you could VPN in to your router. You then would be on the local network. You can now use your FTP located inside the LAN.
 

Biggs

Diamond Member
Dec 18, 2000
3,010
0
0
The set-up is as follows,

FTP Server 1 <==> VPN Router 1 <==> (((VPN Tunnel))) <==> VPN Router 2 <==> FTP Server 2

The thing is, this connection is constant or could not be changed thus I could only manipulate FTP Server 1. Multiple clients would need to send files to FTP server 1, afterwards, FTP Server 1 would relay them via VPN to FTP Server 2.