Skip to content

Instantly share code, notes, and snippets.

@Mstaaravin
Created February 14, 2015 02:13
Show Gist options
  • Save Mstaaravin/e54666edeff65f3f4789 to your computer and use it in GitHub Desktop.
Save Mstaaravin/e54666edeff65f3f4789 to your computer and use it in GitHub Desktop.
post: Laboratorio iPXE Flisol 2014
root@lhome:~# virsh net-dumpxml default
<network>
<name>default</name>
<uuid>5a014735-f658-7a87-c7d4-e6b0f488c332</uuid>
<forward mode='nat'/>
<bridge name='virbr0' stp='on' delay='0' />
<mac address='52:54:00:B5:24:7B'/>
<ip address='192.168.122.1' netmask='255.255.255.0'>
<tftp root='/home/tftp' />
<dhcp>
<range start='192.168.122.2' end='192.168.122.99' />
<bootp file='pxelinux.0' />
</dhcp>
</ip>
</network>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment