Skip to content

Instantly share code, notes, and snippets.

@scottslowe
Created April 2, 2014 15:32
Show Gist options
  • Save scottslowe/9936499 to your computer and use it in GitHub Desktop.
Save scottslowe/9936499 to your computer and use it in GitHub Desktop.
This XML is the definition of the default libvirt network.
<network>
<name>default</name>
<uuid>259bc60d-0ed4-4924-8537-6bccb979843e</uuid>
<forward mode='nat'/>
<bridge name='virbr0' stp='on' delay='0'/>
<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>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment