blob: 0925aae364bed23e1a93ec2d6a10442baf692300 [file] [log] [blame]
Andy Bavierfdcd61c2016-02-18 17:51:25 -05001# Range of IP addresses to hand out on management net
2dhcp-range=10.90.0.10,10.90.0.253
3
4# Name of bridge on the management network.
5# Don't change this. It needs to be mgmtbr or else the install will break.
6interface=mgmtbr
7
8# Put the leasefile here so that 'uvt-kvm ip <vm>' will work.
9dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases
10
11# Default route for management network.
12dhcp-option=option:router,10.90.0.1