summaryrefslogtreecommitdiff
path: root/.b/etc/libvirt/qemu/networks
diff options
context:
space:
mode:
Diffstat (limited to '.b/etc/libvirt/qemu/networks')
l---------.b/etc/libvirt/qemu/networks/autostart/default.xml1
-rw-r--r--.b/etc/libvirt/qemu/networks/default.xml19
2 files changed, 20 insertions, 0 deletions
diff --git a/.b/etc/libvirt/qemu/networks/autostart/default.xml b/.b/etc/libvirt/qemu/networks/autostart/default.xml
new file mode 120000
index 0000000..8339868
--- /dev/null
+++ b/.b/etc/libvirt/qemu/networks/autostart/default.xml
@@ -0,0 +1 @@
+../default.xml \ No newline at end of file
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>