<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFCC" text="#000000">
    <br>
    <div class="moz-cite-prefix">On 17/05/13 18:39, Will Eagleton wrote:<br>
    </div>
    <blockquote
      cite="mid:831193901.3457981.1368808756838.JavaMail.root@web-pass.com"
      type="cite">
      <pre wrap="">Hello all,

This is a Cisco-Linksys e2500 in this case (e4200 also has this problem). I updated the firmware to the latest build 1.0.07 build 1  Nov 29, 2012

The client is still not sending client-identifier (option 61). I had thought that isc-dhcp is supposed to use the mac-address in place of a missing option 61, is this not the case? I know that the client can send either/or, but since it is not sending any, how can I work around this?

I am not seeing any other reason why this client is not accepting the lease. I have discover, and I have an offer but no accept. I have set things like "allow bootp" and "always-broadcast on" to attempt and get this client to accept but neither appears to work.</pre>
    </blockquote>
    You may want to look at the actual packets to see what it is asking
    for and whether it is in the reply. That could be a reason to not
    accept an address offer. The root cause could very well be something
    quite different.<br>
    <blockquote
      cite="mid:831193901.3457981.1368808756838.JavaMail.root@web-pass.com"
      type="cite">
      <pre wrap="">

Most Linksys firmware updates of the last 12 months honor the client-identifier, this one doesn't =\

Thanks all!
-Will

----- Original Message -----
From: "Will Eagleton" <a class="moz-txt-link-rfc2396E" href="mailto:will@webpass.net"><will@webpass.net></a>
To: <a class="moz-txt-link-abbreviated" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
Sent: Wednesday, May 15, 2013 2:52:31 PM
Subject: Cisco-Linksys doesn't like ISC-DHCP3 (3.1.1)

I work for an ISP with about 8000 customers, we run embedded headless Linux boxes with Ubuntu 9.04 and isc-dhcp3-server 3.1.1

Searching the internet for several days, and playing with options seems to imply there have been issues with 3.x.x ISC-DHCP3 server as well as Linksys -by far, mostly Linksys routers since at least 2007.

Not all Linksys have problems working with our implementation of isc-dhcp3-server (3.1.1 on old Ubuntu 9.04), but many do. I have one particular customer that I'm experimenting with currently, here is the tcpdump:


12:51:45.584597 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) 0.0.0.0.bootpc > 255.255.255.255.bootps: [udp sum ok] BOOTP/DHCP, Request from 58:6d:8f:79:8c:9d (oui Unknown), length 300, xid 0x1909bf18, Flags [Broadcast] (0x8000)
          Client-Ethernet-Address 58:6d:8f:79:8c:9d (oui Unknown)
          Vendor-rfc1048 Extensions
            Magic Cookie 0x63825363
            DHCP-Message Option 53, length 1: Discover
            Hostname Option 12, length 19: "Fogelmania_unit1409"
            Parameter-Request Option 55, length 4:
              Subnet-Mask, Default-Gateway, Domain-Name, Domain-Name-Server
            END Option 255, length 0
            PAD Option 0, length 0, occurs 29

12:51:46.000652 IP (tos 0x10, ttl 128, id 0, offset 0, flags [none], proto UDP (17), length 328) x.199.21.84.web-pass.com.bootps > 255.255.255.255.bootpc: [udp sum ok] BOOTP/DHCP, Reply, length 300, xid 0x1909bf18, Flags [Broadcast] (0x8000)
          Your-IP x.199.87.85.web-pass.com
          Server-IP x.199.21.84.web-pass.com
          Client-Ethernet-Address 58:6d:8f:79:8c:9d (oui Unknown)
          Vendor-rfc1048 Extensions
            Magic Cookie 0x63825363
            DHCP-Message Option 53, length 1: Offer
            Server-ID Option 54, length 4: x.199.21.84.web-pass.com
            Lease-Time Option 51, length 4: 28800
            Subnet-Mask Option 1, length 4: 255.255.255.224
            Default-Gateway Option 3, length 4: x.199.87.85.web-pass.com
            Domain-Name Option 15, length 12: "web-pass.com"
            Domain-Name-Server Option 6, length 12: ns6.web-pass.com,x.152.14.204.web-pass.com,ns3.web-pass.com
            END Option 255, length 0
            PAD Option 0, length 0, occurs 4



The head-portion of my dhcpd.conf

authoritative;

ddns-update-style none;
option domain-name "web-pass.com";
option domain-name-servers 208.80.68.212, 204.14.152.2, 204.14.152.5;

default-lease-time 28800;
max-lease-time 57600;
authoritative;
log-facility local7;
always-broadcast off; 
 # 'on' caused a loop with 00:1d:ba:23:ac:4d (DIR-601) via eth0

We have issues with even the e4200 which was a relatively new router out of the Cisco-Linksys camp, has anyone ran into this issue repeatedly and/or resolved it? Some routers/firmware work fine, others dont, so this is not a consistent issue. I've seen reference to 3.1.1 having issues, but Linksys... many issues.

Thoughts?

Best,
-Will

_______________________________________________
dhcp-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:dhcp-users@lists.isc.org">dhcp-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/dhcp-users">https://lists.isc.org/mailman/listinfo/dhcp-users</a>

</pre>
    </blockquote>
    <br>
    <pre class="moz-signature" cols="72">-- 
Best regards

Sten Carlsen

No improvements come from shouting:

       "MALE BOVINE MANURE!!!" 
</pre>
  </body>
</html>