Skip to content

Instantly share code, notes, and snippets.

@teliot
Created June 20, 2020 01:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save teliot/fa1e914014ed122e2594fb903638660a to your computer and use it in GitHub Desktop.
Save teliot/fa1e914014ed122e2594fb903638660a to your computer and use it in GitHub Desktop.
ddns isc dhcp to power dns pdns
Jan 22 09:50:36 delle6430 dhcpd[2860]: DDNS: cleaning up lease pointer for a cancel cb=0x55fd8ab603b0
Jan 22 09:50:36 delle6430 dhcpd[2860]: Unable to add forward map from host1.domain.ca to 192.168.0.121: operation canceled
if you get the above error check your dhcpd.conf file for the section
zone name {
primary IP <---- double check that IP leads to a reachable DNS server
key
}
Jun 20 01:15:36 isc-dhcp dhcpd[9015]: Added reverse map from 40.1.168.192.in-addr.arpa to HPColor4650n.t.home
Jun 20 01:17:01 isc-dhcp CRON[9030]: (root) CMD ( cd / && run-parts --report /etc/cron.hourly)
Jun 20 01:20:46 isc-dhcp dhcpd[9015]: reuse_lease: lease age 2329 (secs) under 25% threshold, reply with unaltered, existing lease for 192.168.1.179
Jun 20 01:20:46 isc-dhcp dhcpd[9015]: DHCPREQUEST for 192.168.1.179 from 9c:4e:20:a9:05:c0 (switch02) via eth0
Jun 20 01:20:46 isc-dhcp dhcpd[9015]: DHCPACK on 192.168.1.179 to 9c:4e:20:a9:05:c0 (switch02) via eth0
Jun 20 01:21:04 isc-dhcp dhcpd[9015]: DHCPREQUEST for 192.168.2.100 from 9c:4e:20:a9:05:c1 (switch02) via eth1
Jun 20 01:21:04 isc-dhcp dhcpd[9015]: DHCPACK on 192.168.2.100 to 9c:4e:20:a9:05:c1 (switch02) via eth1
Jun 20 01:21:04 isc-dhcp dhcpd[9015]: DDNS: cleaning up lease pointer for a cancel cb=0x7f0038005230
Jun 20 01:21:04 isc-dhcp dhcpd[9015]: Unable to add forward map from switch02.hq.home to 192.168.2.100: operation canceled
Jun 20 01:23:12 isc-dhcp dhcpd[9015]: reuse_lease: lease age 1231 (secs) under 25% threshold, reply with unaltered, existing lease for 192.168.1.104
Jun 20 01:23:12 isc-dhcp dhcpd[9015]: DHCPDISCOVER from ec:fa:bc:c0:de:72 (ecfabcc0de72) via eth0
Jun 20 01:23:13 isc-dhcp dhcpd[9015]: DHCPOFFER on 192.168.1.104 to ec:fa:bc:c0:de:72 (ecfabcc0de72) via eth0
Jun 20 01:23:13 isc-dhcp dhcpd[9015]: reuse_lease: lease age 1232 (secs) under 25% threshold, reply with unaltered, existing lease for 192.168.1.104
Jun 20 01:23:13 isc-dhcp dhcpd[9015]: DHCPREQUEST for 192.168.1.104 (192.168.1.6) from ec:fa:bc:c0:de:72 (ecfabcc0de72) via eth0
Jun 20 01:23:13 isc-dhcp dhcpd[9015]: DHCPACK on 192.168.1.104 to ec:fa:bc:c0:de:72 (ecfabcc0de72) via eth0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment