diff options
Diffstat (limited to '.b/etc/libvirt/qemu/networks/default.xml')
| -rw-r--r-- | .b/etc/libvirt/qemu/networks/default.xml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.b/etc/libvirt/qemu/networks/default.xml b/.b/etc/libvirt/qemu/networks/default.xml new file mode 100644 index 0000000..e3b52af --- /dev/null +++ b/.b/etc/libvirt/qemu/networks/default.xml @@ -0,0 +1,19 @@ +<!-- +WARNING: THIS IS AN AUTO-GENERATED FILE. CHANGES TO IT ARE LIKELY TO BE +OVERWRITTEN AND LOST. Changes to this xml configuration should be made using: + virsh net-edit default +or other application using the libvirt API. +--> + +<network> + <name>default</name> + <uuid>ba7e6b73-d0ef-4c2e-93bf-5633735863cf</uuid> + <forward mode='nat'/> + <bridge name='virbr0' stp='on' delay='0'/> + <mac address='52:54:00:3d:50:98'/> + <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> |
