Skip to content

Instantly share code, notes, and snippets.

@kakbit
Created April 20, 2014 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kakbit/11103807 to your computer and use it in GitHub Desktop.
Save kakbit/11103807 to your computer and use it in GitHub Desktop.
virsh net-dumpxml nw200
<network>
<name>nw200</name>
<uuid>974cdf9b-e8cd-5cca-0bd1-18458a9c49c4</uuid>
<forward mode='route'/>
<bridge name='virbr1' stp='on' delay='0' />
<mac address='52:54:00:2B:9F:EE'/>
<ip address='192.168.200.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.200.128' end='192.168.200.254' />
</dhcp>
</ip>
</network>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment