Gentoo Archives: gentoo-user

From: Pandu Poluan <pandu@××××××.info>
To: gentoo-user <Gentoo-user@l.g.o>
Subject: [gentoo-user] Re: Recommended VPN Tunnel client?
Date: Fri, 10 Feb 2012 04:44:13
Message-Id: CAA2qdGUL622yHY39d8NqSRw5XxcGrz_T6dpcJ6cmwKNx8S9dPg@mail.gmail.com
In Reply to: [gentoo-user] Recommended VPN Tunnel client? by Pandu Poluan
1 On Fri, Feb 10, 2012 at 10:48, Pandu Poluan <pandu@××××××.info> wrote:
2 > Scenario: I have a server in the cloud that needs to connect to an internal
3 > server in the office. There are 2 incoming connections into my office, ISP
4 > "A" and ISP "B". The primary connection is A, but if A goes down, we can use
5 > B. The app running on the cloud server has no automatic failover ability
6 > (i.e., if A goes down, someone must change the app's conf to point to B).
7 >
8 > My thought: If I can make a tunnel from the server to the FortiGate firewall
9 > currently guarding the HQ, the cloud app can simply be configured to connect
10 > to the internal IP address of the internal server. No need to manually
11 > change the app's conf.
12 >
13 > The need: a VPN client that:
14 > + can selectively send packets fulfilling a criteria (in this case, dest= IP
15 > address of internal server)*
16 > + has automatic failover and failback ability
17 >
18 > *solutions involving iptables and iproute2 are also acceptable
19 >
20 > Can anyone point me to the right direction re: what package and the relevant
21 > howto?
22 >
23 > Thanks in advance.
24 >
25
26 I have been doing some research, and...
27
28 Do you think I can do that using HAProxy running in tcp mode?
29
30 My thought goes like this: Have the cloud app connect the IP:port of
31 HAProxy, and let HAProxy perform a TCP proxy (NAT?) to connect to the
32 internal server via A or B according to the "server checks".
33
34 Rgds,
35 --
36 FdS Pandu E Poluan
37 ~ IT Optimizer ~
38
39  • LOPSA Member #15248
40  • Blog : http://pepoluan.tumblr.com
41  • Linked-In : http://id.linkedin.com/in/pepoluan

Replies

Subject Author
Re: [gentoo-user] Re: Recommended VPN Tunnel client? Mick <michaelkintzios@×××××.com>