From owner-freebsd-jail@freebsd.org Mon Aug 6 18:13:58 2018 Return-Path: Delivered-To: freebsd-jail@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id F278F1060C6F for ; Mon, 6 Aug 2018 18:13:57 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mx1.sbone.de (mx1.sbone.de [IPv6:2a01:4f8:130:3ffc::401:25]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client CN "mx1.sbone.de", Issuer "SBone.DE" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 8EE9782B8A for ; Mon, 6 Aug 2018 18:13:57 +0000 (UTC) (envelope-from bzeeb-lists@lists.zabbadoz.net) Received: from mail.sbone.de (mail.sbone.de [IPv6:fde9:577b:c1a9:31::2013:587]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mx1.sbone.de (Postfix) with ESMTPS id 3B6E125D3A0E; Mon, 6 Aug 2018 18:13:55 +0000 (UTC) Received: from content-filter.sbone.de (content-filter.sbone.de [IPv6:fde9:577b:c1a9:31::2013:2742]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPS id 3E233D1F947; Mon, 6 Aug 2018 18:13:54 +0000 (UTC) X-Virus-Scanned: amavisd-new at sbone.de Received: from mail.sbone.de ([IPv6:fde9:577b:c1a9:31::2013:587]) by content-filter.sbone.de (content-filter.sbone.de [fde9:577b:c1a9:31::2013:2742]) (amavisd-new, port 10024) with ESMTP id kj6xZB2w73kT; Mon, 6 Aug 2018 18:13:53 +0000 (UTC) Received: from [192.168.124.1] (unknown [IPv6:fde9:577b:c1a9:31:2ef0:eeff:fe03:ee34]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mail.sbone.de (Postfix) with ESMTPSA id E6595D1F917; Mon, 6 Aug 2018 18:13:52 +0000 (UTC) From: "Bjoern A. Zeeb" To: "Support SimpleRezo" Cc: freebsd-jail@freebsd.org Subject: Re: Issue with 127.0.0.1 when reconfiguring running Jail Date: Mon, 06 Aug 2018 18:13:51 +0000 X-Mailer: MailMate (2.0BETAr6116) Message-ID: In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; format=flowed X-BeenThere: freebsd-jail@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: "Discussion about FreeBSD jail\(8\)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Aug 2018 18:13:58 -0000 On 6 Aug 2018, at 16:32, Support SimpleRezo wrote: > Hi ! > > I'm fancing an issue when i'm using "jail -m ip4.addr=..." for > reconfiguring ip4.addr of a running jail: accessing or binding > 127.0.0.1 is > not redirect anymore by kernel to the jail IP. > > Is it expected? Do I missing something there? The change of address should not make a difference; the primary jail address should be used. Can you show us a very short (scripted) example of the problem? /bz