Gentoo Archives: gentoo-user

From: Paul Hartman <paul.hartman+gentoo@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to IPSEC "M$oft" VPN client setup
Date: Wed, 20 May 2009 14:54:56
Message-Id: 58965d8a0905200754p3d1cff40s1023fb2064661189@mail.gmail.com
In Reply to: Re: [gentoo-user] How to IPSEC "M$oft" VPN client setup by Michael Higgins
1 On Tue, May 19, 2009 at 3:29 PM, Michael Higgins <linux@×××××××.org> wrote:
2 >
3 > Thanks, Paul. I've already the "solution", as I'm not so much trying to get something accomplished (access machines "inside" which I can do just fine with SSH tunnel), as to figure out why we have these various, related, open source software packages available but no basic client-to-corporate "real-world" implementations specifically outlined for the Gentoo community -- that I can find. :(
4
5 Well I am by no means an expert but I think the big problem in finding
6 answers is that a "VPN" has no specific definition... it's a general
7 term used for dozens of different and mostly incompatible
8 technologies. See here for someone's list (from 2006) of different
9 types of VPN servers: http://lists.virus.org/vpn-0604/msg00005.html
10
11 I've been happily connecting to a Cisco ipsec VPN for years in linux
12 using either the proprietary cisco-vpnclient-3des or the open-source
13 vpnc and it works just fine. In fact it works better tha on Windows,
14 because there is no 64-bit Cisco VPN client on Windows! I've also
15 connected Windows XP and Linux using a PPTP (known to be insecure) VPN
16 without problems (using poptop? or something. it was a long time ago).
17 If your VPN uses Checkpoint SecuRemote then that's a very specific
18 implementation you need to focus on.
19
20 Wikipedia's page on Checkpoint VPN has some info that may be useful:
21 http://en.wikipedia.org/wiki/Check_Point_VPN-1
22
23 The wiki page mentions Nokia using Checkpoint in their own branded VPN
24 solution. On Nokia's mobile VPN client page, there are some PDFs that
25 contain set-up info for Checkpoint VPNs which may give you some clues
26 as to what settings you need to use in your linux implementation:
27 http://www.businesssoftware.nokia.com/mobile_vpn_downloads.php
28
29 I did some more googling and found what appears to be the actual
30 Checkpoint client for Linux. YMMV, use at your own risk, etc :)
31 http://students.ee.sun.ac.za/~15312704/linux/sc_linux_1-53328_36.tgz
32
33 I don't know if it'll even work on a modern Gentoo... it seems to be
34 geared toward Redhat 7, which isn't exactly a new release. But maybe
35 redhat in a vmware is better than Windows in a vmware. :)
36
37 Good luck!