On Aug 8, 2013, at 9:04 AM, George Kontostanos wrote: > On Thu, Aug 8, 2013 at 2:59 PM, Mark Felder <[email protected]> wrote: > >> On Thu, Aug 8, 2013, at 6:53, George Kontostanos wrote: >>> >>> Anybody? >>> >> >> Can you provide your jail configuration? I think 9.2 introduces the new >> /etc/jail.conf functionality and perhaps it somehow it broke the way you >> were doing it previously? If so, the old method is supposed to be work >> as well... >> _______________________________________________ >> [email protected] mailing list >> http://lists.freebsd.org/mailman/listinfo/freebsd-stable >> To unsubscribe, send any mail to "[email protected]" >> > > jail_enable="YES" > jail_list="jail1" > jail_jail1_rootdir="/tank/jails/jail1" > jail_jail1_hostname="jail1" > jail_jail1_interface="em0" > jail_jail1_ip="172.16.154.32" > jail_jail1_devfs_enable="YES" > > Do you see anything wrong here? >
Nope... though possible optimization... jail_jail1_ip="em0|172.16.154.32" # no need for jail_jail1_interface -- Devin _____________ The information contained in this message is proprietary and/or confidential. If you are not the intended recipient, please: (i) delete the message and all copies; (ii) do not disclose, distribute or use the message in any manner; and (iii) notify the sender immediately. In addition, please be aware that any message addressed to our domain is subject to archiving and review by persons other than the intended recipient. Thank you. _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "[email protected]"
