From owner-freebsd-hackers@FreeBSD.ORG Thu Mar 6 17:39:02 2014 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 631DB47F; Thu, 6 Mar 2014 17:39:02 +0000 (UTC) Received: from mail-oa0-x22c.google.com (mail-oa0-x22c.google.com [IPv6:2607:f8b0:4003:c02::22c]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 204371BA; Thu, 6 Mar 2014 17:39:02 +0000 (UTC) Received: by mail-oa0-f44.google.com with SMTP id n16so2925842oag.31 for ; Thu, 06 Mar 2014 09:39:01 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=p3ViiVjirVsYyvIvbQ3pR06mzGythzhyw9N+ofsEasc=; b=MzMED4VMUZ45IvslBQf+20RnDMHTnZp1k1YH1gKqSfqo35P9T7IOpEEwRAgWNfeW1l PDnIqZqFY9MhDjptyJPaaeJOOhPq8i8z9B6XIRsJ+rg/7uj0GdWlvcyEBS/L8pwKH+OM r9nBz0rjr3BQyvQZOEPi+6nrz/0gxYk+yoqxdIIoGZT4cyAo89wdWfAWbC7QTCIUZxKG EhtMpDPfcyrtVI2i4BgyYgNc4D7bIUJ8ML0NuFpGnMpNT6/o4F7h2QXzawiTWVcEVEY6 KvLZANtNubRV3wsC3uPGot8TQSd7MLJ69GZx2LtMjmH55HW6hzKojuNRA+vI+go6TRzy fDfQ== MIME-Version: 1.0 X-Received: by 10.60.226.138 with SMTP id rs10mr6719098oec.7.1394127541449; Thu, 06 Mar 2014 09:39:01 -0800 (PST) Received: by 10.182.76.201 with HTTP; Thu, 6 Mar 2014 09:39:01 -0800 (PST) In-Reply-To: <53181410.1030107@freebsd.org> References: <53181410.1030107@freebsd.org> Date: Thu, 6 Mar 2014 12:39:01 -0500 Message-ID: Subject: Re: How do I create a cloned interface when there is no static connection? From: Joe Nosay To: Julian Elischer Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 Cc: FreeBSD Hackers X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 06 Mar 2014 17:39:02 -0000 On Thu, Mar 6, 2014 at 1:22 AM, Julian Elischer wrote: > On 3/5/14, 3:30 PM, Joe Nosay wrote: > >> I'm thinking that I may need to setup a script to create the interface and >> then bridge it so that the jail can connect to the internet. >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org >> " >> >> not sure I understand the question.. > > you can create all sorts of 'dummy' interfaces to pass to the jail.. is it > a vimage jail or just using aliases? > > I'll need a dummy interface inside of the that can be bridged to wlan0 outside of the jail. Normal jail with aliases.