Comment 17 for bug 1069570

Revision history for this message
Thiago Martins (martinx) wrote : Re: 1 MAC Address, two IPs - DNS is "out of sync" with DHCP leases databases, I think...

My /etc/maas/dhcpd.conf file:

subnet 192.168.48.0 netmask 255.255.240.0 {
       next-server 192.168.63.250;
       filename "pxelinux.0";
       option subnet-mask 255.255.240.0;
       option broadcast-address 192.168.63.255;
       option domain-name-servers 192.168.63.250;
       option routers 192.168.63.254;
       range dynamic-bootp 192.168.50.1 192.168.50.250;
}
omapi-port 7911;
key omapi_key {
    algorithm HMAC-MD5;
    secret "qvwta915g1dUstfB5m4JpC9Gk2y1PJ07VYE5koWsXiIt2+QaLJFHtlQyopyS4Ze+ao5vqcUTruajzRb2NM+CNg==";
};
omapi-key omapi_key;