From owner-freebsd-jail@freebsd.org Sun Sep 4 16:17:25 2016 Return-Path: Delivered-To: freebsd-jail@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4F250A9DC9A for ; Sun, 4 Sep 2016 16:17:25 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from msa1.earth.yoonka.com (yoonka.com [185.24.122.233]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "msa1.earth.yoonka.com", Issuer "msa1.earth.yoonka.com" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id F22EE160 for ; Sun, 4 Sep 2016 16:17:23 +0000 (UTC) (envelope-from list1@gjunka.com) Received: from ultrabook.yoonka.com (p5DC0F31D.dip0.t-ipconnect.de [93.192.243.29]) (authenticated bits=0) by msa1.earth.yoonka.com (8.15.2/8.15.2) with ESMTPSA id u84GHEBr095490 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO) for ; Sun, 4 Sep 2016 16:17:14 GMT (envelope-from list1@gjunka.com) X-Authentication-Warning: msa1.earth.yoonka.com: Host p5DC0F31D.dip0.t-ipconnect.de [93.192.243.29] claimed to be ultrabook.yoonka.com Subject: Re: Changing jail's IP automatically To: freebsd-jail@freebsd.org References: <872dfbe1-3f39-bf5f-44b2-611bd92a1210@gjunka.com> <4fa37d2e14665ff5a00548626e55142f@gritton.org> <20160903155222.GV83214@kib.kiev.ua> From: Grzegorz Junka Message-ID: <8a1b6a26-5199-6a6a-9e4d-ec9bd0d28010@gjunka.com> Date: Sun, 4 Sep 2016 16:17:07 +0000 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 MIME-Version: 1.0 In-Reply-To: <20160903155222.GV83214@kib.kiev.ua> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Sep 2016 16:17:25 -0000 On 03/09/2016 15:52, Konstantin Belousov wrote: > On Sat, Sep 03, 2016 at 09:33:08AM -0600, James Gritton wrote: >> On 2016-09-02 15:08, Grzegorz Junka wrote: >>> I am using a jail on my laptop and I often connect to different >>> WiFi's, which of course assign different IPs to my laptop. I set up >>> the jail by adding an alias to wlan0 and I need to update the IP every >>> time I switch the WiFi network. Is it possible to create a jail with >>> IP assigned dynamically, e.g. from DHCP, or at least switch between >>> predefined IPs more easily than by editing /etc/jail.conf? >> You can always add addresses later. > I use private address in the jail, and NAT it on outside interface. > This worked fine on a roaming laptop with DHCP, several years ago. Does it require to use vnet in the jail?