Routing strangeness on 9.2 jail on 10.0 host with vimage
Andreas Nilsson
andrnils at gmail.com
Tue Feb 11 16:54:28 UTC 2014
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
More information about the freebsd-virtualization
mailing list