From owner-freebsd-virtualization@FreeBSD.ORG Tue Feb 11 16:54:28 2014 Return-Path: Delivered-To: freebsd-virtualization@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3D5BCDE8 for ; Tue, 11 Feb 2014 16:54:28 +0000 (UTC) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 0000D166B for ; Tue, 11 Feb 2014 16:54:27 +0000 (UTC) Received: by mail-oa0-f54.google.com with SMTP id i4so9502466oah.13 for ; Tue, 11 Feb 2014 08:54:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=/P2wEoT8Idg6MMmMwd6gZCnIbWnYEM2U97sdEiAIawU=; b=lFh3LjrdGE90WEaDsOVQV2Iq1c2kmUrww9IgHxiiRrznYWC7KgvkYeQtNuj7lcEy81 HSxz6cOCAKObZahKevwu7HjigENZUYtOD9CFytEuwFDqEj/feqMyouc6oV7ZN1zaUr7j rvwJosJE51W4LPFEpqiliJhOM6lMDF6NNTN1mXOl8zOhTAfNLhYjlUlesFnEkaW4xWPK 3U2SWsFgV7byxn/sBLRAnOwXwomKNQWpAmjjUoUlfgzt1fYfJtMkHhM5GG1OTuLWchV6 rkLLytppnGi6enX0F2JgEDwOed4fIBcC6AUCOFJTpc/K3wmySX+nc+WEIijjVly4hvuG iMdA== MIME-Version: 1.0 X-Received: by 10.182.131.170 with SMTP id on10mr32901397obb.2.1392137666815; Tue, 11 Feb 2014 08:54:26 -0800 (PST) Received: by 10.76.144.10 with HTTP; Tue, 11 Feb 2014 08:54:26 -0800 (PST) Date: Tue, 11 Feb 2014 17:54:26 +0100 Message-ID: Subject: Routing strangeness on 9.2 jail on 10.0 host with vimage From: Andreas Nilsson To: "freebsd-virtualization@freebsd.org" Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-virtualization@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Discussion of various virtualization techniques FreeBSD supports." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 11 Feb 2014 16:54:28 -0000 Hello, I have a host running 10.0(-RC5) with vimage and 64 routetables. On that I'm trying to run a 9.2 jail ( with vnet ). jail.conf is as $ cat /etc/jail.conf $ppath="/usr/local/jails/"; exec.start = "/bin/sh /etc/rc"; exec.stop = "/bin/sh /etc/rc.shutdown"; vnet; allow.raw_sockets; mount.devfs; host1 { path = "${ppath}/subdir1/host1"; vnet.interface = "epair4b"; } The jail starts up fine, but when trying to check the routing table in the jail I get: $ netstat -rn netstat: no namelist What does it mean? Is there a way around this? On my 10.0 jail it works just fine. Best regards Andreas Nilsson