From owner-freebsd-stable@FreeBSD.ORG Thu Jun 7 14:07:16 2007 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 4B7B816A400 for ; Thu, 7 Jun 2007 14:07:16 +0000 (UTC) (envelope-from ghozzy@gmail.com) Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.233]) by mx1.freebsd.org (Postfix) with ESMTP id EE5E913C43E for ; Thu, 7 Jun 2007 14:07:15 +0000 (UTC) (envelope-from ghozzy@gmail.com) Received: by nz-out-0506.google.com with SMTP id 14so450574nzn for ; Thu, 07 Jun 2007 07:07:15 -0700 (PDT) DKIM-Signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; 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; b=QLnVuP4ZpRrVSC0rkdZRfLXa94Fdp/3VveNyE55Xb5kW91LaaZdr5F7c8/HIILOfBUZAErderWSNA7OiwHfkTaz5nzGoFRyZIDTaP8KP7854oblu1CvbswVI0uthAU7uVi2Sv4LzviYZb/hKQAlsX5hCNQL2wBu6AikcFjCgDdM= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=cfoIJ+rtkiEGPZsIskJNaQac3f55b1rGAZkw4plDbDd6yy9Jr9isGDWPAYYJ6/IHt7ao35ibuBQblzGuSxc83KPkOx6M/phhsagbua2LXpjc+s9v1Sn6Rdg0G4wUflPTszar5rqJC+1LKuMypF7lA4VncTG3/ThOwi9Ey+FTUAs= Received: by 10.114.184.16 with SMTP id h16mr1587027waf.1181223716962; Thu, 07 Jun 2007 06:41:56 -0700 (PDT) Received: by 10.114.135.20 with HTTP; Thu, 7 Jun 2007 06:41:56 -0700 (PDT) Message-ID: Date: Thu, 7 Jun 2007 17:41:56 +0400 From: ghozzy To: "Baranov Dmitry" In-Reply-To: <16869594.20070607142013@d-metrius.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <16869594.20070607142013@d-metrius.ru> Cc: freebsd-stable@freebsd.org Subject: Re: VPN using bundled ppp? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2007 14:07:16 -0000 On 6/7/07, Baranov Dmitry wrote: > Hi, all! > > Is it possible to use VPN connections using bundled ppp without > installing any additional software in FreeBSD 6.2 STABLE? > > Dmitry "d-Metrius" Baranov > === > e-mail: private: admin@d-metrius.ru > www: http://www.d-metrius.ru > icq: 87-97-07 VPN connections between FreeBSD and what ? Another FreeBSD or Windows ? I use VPN between FreeBSD and FreeBSD using ssh as a secure tunnel and run /usr/sbin/ppp over that. Works very fine for me. If you mean that, i can send you my configs and scripts. -- ghozzy