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: dhcp relay (Alan Batie) 2. Re: dhcp relay (Patrick Trapp) 3. Re: Failover Peer Issue with Polycom SoundStation IP 6000 Phone (glenn.satch...@uniq.com.au) 4. Re: dhcp relay (Alan Batie) ---------------------------------------------------------------------- Message: 1 Date: Mon, 30 Nov 2020 13:49:29 -0800 From: Alan Batie <a...@peak.org> To: dhcp-users@lists.isc.org Subject: Re: dhcp relay Message-ID: <055c7eb0-b099-4c6b-d41b-a0a4200a6...@peak.org> Content-Type: text/plain; charset=windows-1252 On 11/30/20 12:55 PM, Patrick Trapp wrote: > We do, also. I was trying to avoid dropping a lot of unnecessary info on > you. We use class definitions based on the parameters our network guys > give me. For example, That gives me a direction, thanks! ------------------------------ Message: 2 Date: Mon, 30 Nov 2020 21:52:00 +0000 From: Patrick Trapp <ptr...@nex-tech.com> To: Users of ISC DHCP <dhcp-users@lists.isc.org> Subject: Re: dhcp relay Message-ID: <dm6pr12mb3577f4e6537b1a0de2016587e6...@dm6pr12mb3577.namprd12.prod.outlook.com> Content-Type: text/plain; charset="us-ascii" Glad to hear it - what you are doing sounds a lot like what we have here. I rarely have anything meaningful to contribute here, so it's cool to see someone with a question I can answer! ________________________________ From: dhcp-users <dhcp-users-boun...@lists.isc.org> on behalf of Alan Batie <a...@peak.org> Sent: Monday, November 30, 2020 3:49 PM To: dhcp-users@lists.isc.org <dhcp-users@lists.isc.org> Subject: Re: dhcp relay CAUTION: This email originated from outside of the company. Do not click links or open attachments unless you recognize the sender and know the content is safe. On 11/30/20 12:55 PM, Patrick Trapp wrote: > We do, also. I was trying to avoid dropping a lot of unnecessary info on > you. We use class definitions based on the parameters our network guys > give me. For example, That gives me a direction, thanks! _______________________________________________ ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. dhcp-users mailing list dhcp-users@lists.isc.org https://lists.isc.org/mailman/listinfo/dhcp-users -------------- next part -------------- An HTML attachment was scrubbed... URL: <https://lists.isc.org/pipermail/dhcp-users/attachments/20201130/4260968a/attachment-0001.htm> ------------------------------ Message: 3 Date: Tue, 01 Dec 2020 09:37:45 +1100 From: glenn.satch...@uniq.com.au To: Users of ISC DHCP <dhcp-users@lists.isc.org> Subject: Re: Failover Peer Issue with Polycom SoundStation IP 6000 Phone Message-ID: <25465abfeaabf247671a528ca9a63...@uniq.com.au> Content-Type: text/plain; charset=US-ASCII; format=flowed Hi Will, Looks like a simple syntax error of some sort in the config. If you run that ExecStart command yourself I'm sure it will give better info. However, the good news is that you don't need to 'allow members of "SSIP"' in the pool(s). All the work is done in the class statement, in that if it matches the class then all the settings in the class are applied to that request. IP address and other allocation will be done in whatever pools it subsequently uses. You could check this with a packet trace using tcpdump for example. regards, Glenn On 2020-12-01 02:44, willieb wrote: > Thanks for the reply. I'm back working on this since Thanksgiving is > over. I > was able to create a class with the text below: > > class "SSIP" { > match if substring (hardware,2,4) = aa:bb:cc:34; > server-identifier x.x.14.34; > } > > But when I add: > > allow members of "SSIP"; > > to the shared-network then I get the errors at the end of this reply. > > Also, if I add the allow members statement, doesn't that deny other > clients? > My goal is to allow all clients normally, but clients that have the > hardware > address beginning with aa:bb:cc:34 I want them to get the > server-identifier > of x.x.14.34. I hope that makes sense. Thanks for your help guys. > > -Will > > ? dhcpd.service - DHCPv4 Server Daemon > Loaded: loaded (/usr/lib/systemd/system/dhcpd.service; disabled; > vendor > preset: disabled) > Active: failed (Result: exit-code) since Mon 2020-11-30 10:39:20 > EST; 4s > ago > Docs: man:dhcpd(8) > man:dhcpd.conf(5) > Process: 27298 ExecStart=/usr/sbin/dhcpd -f -cf /etc/dhcp/dhcpd.conf > -user > dhcpd -group dhcpd --no-pid (code=exited, status=1/FAILURE) > Main PID: 27298 (code=exited, status=1/FAILURE) > > Nov 30 10:39:20 localhost.localdomain dhcpd[27298]: > > ^ > Nov 30 10:39:20 localhost.localdomain dhcpd[27298]: Configuration file > errors encountered -- exiting > Nov 30 10:39:20 localhost.localdomain dhcpd[27298]: > Nov 30 10:39:20 localhost.localdomain dhcpd[27298]: This version of ISC > DHCP > is based on the release available > Nov 30 10:39:20 localhost.localdomain dhcpd[27298]: on ftp.isc.org. > Features have been added and other changes > Nov 30 10:39:20 localhost.localdomain dhcpd[27298]: have been made to > the > base software release in order to make > Nov 30 10:39:20 localhost.localdomain systemd[1]: dhcpd.service: main > process exited, code=exited, status=1/FAILURE > Nov 30 10:39:20 localhost.localdomain systemd[1]: Failed to start > DHCPv4 > Server Daemon. > Nov 30 10:39:20 localhost.localdomain systemd[1]: Unit dhcpd.service > entered > failed state. > Nov 30 10:39:20 localhost.localdomain systemd[1]: dhcpd.service failed. > > > > -- > Sent from: http://isc-dhcp-users.2343191.n4.nabble.com/ > _______________________________________________ > ISC funds the development of this software with paid support > subscriptions. Contact us at https://www.isc.org/contact/ for more > information. > > dhcp-users mailing list > dhcp-users@lists.isc.org > https://lists.isc.org/mailman/listinfo/dhcp-users ------------------------------ Message: 4 Date: Mon, 30 Nov 2020 18:32:04 -0800 From: Alan Batie <a...@peak.org> To: dhcp-users@lists.isc.org Subject: Re: dhcp relay Message-ID: <278b8216-36ef-5310-9c38-736815c65...@peak.org> Content-Type: text/plain; charset=windows-1252 On 11/30/20 12:55 PM, Patrick Trapp wrote: > We do, also. I was trying to avoid dropping a lot of unnecessary info on > you. We use class definitions based on the parameters our network guys > give me. For example, Are you doing IPv6? Apparently dhcpd6 doesn't support class definitions (or something else I tried to do either, but I've forgotten what that was ;-) ). It seems to be unloved... ------------------------------ Subject: Digest Footer _______________________________________________ ISC funds the development of this software with paid support subscriptions. Contact us at https://www.isc.org/contact/ for more information. dhcp-users mailing list dhcp-users@lists.isc.org https://lists.isc.org/mailman/listinfo/dhcp-users ------------------------------ End of dhcp-users Digest, Vol 146, Issue 1 ******************************************