Added external .json file for related guest os info

This commit is contained in:
2025-07-16 19:16:45 +02:00
parent ee39606831
commit e2c3ec0f13
6 changed files with 251 additions and 115 deletions

14
network.xml Normal file
View File

@ -0,0 +1,14 @@
<network>
<name>vmnetwork</name>
<forward mode='nat'>
<nat>
<port start='1024' end='65535'/>
</nat>
</forward>
<bridge name='virbr1' stp='on' delay='0'/>
<ip address='192.168.100.1' netmask='255.255.255.0'>
<dhcp>
<range start='192.168.100.100' end='192.168.100.254'/>
</dhcp>
</ip>
</network>