Send dhcp-users mailing list submissions to dhcp-users@lists.isc.org
To subscribe or unsubscribe via the World Wide Web, visit https://lists.isc.org/mailman/listinfo/dhcp-users or, via email, send a message with subject or body 'help' to dhcp-users-requ...@lists.isc.org You can reach the person managing the list at dhcp-users-ow...@lists.isc.org When replying, please edit your Subject line so it is more specific than "Re: Contents of dhcp-users digest..." Today's Topics: 1. Re: Aw: Re: Re: ISC dhcp assigns ip addresses outside dynamic range (Frank Ulherr) ---------------------------------------------------------------------- Message: 1 Date: Sat, 7 Jul 2018 19:29:46 +0200 From: Frank Ulherr <d...@ulherr.eu> To: Users of ISC DHCP <dhcp-users@lists.isc.org> Subject: Re: Aw: Re: Re: ISC dhcp assigns ip addresses outside dynamic range Message-ID: <beddccaa-f939-4ead-a0e5-d00fed092...@ulherr.eu> Content-Type: text/plain; charset="us-ascii" Hi > perl-list <perl-l...@network1.net> wrote: > > In my experience, when an IP has been assigned by 'fixed-address' inside a > host statement (OMAPI or dhcpd.conf) it does NOT keep a lease for it in > dhcpd.leases. It does NOT inform the failover peer. If you attempt to > release such address, the DHCP server will log that the lease is not found. > > Thats what is telling me that this was handed out dynamically. Thats why i > wondered about restarting after config change. Its like one of them has it > included in the range and the other does not hence why it is saying "unknown > IP address". The configuration itself is correct? range.conf and dhcpd-static-hosts.conf is the same on both hosts. Primary: option domain-name-servers 8.8.8.8 option time-servers 10.91.120.1 option option-222 code 222 = ip-address; option option-222 10.91.120.48; ddns-update-style none; default-lease-time 600; max-lease-time 7200; authoritative; log-facility local7; failover peer "dhcp-failover" { primary; address 10.91.120.210; port 647; peer address 10.91.120.211; peer port 647; max-response-delay 30; max-unacked-updates 10; load balance max seconds 3; mclt 600; split 128; } include "range.conf"; include "dhcpd-static-hosts.conf"; Secondary: option domain-name-servers 8.8.8.8 option time-servers 10.91.120.1 option option-222 code 222 = ip-address; option option-222 10.91.120.48; ddns-update-style none; default-lease-time 600; max-lease-time 7200; authoritative; log-facility local7; failover peer "dhcp-failover" { secondary; address 10.91.120.211; port 647; peer address 10.91.120.210; peer port 647; max-response-delay 30; max-unacked-updates 10; load balance max seconds 3; } include "range.conf"; include "dhcpd-static-hosts.conf"; -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20180707/e735f4a6/attachment-0001.html> ------------------------------ Subject: Digest Footer _______________________________________________ dhcp-users mailing list dhcp-users@lists.isc.org https://lists.isc.org/mailman/listinfo/dhcp-users ------------------------------ End of dhcp-users Digest, Vol 117, Issue 9 ******************************************