summaryrefslogtreecommitdiffstats
path: root/mcp/scripts/net_pxe.xml
blob: 92eaa6b52d2b196d69a83ea4bc8659271161e88f (plain)
1
2
3
4
5
6
7
8
9
10
<network>
  <name>pxe</name>
  <bridge name="pxe"/>
  <forward mode="nat"/>
  <ip address="192.168.10.1" netmask="255.255.255.0">
    <dhcp>
      <range start="192.168.10.100" end="192.168.10.254"/>
    </dhcp>
  </ip>
</network>