Demo about Edge Computing in the Retail vertical using Red Hat products
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

19 lines
532 B

<network>
<name>default</name>
<bridge name="virbr0" stp="on" delay="5" />
<forward mode='nat' />
<domain name="libvirt.test" />
<dns>
<host ip='192.168.122.1'>
<hostname>host</hostname>
</host>
</dns>
<ip address="192.168.122.1" netmask="255.255.255.0" localPtr="yes">
<dhcp>
<range start="192.168.122.100" end="192.168.122.200">
<lease expiry='24' unit='hours'/>
</range>
<host mac="04:00:00:00:00:01" name="nextcloud" ip="192.168.122.2" />
</dhcp>
</ip>
</network>