From owner-freebsd-questions@FreeBSD.ORG Tue Dec 19 20:51:28 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id DD87F16A407 for ; Tue, 19 Dec 2006 20:51:28 +0000 (UTC) (envelope-from and3co@gmail.com) Received: from wx-out-0506.google.com (wx-out-0506.google.com [66.249.82.237]) by mx1.FreeBSD.org (Postfix) with ESMTP id DAAF243CAF for ; Tue, 19 Dec 2006 20:51:27 +0000 (GMT) (envelope-from and3co@gmail.com) Received: by wx-out-0506.google.com with SMTP id s18so1729522wxc for ; Tue, 19 Dec 2006 12:51:27 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=g69jWvHSisYQBObfhHQklyUTu2W5YG2PMeDYFptDJLOOf/Cx8dODwDKXUAySOV7QXpIw52sGW8+/ZJwJFij4m/p70Oh+v/313rj5emwe7KwctWLe4vBmvBiylLcBThGfHrEfRjsgsV1hRPeia9WOkXHYcRTWUYp5qHQRqC51usg= Received: by 10.70.19.2 with SMTP id 2mr10459730wxs.1166559944617; Tue, 19 Dec 2006 12:25:44 -0800 (PST) Received: by 10.70.95.17 with HTTP; Tue, 19 Dec 2006 12:25:44 -0800 (PST) Message-ID: <155cea990612191225w23f3da57n1033c7b249835a52@mail.gmail.com> Date: Tue, 19 Dec 2006 21:25:44 +0100 From: "=?ISO-8859-1?Q?Andrik=F3_Tam=E1s?=" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: getting logs from jails 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: Tue, 19 Dec 2006 20:51:28 -0000 Hi list, I have a FreeBSD host connected to the Internet via ADSL and a LAN behind that, and a fat (full install) jail inside that. Is there possible to set up the jail to provide access for a road warrior to the lan by a pptp vpn. The problem is that, i have only one interface and one IP in the jail, and I have limited possibilities to do some magic with the network settings inside a jail. Of course the vpn traffic would be forwarded from the ext interfaces to the jail. Any help would be greatly appreciate Tom