From owner-freebsd-questions@FreeBSD.ORG Mon Apr 6 14:26:58 2015 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id B5246831 for ; Mon, 6 Apr 2015 14:26:58 +0000 (UTC) Received: from smtp37.i.mail.ru (smtp37.i.mail.ru [94.100.177.97]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 67579EEE for ; Mon, 6 Apr 2015 14:26:57 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=mail.ru; s=mail2; h=Content-Transfer-Encoding:Content-Type:Subject:To:MIME-Version:From:Date:Message-ID; bh=lvO+xGiYN83sAZC8wialkoXZH78ZpuR3ujRXieQD554=; b=aBqcl1ZusxAs966NfKb0B1YbgwSnsG7YihKZXxq3zlWDG2TLuDX2KmhicvnYmzjy3d89iYBIcjAbDF1O7xE07ytzneDwvhrdV7Qfo5xLMpssDFGyH8a14HTdNCKb6ClYTNHt+xwL8wJnSdemLj5fWAGqjU7JRbkD+fhoRfplHdU=; Received: from [109.188.125.8] (port=36269 helo=[192.168.0.12]) by smtp37.i.mail.ru with esmtpa (envelope-from ) id 1Yf7z9-00005e-Ag for freebsd-questions@freebsd.org; Mon, 06 Apr 2015 17:26:48 +0300 Message-ID: <552297B5.1030203@artem.ru> Date: Mon, 06 Apr 2015 17:27:01 +0300 From: Artem Kuchin User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-questions@freebsd.org Subject: how to do interval jail ips Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam: Not detected X-Mras: Ok X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 06 Apr 2015 14:26:58 -0000 Hello! I have several jails and some of the use real ips, some are just internal for the server like 10.0.0.x However, i assigned all ips to the external em0 interface. This causes problems, because of server in the same lan have 10.0.0.x address of their interfaces too. So, there is a conflict. This is just a colocation, so, i cannot control the ip assignment. What is the correct way to assign ip address which are seen only withing a host? (some kind of virtual NIC) Artem