From owner-freebsd-questions@freebsd.org Wed Dec 23 18:32:46 2020 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 0A0B24C84D5 for ; Wed, 23 Dec 2020 18:32:46 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from smtp.freebsd.org (smtp.freebsd.org [IPv6:2610:1c1:1:606c::24b:4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "smtp.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D1MJY6rXbz3ptt; Wed, 23 Dec 2020 18:32:45 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: from venus.codepro.be (venus.codepro.be [5.9.86.228]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mx1.codepro.be", Issuer "Let's Encrypt Authority X3" (verified OK)) (Authenticated sender: kp) by smtp.freebsd.org (Postfix) with ESMTPSA id C96B6288DD; Wed, 23 Dec 2020 18:32:45 +0000 (UTC) (envelope-from kp@FreeBSD.org) Received: by venus.codepro.be (Postfix, authenticated sender kp) id 5BC1B4595C; Wed, 23 Dec 2020 19:32:44 +0100 (CET) From: "Kristof Provost" To: "Steve O'Hara-Smith" Cc: "Ameya Deshpande" , "Ameya Deshpande via freebsd-questions" Subject: Re: Network namespaces in FreeBSD Date: Wed, 23 Dec 2020 19:32:43 +0100 X-Mailer: MailMate (1.13.2r5673) Message-ID: In-Reply-To: <20201223182227.da6c11d3604eb07bb4f18ce5@sohara.org> References: <20201223182227.da6c11d3604eb07bb4f18ce5@sohara.org> MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8"; format=flowed Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Dec 2020 18:32:46 -0000 On 23 Dec 2020, at 19:22, Steve O'Hara-Smith wrote: > On Wed, 23 Dec 2020 16:48:11 +0000 > Ameya Deshpande via freebsd-questions > wrote: > >> Hi, >> >> I am new to FreeBSD. I was wondering if there is concept like Network >> Namespaces in FreeBSD, like it is in Linux? > > There is something similar see man setfib for details. > I’ve only briefly played with linux network namespaces, but aren’t vnet jails much closer to that? Regards, Kristof