From owner-freebsd-jail@freebsd.org Mon Aug 6 18:19:15 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 D89E71060FD5 for ; Mon, 6 Aug 2018 18:19:15 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: from mail-it0-x22f.google.com (mail-it0-x22f.google.com [IPv6:2607:f8b0:4001:c0b::22f]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 6D0CB82E71 for ; Mon, 6 Aug 2018 18:19:15 +0000 (UTC) (envelope-from luzar722@gmail.com) Received: by mail-it0-x22f.google.com with SMTP id h23-v6so19456760ita.5 for ; Mon, 06 Aug 2018 11:19:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-transfer-encoding; bh=aW9l2zMlChbb5GCTvM44LkZ1dCdICRxO66MY+iebfPo=; b=gtGumvPJ8pl+jd1xdw7WNyMy2tfPtlcue1Upyz+AahDQN5zd/0PmvylkKZ0yjhEt4o Deys9tbpWaYvTxI7HOaIm38V/w2ELhvmTjSFFaQuLyyNZY/Dt5Fru/O9GuPxBBY2ZqIf gx9QvmMsgbuiZCzT+jwze1BS6D9SeFGBoQQHPIX53wx11YsqA/D6dekd4v9llb6VCzyd 4OoqeSwfIyjJl76Th24vqQeDiTV/WlLxMkG6KqPbM8mfTQLeYnlf+IxNGhiOlMarGSYx Doby9bBttFyi1gw80gOCzHYznJTFpeBjE5KJb1cvEZKTtx5VOH0SRZLqHzoBvKMAtmX9 9v8A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:message-id:date:from:user-agent:mime-version:to :cc:subject:references:in-reply-to:content-transfer-encoding; bh=aW9l2zMlChbb5GCTvM44LkZ1dCdICRxO66MY+iebfPo=; b=SnGNJKpLPj8fhPWMfCRoJ/SBsPuCad/Z4aPSnvXkTPAZ9dAynCKk/f4SWabsi1evc/ kSSS9SrPSLdixcVqIW/DIM6FSL+LwCSMaa8wR57BR4U/geXmu3JIMe99U3MvmbqMzE97 Ra7bb5QiaeuCQGQfAbly5Gfd2omeQQnf8BQ74hOeR3wwuNZTIrk32IojZ3LfPETttRFe 7KQ4bncnsdv3lFAy0TiE6d4yS+WUPSaLhcvYenTBJ6PeuG2086ook+FPK5PQOwgn0IEW rf+kzp4wkji451ip1MtRzOVUTRBaw73hy40KW5FHZLc4MILZQIcWSq5jDBRVa/F8MdP+ BbfQ== X-Gm-Message-State: AOUpUlEqoGfwYywnUr/6tzHaltV2J6Sw6zqiu/NGVEU8hkASDo5HP2fD cyxz10dNKjuPZuTR8HwLF/Y6X6Cm X-Google-Smtp-Source: AAOMgpfu4YSiW7wGXbgcORjm0uk1Vw5ZaxMaZoMc/6b7e4aRNSAc8F0I1ZtUrCcJh6aUUO/byGQptQ== X-Received: by 2002:a24:f68c:: with SMTP id u134-v6mr17008383ith.85.1533579554831; Mon, 06 Aug 2018 11:19:14 -0700 (PDT) Received: from [10.0.10.7] (cpe-65-25-48-31.neo.res.rr.com. [65.25.48.31]) by smtp.googlemail.com with ESMTPSA id x14-v6sm5350715ita.18.2018.08.06.11.19.13 (version=TLS1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Mon, 06 Aug 2018 11:19:13 -0700 (PDT) Message-ID: <5B689120.2060201@gmail.com> Date: Mon, 06 Aug 2018 14:19:12 -0400 From: Ernie Luzar User-Agent: Thunderbird 2.0.0.24 (Windows/20100228) MIME-Version: 1.0 To: Support SimpleRezo CC: freebsd-jail@freebsd.org Subject: Re: Issue with 127.0.0.1 when reconfiguring running Jail References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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:19:16 -0000 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? > > -- > Clement > SimpleRezo > Your question is too general. Give greater details about what you are trying to accomplish and the procedure used.