thanks. That sorted the jail thing out. However, I am still not able to get an IP address.
The DHCP checkbox will not let me select it.
Looking at the source code for the checkbox it thinks it is already checked. There is obviously some JS call unchecking it.
Still, the newly created jail does not have any interfaces assigned to it. Surely this is a clue? Why would creating a jail not get given an interface?
The DHCP checkbox will not let me select it.
Looking at the source code for the checkbox it thinks it is already checked. There is obviously some JS call unchecking it.
Code:
<input name="jail_ipv4_dhcp" type="checkbox" checked="checked" role="checkbox" aria-checked="false" class="dijitReset dijitCheckBoxInput" data-dojo-attach-point="focusNode" data-dojo-attach-event="ondijitclick:_onClick" value="on" tabindex="0" id="id_jail_ipv4_dhcp"style="-webkit-user-select: none;">
Still, the newly created jail does not have any interfaces assigned to it. Surely this is a clue? Why would creating a jail not get given an interface?