[Bug 1274499] Re: dhcp lease rollover causes loss of access to managment IP
Gavin Panella
gavin.panella at canonical.com
Wed Feb 12 13:50:38 UTC 2014
This appears to have happened in the Garage MAAS. Attached is the leases
file, which contains 141 static host maps, and references 145 different
hardware addresses. Below is a snippet from the dhcpd.conf file that was
being used at the time:
subnet 192.168.9.0 netmask 255.255.255.0 {
filename "pxelinux.0";
ignore-client-uids true;
option subnet-mask 255.255.255.0;
option broadcast-address 192.168.9.255;
option domain-name-servers 192.168.1.25;
option domain-name "cloud.mallards";
option routers 192.168.9.1;
option ntp-servers 91.189.94.4;
range dynamic-bootp 192.168.9.10 192.168.9.150;
class "PXE" {
match if substring (option vendor-class-identifier, 0, 3) = "PXE";
default-lease-time 30;
max-lease-time 30;
}
}
** Attachment added: "dhcpd.leases"
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1274499/+attachment/3978489/+files/dhcpd.leases
--
You received this bug notification because you are a member of Ubuntu
Server Team, which is subscribed to maas in Ubuntu.
https://bugs.launchpad.net/bugs/1274499
Title:
dhcp lease rollover causes loss of access to managment IP
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/maas/+bug/1274499/+subscriptions
More information about the Ubuntu-server-bugs
mailing list