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 _______________________________________________ freebsd-virtualization@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-virtualization To unsubscribe, send any mail to "freebsd-virtualization-unsubscr...@freebsd.org"