Refactorized scripts

This commit is contained in:
2025-07-17 17:39:48 +02:00
parent e2c3ec0f13
commit b99db7713c
11 changed files with 540 additions and 13 deletions

14
files/network.xml Normal file
View File

@ -0,0 +1,14 @@
<network>
<name>YOURNETWORK</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>