<html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><br class="">

<div><br class=""><blockquote type="cite" class=""><div class="">On 16 Oct 2019, at 19.36, Eric Koons <<a href="mailto:ekoons5159@gmail.com" class="">ekoons5159@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html; charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class="">Thanks for the help.  I moved the class stuff to the global section and that is working fine.   However, wonder if I can ask another question.  I’m trying to now pass certain options using classes based upon the vendor-class-identifier.  It’s not putting those options in the DHCP reply.  I can provide TCPDUMPS if necessary, but I have verified that the device is sending the correct and matching vendor class identifier.  Is there something wrong with my config below?</div></div></blockquote><div><br class=""></div>This question is for somebody else, I never used this.</div><div><br class=""><blockquote type="cite" class=""><div class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;" class=""><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><div class="">#Global Options:   </div><div class=""><br class=""></div><div class="">        #Set the server to authoritative;</div><div class="">        authoritative;      </div><div class=""><br class=""></div><div class="">        option domain-name-servers 10.123.0.9;</div><div class="">        option log-servers 10.123.0.9;</div><div class="">        option ntp-servers 10.123.0.9;</div><div class="">        option time-servers 10.123.0.9;</div><div class=""><br class=""></div><div class="">        local-address 10.123.0.9;</div><div class=""><br class=""></div><div class="">        #Time Offset</div><div class="">        option time-offset -18000;</div><div class=""><br class=""></div><div class="">        #Lease time</div><div class="">        default-lease-time 86400;</div><div class="">        max-lease-time 172800;</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">        #Time zone</div><div class="">        option PCode code 100 = text;</div><div class="">        option TCode code 101 = text;</div><div class="">        option PCode "”EST5EDT4,M3.2.0/02:00,M11.1.0/02:00";</div><div class="">        option TCode "America/New_York”";</div><div class=""><br class=""></div><div class="">        #Remote Phy Stuff</div><div class="">       # option CCAPCore code 43 = string;</div><div class="">        option iNode-manager code 43 = string;</div><div class=""><br class=""></div><div class="">        option space VCM;</div><div class="">        option VCM.ccap_cores code 61 = { array of ip-address };</div><div class=""><br class=""></div><div class="">        option VCM.ccap_cores 10.123.4.10, 10.123.4.58;</div><div class=""><br class=""></div><div class="">        default-lease-time 86400;</div><div class="">        max-lease-time 172800;</div><div class=""><br class=""></div><div class=""># Use this to enble / disable dynamic dns updates globally.</div><div class="">       ddns-updates        on;</div><div class="">        ddns-update-style interim;</div><div class="">        ddns-rev-domainname "in-addr.arpa";</div><div class="">        deny declines;</div><div class="">        deny bootp;</div><div class="">        #allow client-updates;</div><div class=""><br class=""></div><div class="">        key dhcpupdate {</div><div class="">                algorithm hmac-md5;</div><div class="">                secret iY+hMAmhBJvhxc82gX8Vgg==;</div><div class="">        }</div><div class=""><br class=""></div><div class="">        zone <a href="http://sectv.com/" class="">sectv.com</a>. {</div><div class="">                primary 10.0.40.5;</div><div class="">                key dhcpupdate;</div><div class="">        }</div><div class=""><br class=""></div><div class="">        zone 10.123.in-addr.arpa. {</div><div class="">        primary 10.0.40.5;</div><div class="">        key dhcpupdate;</div><div class="">        }</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""># Use this to send dhcp log messages to a different log file (you also</div><div class=""># have to hack syslog.conf to complete the redirection).</div><div class="">log-facility local7;</div><div class=""><br class=""></div><div class="">#10.123.0.0/24 Subnet - Management</div><div class="">subnet 10.123.0.0 netmask 255.255.255.0 {</div><div class="">#No options or ranges defined - No DHCP</div><div class="">}</div><div class=""><br class=""></div><div class=""># 10.123.4.40/29 Subnet</div><div class="">subnet 10.123.4.40 netmask 255.255.255.248 {</div><div class="">        range 10.123.4.42 10.123.4.46;</div><div class="">        option subnet-mask              255.255.255.248;</div><div class="">        option domain-search "<a href="http://sectv.com/" class="">sectv.com</a>";</div><div class="">        option routers 10.123.4.41;</div><div class="">        option broadcast-address 10.123.4.47;</div><div class="">}</div><div class=""><br class=""></div><div class=""># 10.123.4.48/29 Subnet</div><div class="">subnet 10.123.4.48 netmask 255.255.255.248 {</div><div class="">        range 10.123.4.50 10.123.4.54;</div><div class="">        option subnet-mask              255.255.255.248;</div><div class="">        option domain-search "<a href="http://sectv.com/" class="">sectv.com</a>";</div><div class="">        option routers 10.123.4.49;</div><div class="">        option broadcast-address 10.123.4.55;</div><div class="">}</div><div class=""><br class=""></div><div class=""> # 10.123.4.56/29 Subnet</div><div class="">#Vecima Node Manager</div><div class="">subnet 10.123.4.56 netmask 255.255.255.248 {</div><div class="">        range 10.123.4.58 10.123.4.62;</div><div class="">        option subnet-mask              255.255.255.248;</div><div class="">        option domain-search "<a href="http://sectv.com/" class="">sectv.com</a>";</div><div class="">        option routers 10.123.4.57;</div><div class="">        option broadcast-address 10.123.4.63;</div><div class="">}</div><div class=""><br class=""></div><div class="">class "RPD" {</div><div class="">                match if option vendor-class-identifier="RPD"; </div><div class="">                vendor-option-space VCM;</div><div class="">                option VCM.ccap_cores 10.123.4.10, 10.123.4.58;</div><div class="">        }      </div><div class="">class "Inode" {</div><div class="">                match if option vendor-class-identifier="Cisco.iNode.oib.1.0";</div><div class="">                option iNode-manager 01:04:0a:7b:00:0a;</div><div class="">                option tftp-server-name "10.123.0.9";</div><div class="">                option bootfile-name "inode.bin";</div><div class="">        }</div><div class=""><br class=""></div><div class="">  </div><div class=""><br class=""><blockquote type="cite" class=""><div class="">On Oct 16, 2019, at 12:27 PM, Sten Carlsen <<a href="mailto:stenc@s-carlsen.dk" class="">stenc@s-carlsen.dk</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class="Apple-interchange-newline"><br class=""><blockquote type="cite" class=""><div class="">On 16 Oct 2019, at 16.07, Eric Koons <<a href="mailto:ekoons5159@gmail.com" class="">ekoons5159@gmail.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;">I’m having an issue with ISC DHCP where it’s sending the incorrect router option/gateway in the DHCP reply.   Any help is appreciated.<div class=""><br class=""></div><div class="">Below is a capture using TCPDUMP on the DHCP server.  With this particular request, it should be sending the Gateway of 10.123.4.41, but it’s sending 10.123.4.49 which is the gateway option defined in the other scope.  It almost seems like the first device in a DHCP scope that comes online the Server uses that as the router option for all other requests.  I’ve also attached a copy of the dhcpd.conf file below.  This is on a CENTOS server: CentOS Linux release 7.7.1908 (Core).</div><div class=""><br class=""></div><div class=""><div class="">09:57:27.101056 00:a5:bf:9d:a9:59 > 00:50:56:ae:be:10, ethertype IPv4 (0x0800), length 442: (tos 0xc0, ttl 29, id 53170, offset 0, flags [none], proto UDP (17), length 428)</div><div class="">   <span class="Apple-converted-space"> </span><font color="#ff2600" class="">10.123.4.41</font>.bootps > 10.123.0.9.bootps: [udp sum ok] BOOTP/DHCP, Request from 00:18:48:02:6e:a0, length 400, xid 0xcc58406, Flags [none] (0x0000)</div><div class="">          Gateway-IP 10.123.4.41</div><div class="">          Client-Ethernet-Address 00:18:48:02:6e:a0</div><div class="">          Vendor-rfc1048 Extensions</div><div class="">            Magic Cookie 0x63825363</div><div class="">            DHCP-Message Option 53, length 1: Request</div><div class="">            Server-ID Option 54, length 4: 10.123.0.9</div><div class="">            Requested-IP Option 50, length 4: 10.123.4.45</div><div class="">            Parameter-Request Option 55, length 12: </div><div class="">              Subnet-Mask, BR, Time-Zone, Default-Gateway</div><div class="">              Domain-Name, Domain-Name-Server, Hostname, Vendor-Option</div><div class="">              Time-Server, BF, TFTP, WWW</div><div class="">            Vendor-Option Option 43, length 86: 2.3.82.80.68.3.9.69.67.77.58.101.83.65.70.69.4.7.57.49.48.52.50.48.53.5.5.48.46.48.46.49.6.7.49.95.53.48.95.50.51.7.5.48.46.48.46.49.8.6.48.48.49.56.52.56.9.6.53.50.48.48.48.49.10.20.86.101.99.105.109.97.32.78.101.116.119.111.114.107.115.32.73.110.99.46</div><div class="">            Vendor-Class Option 60, length 3: "RPD"</div><div class="">            Client-ID Option 61, length 15: hardware-type 255, 48:02:6e:a0:00:03:00:01:00:18:48:02:6e:a0</div><div class="">            Agent-Information Option 82, length 18: </div><div class="">              Circuit-ID SubOption 1, length 6: ^@^D^@^@^@^C</div><div class="">              Remote-ID SubOption 2, length 8: ^@^F^@M-^^^^]YM-^</div><div class="">            END Option 255, length 0</div><div class="">09:57:27.101623 00:50:56:ae:be:10 > 00:00:0c:07:ac:00, ethertype IPv4 (0x0800), length 381: (tos 0x0, ttl 64, id 62282, offset 0, flags [DF], proto UDP (17), length 367)</div><div class="">    10.123.0.9.bootps ><span class="Apple-converted-space"> </span><font color="#ff2600" class="">10.123.4.41</font>.bootps: [bad udp cksum 0x1a94 -> 0xcaaa!] BOOTP/DHCP, Reply, length 339, xid 0xcc58406, Flags [none] (0x0000)</div><div class="">          Your-IP 10.123.4.45</div></div></div></div></blockquote><div class=""><br class=""></div>This means the device is gets an address from "# 10.123.4.40/29 Subnet".</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""><blockquote type="cite" class=""><div class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div class=""><div class="">          Gateway-IP 10.123.4.41</div><div class="">          Client-Ethernet-Address 00:18:48:02:6e:a0</div><div class="">          Vendor-rfc1048 Extensions</div><div class="">            Magic Cookie 0x63825363</div><div class="">            DHCP-Message Option 53, length 1: ACK</div><div class="">            Server-ID Option 54, length 4: 10.123.0.9</div><div class="">            Lease-Time Option 51, length 4: 86400</div><div class="">            Subnet-Mask Option 1, length 4: 255.255.255.248</div><div class="">            BR Option 28, length 4: 10.123.4.55</div><div class="">            Time-Zone Option 2, length 4: -18000</div><div class="">           <span class="Apple-converted-space"> </span><font color="#ffaa00" class="">Default-Gateway Option 3, length 4: 10.123.4.49</font></div></div></div></div></blockquote><div class=""><br class=""></div>The Class is defined in this subnet "# 10.123.4.48/29 Subnet" and as such inherits the gateway from here.</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Nothing in the configuration tells the server which subnet to allocate addresses from, no allow or deny statements.</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">The server is free to select an address in any subnet according to its algorithms but the gataeway is taken from one specific subnet.</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""></div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">Solution:</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">1 - move all class definitions to the global level, they are global anyway, except for inheritance.</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class="">2 - use allow/deny statements to tell the server from which subnet is may allocate addresses to a specific class or unknown clients.</div><div style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><br class=""><blockquote type="cite" class=""><div class=""><div class="" style="word-wrap: break-word; -webkit-nbsp-mode: space; line-break: after-white-space;"><div class=""><div class="">            Domain-Name Option 15, length 13: "<a href="http://rpd.sectv.com/" class="">rpd.sectv.com</a>"</div><div class="">            Domain-Name-Server Option 6, length 4: 10.123.0.9</div><div class="">            Vendor-Option Option 43, length 10: 61.8.10.123.4.10.10.123.4.58</div><div class="">            Time-Server Option 4, length 4: 10.123.0.9</div><div class="">            Agent-Information Option 82, length 18: </div><div class="">              Circuit-ID SubOption 1, length 6: ^@^D^@^@^@^C</div><div class="">              Remote-ID SubOption 2, length 8: ^@^F^@M-^^^^]YM-^</div><div class="">            END Option 255, length 0</div><div class=""><br class=""></div><div class="">Here is a copy of my dhcpd.conf:</div><div class=""><br class=""></div><div class=""><div class="">#Global Options:   </div><div class=""><br class=""></div><div class="">        #Set the server to authoritative;</div><div class="">        authoritative;      </div><div class=""><br class=""></div><div class="">        option domain-name-servers 10.123.0.9;</div><div class="">        option log-servers 10.123.0.9;</div><div class="">        option ntp-servers 10.123.0.9;</div><div class="">        option time-servers 10.123.0.9;</div><div class=""><br class=""></div><div class="">        local-address 10.123.0.9;</div><div class=""><br class=""></div><div class="">        #Time Offset</div><div class="">        option time-offset -18000;</div><div class=""><br class=""></div><div class="">        #Lease time</div><div class="">        default-lease-time 86400;</div><div class="">        max-lease-time 172800;</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""></div><div class="">        #Time zone</div><div class="">        option PCode code 100 = text;</div><div class="">        option TCode code 101 = text;</div><div class="">        option PCode "”EST5EDT4,M3.2.0/02:00,M11.1.0/02:00";</div><div class="">        option TCode "America/New_York”";</div><div class=""><br class=""></div><div class="">        #Remote Phy Stuff</div><div class="">       # option CCAPCore code 43 = string;</div><div class="">#        option iNode-manager code 43 = string;</div><div class=""><br class=""></div><div class="">        option space VCM;</div><div class="">        option VCM.ccap_cores code 61 = { array of ip-address };</div><div class=""><br class=""></div><div class="">        default-lease-time 86400;</div><div class="">        max-lease-time 172800;</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""># Use this to enble / disable dynamic dns updates globally.</div><div class=""> #       ddns-updates        on;</div><div class=""> #       ddns-update-style interim;</div><div class=""> #       ddns-rev-domainname "in-addr.arpa";</div><div class=""> #       deny declines;</div><div class=""> #       deny bootp;</div><div class="">        #allow client-updates;</div><div class=""><br class=""></div><div class=""> #       key dhcpupdate {</div><div class="">  #              algorithm hmac-md5;</div><div class="">  #              secret iY+hMAmhBJvhxc82gX8Vgg==;</div><div class="">  #      }</div><div class=""><br class=""></div><div class="">  #      zone<span class="Apple-converted-space"> </span><a href="http://sectv.com/" class="">sectv.com</a>. {</div><div class="">  #              primary 10.0.40.5;</div><div class="">  #              key dhcpupdate;</div><div class="">  #      }</div><div class=""><br class=""></div><div class="">   #     zone 10.123.in-addr.arpa. {</div><div class="">   #     primary 10.0.40.5;</div><div class="">   #     key dhcpupdate;</div><div class="">   #     }</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""># Use this to send dhcp log messages to a different log file (you also</div><div class=""># have to hack syslog.conf to complete the redirection).</div><div class="">log-facility local7;</div><div class=""><br class=""></div><div class="">#10.123.0.0/24 Subnet - Management</div><div class="">subnet 10.123.0.0 netmask 255.255.255.0 {</div><div class="">#No options or ranges defined - No DHCP</div><div class="">}</div><div class=""><br class=""></div><div class=""># 10.123.4.40/29 Subnet</div><div class="">subnet 10.123.4.40 netmask 255.255.255.248 {</div><div class="">        range 10.123.4.42 10.123.4.46;</div><div class="">        option subnet-mask              255.255.255.248;</div><div class="">        option domain-search "<a href="http://sectv.com/" class="">sectv.com</a>";</div><div class="">        option routers 10.123.4.41;</div><div class="">        option broadcast-address 10.123.4.47;</div><div class="">#        class "CiscoRPD" {</div><div class="">#                match if option vendor-class-identifier="RPD";</div><div class="">                vendor-option-space VCM;</div><div class="">                option VCM.ccap_cores 10.123.4.10, 10.123.4.58;</div><div class="">                option domain-name "<a href="http://rpd.sectv.com/" class="">rpd.sectv.com</a>";</div><div class="">#        }</div><div class="">#        class "CiscoiNode"{</div><div class="">#                match if option vendor-class-identifier="Cisco.iNode.oib.1.0";</div><div class="">#                option iNode-manager 01:04:0a:7b:00:0a;</div><div class="">#                option tftp-server-name "10.123.0.9";</div><div class="">#                option bootfile-name "inode.bin";</div><div class="">#                option domain-name "<a href="http://inode.sectv.com/" class="">inode.sectv.com</a>";</div><div class="">#        }</div><div class="">}</div><div class=""><br class=""></div><div class=""># 10.123.4.48/29 Subnet</div><div class="">subnet 10.123.4.48 netmask 255.255.255.248 {</div><div class="">        range 10.123.4.50 10.123.4.54;</div><div class="">        option subnet-mask              255.255.255.248;</div><div class="">        option domain-search "<a href="http://sectv.com/" class="">sectv.com</a>";</div><div class="">        option routers 10.123.4.49;</div><div class="">        option broadcast-address 10.123.4.55;</div><div class="">        class "CiscoRPD" {</div><div class="">                match if option vendor-class-identifier="RPD";</div><div class="">                vendor-option-space VCM;</div><div class="">                option VCM.ccap_cores 10.123.4.10, 10.123.4.58;</div><div class="">                option domain-name "<a href="http://rpd.sectv.com/" class="">rpd.sectv.com</a>";</div><div class="">        }</div><div class=""> #       class "CiscoiNode"{</div><div class=""> #               match if option vendor-class-identifier="Cisco.iNode.oib.1.0";</div><div class=""> #               option iNode-manager 01:04:0a:7b:00:0a;</div><div class=""> #               option tftp-server-name "10.123.0.9";</div><div class=""> #               option bootfile-name "inode.bin";</div><div class=""> #               option domain-name "<a href="http://inode.sectv.com/" class="">inode.sectv.com</a>";</div><div class=""> #       }</div><div class="">}</div><div class=""><br class=""></div><div class=""> # 10.123.4.56/29 Subnet</div><div class="">subnet 10.123.4.56 netmask 255.255.255.248 {</div><div class="">        range 10.123.4.58 10.123.4.62;</div><div class="">        option subnet-mask              255.255.255.248;</div><div class="">        option domain-search "<a href="http://sectv.com/" class="">sectv.com</a>";</div><div class="">        option routers 10.123.4.57;</div><div class="">        option broadcast-address 10.123.4.63;</div><div class="">}</div></div></div></div>_______________________________________________<br class="">dhcp-users mailing list<br class=""><a href="mailto:dhcp-users@lists.isc.org" class="">dhcp-users@lists.isc.org</a><br class=""><a href="https://lists.isc.org/mailman/listinfo/dhcp-users" class="">https://lists.isc.org/mailman/listinfo/dhcp-users</a><br class=""></div></blockquote></div><br class="" style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;"><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">_______________________________________________</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><span style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none; float: none; display: inline !important;" class="">dhcp-users mailing list</span><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="mailto:dhcp-users@lists.isc.org" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">dhcp-users@lists.isc.org</a><br style="caret-color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px; -webkit-text-stroke-width: 0px; text-decoration: none;" class=""><a href="https://lists.isc.org/mailman/listinfo/dhcp-users" style="font-family: Helvetica; font-size: 12px; font-style: normal; font-variant-caps: normal; font-weight: normal; letter-spacing: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px;" class="">https://lists.isc.org/mailman/listinfo/dhcp-users</a></div></blockquote></div><br class=""></div></div>_______________________________________________<br class="">dhcp-users mailing list<br class=""><a href="mailto:dhcp-users@lists.isc.org" class="">dhcp-users@lists.isc.org</a><br class="">https://lists.isc.org/mailman/listinfo/dhcp-users<br class=""></div></blockquote></div><br class=""></body></html>