diff --git a/source/management_and_operations/references/template.rst b/source/management_and_operations/references/template.rst index ac3b5fcf88..41383cf9a1 100644 --- a/source/management_and_operations/references/template.rst +++ b/source/management_and_operations/references/template.rst @@ -509,6 +509,12 @@ Network Section +------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+ | ``MAC`` | Request an specific HW address from the network interface. | O | O | O | +------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+ +| ``METHOD`` | IP assignment method (empty or ``static``, ``dhcp``, ``skip``). | O | O | O | ++------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+ +| ``GATEWAY`` | NIC default gateway. | O | O | O | ++------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+ +| ``DNS`` | NIC DNS server. **Please make sure ``INHERIT_VNET_ATTR="DNS"`` is added to ``/etc/one/oned.conf``.** | O | O | O | ++------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+ | ``BRIDGE`` | Name of the bridge the network device is going to be attached to. | O | O | O | +------------------------+----------------------------------------------------------------------------------------------------------+-----------------------+-----------------------+-----------------------+ | ``TARGET`` | Name for the tun device created for the VM. | O | O | O |