<ip>
Configures IP addresses for the virtual network.
Text content
None.Selected attributes
- address
- Sets the IP address for the bridge device. The value must be a valid IPv4 address.
- netmask
- Specifies a subnet mask for the virtual network.
Usage
Configuring virtual networksParent elements
<network>Child elements
<dhcp>Example
<network>
...
<ip address="192.0.2.1" netmask="255.255.255.0">
<dhcp>
<range start="192.0.2.2" end="192.0.2.254"/>
</dhcp>
</ip>
</network>