Looking at examples for configuring jails, such as
www.freebsd.org
it shows
shows
What are the implications of either choice? And can't you use dhcp to set the address?
FreeBSD Handbook
FreeBSD is an operating system used to power modern servers, desktops, and embedded platforms.
ip4.addr = [I]192.168.0.10[/I]; # IP address of the jail
whereas shows
ip4 = inherit;
...What are the implications of either choice? And can't you use dhcp to set the address?