mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-03 20:01:16 +00:00
11 lines
241 B
XML
11 lines
241 B
XML
|
<network>
|
||
|
<name>default</name>
|
||
|
<bridge name="virbr0"/>
|
||
|
<forward mode='route'/>
|
||
|
<ip address="192.168.122.1" netmask="255.255.255.0">
|
||
|
<dhcp>
|
||
|
<range start="192.168.122.2" end="192.168.122.254"/>
|
||
|
</dhcp>
|
||
|
</ip>
|
||
|
</network>
|