mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 08:39:42 -04:00
small directory changes
This commit is contained in:
parent
01730af9ee
commit
6a34f3c6e4
5 changed files with 1 additions and 0 deletions
17
src/system/VMs/networks/virbr0.xml
Normal file
17
src/system/VMs/networks/virbr0.xml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
<network>
|
||||
<name>default</name>
|
||||
<uuid>14667e27-1e89-40fb-ba5a-381a6c79bd5f</uuid>
|
||||
<forward mode='nat'>
|
||||
<nat>
|
||||
<port start='1024' end='65535'/>
|
||||
</nat>
|
||||
</forward>
|
||||
<bridge name='virbr0' stp='on' delay='0'/>
|
||||
<mac address='52:54:00:f4:a4:3d'/>
|
||||
<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>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue