<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
  </head>
  <body bgcolor="#FFFFFF" text="#000000">
    <div class="moz-cite-prefix">On 05/15/2014 11:48 AM, dev null zero
      two wrote:<br>
    </div>
    <blockquote
cite="mid:CABmokzBToHFY2zXqVewdMB9+SF9teT80udgXvmf9KAKNZv3dLg@mail.gmail.com"
      type="cite">
      <div dir="ltr">108.162.238.21<br>
        <br>
      </div>
    </blockquote>
    <br>
    I have a perl program on a device that will retrieve the public ip.&nbsp;
    I noticed a discrepency between<br>
    ipaddress.net and an XML-RPC interface.<br>
    <br>
    <br>
    <font face="Courier New, Courier, monospace">[root@cs-buford]#
      publicip -v<br>
      Using '<a class="moz-txt-link-freetext" href="http://www.ipaddress.net">http://www.ipaddress.net</a>' to determine real public IP.<br>
      Public IP: 108.162.237.224<br>
      Hostname : Unknown<br>
      [root@cs-buford]# publicip -vc<br>
      Retrieving Public IP from cloud.<br>
      208.65.90.32<br>
      [root@cs-buford]# <br>
    </font><br>
    I was using LWP::UserAgent, but getting denied from CloudFlare on
    their end or some point.&nbsp; I changed the code to use LWP::RobotUA.&nbsp;&nbsp;
    The IP above matches what I see on my desktop in FireFox.&nbsp; My
    desktop and the device is at home on the same net sharing only one
    IP out.<br>
    <br>
    Chris<br>
  </body>
</html>