You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update document, include info on DHCP and MAC (iocage#784)
* Update networking document to include information on DHCP and regenerating MAC addresses
Signed-off-by: qubitrenegade <[email protected]>
* Remove unnecessary props for enabling DHCP
* Revert "Remove unnecessary props for enabling DHCP"
This reverts commit ee01c86.
Signed-off-by: qubitrenegade <[email protected]>
* Corrected doc per request
The `dhcp=on` property implies creating a VNET virtual network stack and
217
+
enabling the Berkley Packet Filter. DHCP cannot work without VNET.
218
+
More information about VNET is available in the VNET(9) FreeBSD manual page.
219
+
212
220
.. index:: Tips for configuring VNET
213
221
.. _Tips for Configuring VNET:
214
222
@@ -222,3 +230,7 @@ properties:
222
230
:samp:`# iocage set ip4_addr=none ip6_addr=none examplejail`
223
231
224
232
:samp:`# iocage set defaultrouter=none defaultrouter6=none examplejail`
233
+
234
+
Force iocage to regenerate the MAC and HW address (e.g.: after cloning a jail). This will cause the MAC and HW addresses to be regenerated when the jail is next started.
0 commit comments