From owner-freebsd-questions@FreeBSD.ORG Wed Dec 26 20:12:54 2007 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B5E716A417 for ; Wed, 26 Dec 2007 20:12:54 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.232]) by mx1.freebsd.org (Postfix) with ESMTP id 0D0F013C478 for ; Wed, 26 Dec 2007 20:12:53 +0000 (UTC) (envelope-from kurt.buff@gmail.com) Received: by nz-out-0506.google.com with SMTP id l8so458187nzf.13 for ; Wed, 26 Dec 2007 12:12:53 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=CPQPUspEeabUV5eUA6OQ4N67UFmxNYgGDwYPhW0FB/U=; b=MZTJPSZ46JwH4PZNr2UvMJwUwOWx9BzNcw4VAGrOI8ztEX35ooujjViQeGqOWTk1A2a7h3Dv6wsIu9n2Up0S0XBOS6cSn8JswNYl/gNb6Rov9gaVacnRqVPfHAaqom2P+ZkIzAhwAokxHGmntSvrAqGu48HXFLHY7VR896pqvMQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=XUpYcRCg+UsbAYHmN6IEtGeYkZ3zIHaCvL9P372Q0quFYMG66gD6iMpxNlWrsIjMPcfPSR5g6ROSfRJCJrNRVV94hEOMfDMr6rKHP+jVb9Ll/xN6L5wH0KQii7lDlW5QMxjfHvmMWFbktE+7C+IhB5xIJtkGTW4DzglHX/7fcnI= Received: by 10.142.194.1 with SMTP id r1mr812518wff.197.1198699971954; Wed, 26 Dec 2007 12:12:51 -0800 (PST) Received: by 10.142.87.9 with HTTP; Wed, 26 Dec 2007 12:12:51 -0800 (PST) Message-ID: Date: Wed, 26 Dec 2007 12:12:51 -0800 From: "Kurt Buff" To: "Peter Boosten" In-Reply-To: <20071226211009.pcjhazelqss44sck@www.boosten.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071226194102.wn5sui6qogc000w4@www.boosten.org> <20071226211009.pcjhazelqss44sck@www.boosten.org> Cc: questions@freebsd.org Subject: Re: Browser-based VPN? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Dec 2007 20:12:54 -0000 On Dec 26, 2007 12:10 PM, Peter Boosten wrote: > Quoting Kurt Buff : > > > Cool. > > > > Got any notes from your install process, or can you identify where > > it got hairy? > > > The main 'problem' is that the installation cannot be automated, since > you have to download the java jdk manually (because of the licensing). > > If you install diablo-jdk and apache-ant from ports you'll be in the > right direction. I cannot remember if I had to install anything else, > but that'll show automatically. > > I installed ssl-explorer in /usr/local, left the name of the directory > like the ones from the zip and created a link to the directory like > this: > > lrwxr-xr-x 1 root wheel 23 Dec 13 07:48 sslexplorer -> > sslexplorer-1.0.0_RC11/ > drwxr-xr-x 23 root wheel 1024 Dec 13 07:48 sslexplorer-1.0.0_RC11 > > > That's make upgrading easier. I started of at RC3, and today downloaded RC12. > > Initial installation is done via 'ant install' in the main sslexplorer > directory (there's a sslexplorer subdir underneath), and sslexplorer > then will listen on some exotic port (which I found by accident), I > think it's 10080, but netstat will show. After configuring, 'ant > start' will start sslexplorer on the port of your settings. Especially > cool is the java rdp client! > > > Peter > > -- > http://www.boosten.org Thanks for the pointers! I'm going to gin up a new box and play with it this week. The list will probably see questions from me regarding this install... Kurt