Andy Bavier | fdcd61c | 2016-02-18 17:51:25 -0500 | [diff] [blame] | 1 | # Range of IP addresses to hand out on management net |
2 | dhcp-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. | ||||
6 | interface=mgmtbr | ||||
7 | |||||
8 | # Put the leasefile here so that 'uvt-kvm ip <vm>' will work. | ||||
9 | dhcp-leasefile=/var/lib/libvirt/dnsmasq/default.leases | ||||
10 | |||||
11 | # Default route for management network. | ||||
12 | dhcp-option=option:router,10.90.0.1 |