TorVirt/network.xml

16 lines
484 B
XML
Raw Permalink Normal View History

2023-05-25 22:12:53 +02:00
<network xmlns:dnsmasq='http://libvirt.org/schemas/network/dnsmasq/1.0'>
<name>torvirt</name>
2023-05-27 15:14:02 +02:00
<bridge name="torvirt0"/>
2021-03-26 13:56:53 +01:00
<domain name="network"/>
2023-05-27 15:14:02 +02:00
<ip address="10.2.2.1" prefix="24">
2021-03-26 13:56:53 +01:00
<dhcp>
2023-05-27 15:14:02 +02:00
<range start="10.2.2.2" end="10.2.2.253"/>
2021-03-26 13:56:53 +01:00
</dhcp>
</ip>
2023-05-25 22:12:53 +02:00
<dnsmasq:options>
2023-05-27 15:14:02 +02:00
<dnsmasq:option value="dhcp-option=option:router,10.2.2.254"/>
<dnsmasq:option value="dhcp-option=option:dns-server,10.2.2.254"/>
2023-05-25 22:12:53 +02:00
</dnsmasq:options>
<port isolated="yes"/>
2021-03-26 13:56:53 +01:00
</network>