Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 11 Feb 2014 17:54:26 +0100
From:      Andreas Nilsson <andrnils@gmail.com>
To:        "freebsd-virtualization@freebsd.org" <freebsd-virtualization@freebsd.org>
Subject:   Routing strangeness on 9.2 jail on 10.0 host with vimage
Message-ID:  <CAPS9%2BStKnu=ueMQFAmierAR7KGYAFz_U61CuO_WXpKx_mT7DPg@mail.gmail.com>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAPS9%2BStKnu=ueMQFAmierAR7KGYAFz_U61CuO_WXpKx_mT7DPg>