<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    I'm setting up Homer with kamailio for sip capturing. I've got it
    all set up and am getting this error. I have one interface for
    packet capture on a mirroired port and one interface for managment.
    I'm thinking that I have to only have kamailio listen on the packet
    capture interface and not the managment interface. Would that
    resolve this issue?<br>
    <br>
    loading modules under
    /usr/local/lib/kamailio/modules_k/:/usr/local/lib/kamailio/modules/<br>
    &nbsp;0(1832) WARNING: &lt;core&gt; [socket_info.c:1406]: WARNING:
    fix_hostname: could not rev. resolve 192.168.111.88<br>
    Listening on <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: 127.0.0.1:5060<br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: 192.168.111.88:5060<br>
    Aliases: <br>
    &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; udp: localhost:5060<br>
    <br>
    config file ok, exiting...<br>
    <br>
    sense it's a local address it's not possible to do a rev. resolve of
    that address. Is there a way to turn off the rev. resolve.<br>
    <br>
    I've looked at this in the trouble shooting faq.<br>
    <br>
    <h2 class="sectionedit17"><a
        name="qhow_do_i_avoid_reverse-dns-lookups"
        id="qhow_do_i_avoid_reverse-dns-lookups">How do I avoid
        Reverse-DNS-Lookups?</a></h2>
    <div class="level2">
      <p>
        A: Simply not use src_ip = &#8220;11.22.33.44&#8221; and use instead src_ip
        = 11.22.33.44! We had in our installation some serious trouble
        with requests coming from systems, where the hostname could not
        be reverse resolved (the <acronym title="Domain Name System">DNS</acronym>-Server
        responsible for this IP-Range was poorly configured and would
        not answer at all).
      </p>
    </div>
    <br>
  </body>
</html>