<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 10/25/2013 05:47 PM,
      <a class="moz-txt-link-abbreviated" href="mailto:freeradius-users-request@lists.freeradius.org">freeradius-users-request@lists.freeradius.org</a> wrote:<br>
    </div>
    <blockquote
cite="mid:mailman.1148.1382716050.1651.freeradius-users@lists.freeradius.org"
      type="cite"><br>
      <pre wrap="">  The server <b class="moz-txt-star"><span class="moz-txt-tag">*</span>thinks<span class="moz-txt-tag">*</span></b> it's sending the packet.  Is there a FW rule
preventing DHCP from leaving the box?</pre>
    </blockquote>
    <br>
    iptables are  empty, i have completely removed ufw and apparmor, no
    change detected<br>
    <br>
    <blockquote
cite="mid:mailman.1148.1382716050.1651.freeradius-users@lists.freeradius.org"
      type="cite">
      <pre wrap="">

  Can you use gdb to track down what's going on?  Maybe the send() call
is silently failing?</pre>
    </blockquote>
    <br>
    when using gdb i once got this error:<br>
    <br>
    Sending DHCP-Offer of id 406a7a14 from 255.255.255.255:67 to
    192.168.0.102:68<br>
    (5) Finished request 5.<br>
    Waking up in 0.3 seconds.<br>
    Waking up in 1.6 seconds.<br>
    (3) Cleaning up request packet ID 3771922810 with timestamp +17<br>
    Waking up in 0.2 seconds.<br>
    ASSERT FAILED src/main/process.c[498]: 0 == 1<br>
    <br>
    Program received signal SIGABRT, Aborted.<br>
    0x00007ffff674b425 in raise () from /lib/x86_64-linux-gnu/libc.so.6<br>
    <br>
    <br>
    The error doesn't happen always, so i'm not sure if it's connected
    to dhcp problem.<br>
    i have tried different scenarios, direct cable connection,
    connection via switch, same result.. <br>
    When I manually set IP on dhcp client machine it was able to
    ping/ssh the radius server.<br>
    <br>
    I have no idea what i could try next<br>
  </body>
</html>