mirror of
https://gitlab.com/monolithify/base-image-build.git
synced 2024-11-22 14:41:24 +00:00
18 lines
445 B
XML
18 lines
445 B
XML
<network>
|
|
<name>ipxeboot</name>
|
|
<forward mode="nat">
|
|
<nat>
|
|
<port start="1024" end="65535"/>
|
|
</nat>
|
|
</forward>
|
|
<bridge name="virbr1" stp="on" delay="0"/>
|
|
<mac address="52:54:00:a4:10:b3"/>
|
|
<domain name="ipxeboot"/>
|
|
<ip address="192.168.129.1" netmask="255.255.255.0">
|
|
<dhcp>
|
|
<range start="192.168.129.128" end="192.168.129.254"/>
|
|
<bootp file="http://nginx/script.ipxe"/>
|
|
</dhcp>
|
|
</ip>
|
|
</network>
|