From owner-freebsd-net@freebsd.org Tue Dec 1 00:32:27 2015 Return-Path: Delivered-To: freebsd-net@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 CAFA0A3A450 for ; Tue, 1 Dec 2015 00:32:27 +0000 (UTC) (envelope-from nathan@vuid.com) Received: from mail.7sq.com.au (mail.7sq.com.au [119.148.74.199]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 764381A4E for ; Tue, 1 Dec 2015 00:32:26 +0000 (UTC) (envelope-from nathan@vuid.com) Received: from localhost (localhost [127.0.0.1]) by mail.7sq.com.au (Postfix) with ESMTP id 8D95D2C323B for ; Tue, 1 Dec 2015 10:27:50 +1000 (AEST) Received: from mail.7sq.com.au ([127.0.0.1]) by localhost (mail.7sq.com.au [127.0.0.1]) (amavisd-new, port 10032) with ESMTP id 6eVoIAQRXs8q for ; Tue, 1 Dec 2015 10:27:50 +1000 (AEST) Received: from localhost (localhost [127.0.0.1]) by mail.7sq.com.au (Postfix) with ESMTP id 67AAD2C327A for ; Tue, 1 Dec 2015 10:27:50 +1000 (AEST) X-Virus-Scanned: amavisd-new at mail.7sq.com.au Received: from mail.7sq.com.au ([127.0.0.1]) by localhost (mail.7sq.com.au [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id 3glKrx88cuge for ; Tue, 1 Dec 2015 10:27:50 +1000 (AEST) Received: from [192.168.156.153] (reddog2.lnk.telstra.net [110.142.196.96]) by mail.7sq.com.au (Postfix) with ESMTPSA id 29FFD2C323B for ; Tue, 1 Dec 2015 10:27:50 +1000 (AEST) From: Nathan Aherne Subject: vimage and jail networking Message-Id: <8538858C-BE02-489A-BC1B-2315AC18AD3F@vuid.com> Date: Tue, 1 Dec 2015 10:32:24 +1000 To: freebsd-net@freebsd.org Mime-Version: 1.0 (Mac OS X Mail 8.2 \(2104\)) X-Mailer: Apple Mail (2.2104) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable X-Content-Filtered-By: Mailman/MimeDel 2.1.20 X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Dec 2015 00:32:27 -0000 Hi Everyone! I am having trouble getting my head around vimage and jail networking. I = would like for my jails to have private IPs (10.0.0.0/24) and only use a = single public IP. I am having a hard time finding tutorials or information on how to = structure my network. My first thoughts were to clone the loopback = interface (have the jails on it) but then I get lost with how to = configure the bridging. I found this tutorial on the subject - = http://wiki.polymorf.fr/index.php/Howto:FreeBSD_jail_vnet = but I am = unsure how the bridging works as the bridge interface does not seem to = be bridged to anything. I would really appreciate it if someone could point me in the correct = direction. Regards, Nathan=