From owner-freebsd-pf@FreeBSD.ORG Wed Aug 24 21:21:37 2005 Return-Path: X-Original-To: freebsd-pf@freebsd.org Delivered-To: freebsd-pf@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E61C316A41F for ; Wed, 24 Aug 2005 21:21:37 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: from heff.fud.org.nz (60-234-149-201.bitstream.orcon.net.nz [60.234.149.201]) by mx1.FreeBSD.org (Postfix) with ESMTP id 75F0B43D46 for ; Wed, 24 Aug 2005 21:21:37 +0000 (GMT) (envelope-from thompsa@freebsd.org) Received: by heff.fud.org.nz (Postfix, from userid 1001) id A185C1CCD4; Thu, 25 Aug 2005 09:21:35 +1200 (NZST) Date: Thu, 25 Aug 2005 09:21:35 +1200 From: Andrew Thompson To: Mircea Popescu Message-ID: <20050824212135.GA33414@heff.fud.org.nz> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4.2.1i Cc: freebsd-pf@freebsd.org Subject: Re: Authpf and windows client(s) ... X-BeenThere: freebsd-pf@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Technical discussion and general questions about packet filter \(pf\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Aug 2005 21:21:38 -0000 On Thu, Aug 25, 2005 at 12:14:50AM +0300, Mircea Popescu wrote: > Hi! > > I want to use authpf in order to give access to internet for some windows XP > PC's. > > Now, I know that the client PC (using WinXP in this case) should initiate > somehow a ssh conexion to the FreeBSD server. > My problem would be what software to use on the XP side in order to do this. > Putty is not a solution in my case. For a previous job I modified the putty source to give a different frontend to solve the same problem, unfortunately I no longer have access to my modifications so I cant pass them on. Maybe this could work for you? a little C knowledge required. Andrew