first commit

This commit is contained in:
robojerk 2025-08-21 07:31:52 -07:00
commit a61c0e9e0b
20 changed files with 2905 additions and 0 deletions

12
default-network.xml Normal file
View file

@ -0,0 +1,12 @@
<network>
<name>default</name>
<uuid>12345678-1234-1234-1234-123456789abc</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>