mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-26 15:45:28 +00:00
13 lines
303 B
XML
13 lines
303 B
XML
|
<network>
|
||
|
<name>netboot</name>
|
||
|
<bridge name="virbr1" />
|
||
|
<forward/>
|
||
|
<ip address="192.168.122.1" netmask="255.255.255.0">
|
||
|
<tftp root="/var/lib/tftproot" />
|
||
|
<dhcp>
|
||
|
<range start="192.168.122.2" end="192.168.122.254" />
|
||
|
<bootp file="pxeboot.img" />
|
||
|
</dhcp>
|
||
|
</ip>
|
||
|
</network>
|