<html>
  <head>
    <meta content="text/html; charset=windows-1252"
      http-equiv="Content-Type">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Hi George,<br>
    <br>
    If you mean IPs like 127.x.x.x, they are dedicated to localhost
    communications by the TCP/IP standard and described as such in <a
      href="https://tools.ietf.org/html/rfc990">RFC 990</a>:<br>
    <pre class="newpage">The class A network number 127 is assigned the "loopback"
         function, that is, a datagram sent by a higher level protocol
         to a network 127 address should loop back inside the host.  No
         datagram "sent" to a network 127 address should ever appear on
         any network anywhere.</pre>
     <br>
    You are lucky it ever worked in the first place, most likely because
    of poor software implementation.<br>
    I'm not aware of any way to make it work again and you should
    definitly NOT try to make it work again.<br>
    Use 10.0.0.0/8 if you need such a big subnet, else go with
    172.16.0.0/12 or 192.168.0.0/16<br>
    <br>
    Max<br>
    <br>
    <div class="moz-cite-prefix">On 01/12/15 13:43,
      <a class="moz-txt-link-abbreviated" href="mailto:george.vargh@wipro.com">george.vargh@wipro.com</a> wrote:<br>
    </div>
    <blockquote
cite="mid:HK2PR0301MB1042E4E76901BFFC8977C8809F0F0@HK2PR0301MB1042.apcprd03.prod.outlook.com"
      type="cite">
      <meta http-equiv="Content-Type" content="text/html;
        charset=windows-1252">
      <meta name="Generator" content="Microsoft Word 15 (filtered
        medium)">
      <style><!--
/* Font Definitions */
@font-face
        {font-family:"Cambria Math";
        panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:#0563C1;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:#954F72;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri",sans-serif;
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;
        font-family:"Calibri",sans-serif;
        mso-fareast-language:EN-US;}
@page WordSection1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
        {page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
      <div class="WordSection1">
        <p class="MsoNormal">Hi,<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">We are having our test topology running
          multiple VMs on a server.<o:p></o:p></p>
        <p class="MsoNormal">The guest VMs are linux based and the host
          is based on RHEL 6.4.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">The eth interface of VMs are interconnected
          via ‘intnet’ NIC settings.<o:p></o:p></p>
        <p class="MsoNormal">The VMs are using 127/8 IP addresses to
          communicate with each other.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">We are currently using VirtualBoX 3.1.8 and
          everything works fine.<o:p></o:p></p>
        <p class="MsoNormal">But when we upgrade to latest VirtualBoX
          5.0.10, we observe that the 127/8 IP addresses are being
          blocked and it does not reach the VM interfaces.<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Based on our testing, it looks like this
          behaviour is seen from VirtualBox 3.2.0 onwards.<o:p></o:p></p>
        <p class="MsoNormal">Can you please suggest if there is a way to
          get these IP address to be allowed?<o:p></o:p></p>
        <p class="MsoNormal"><o:p> </o:p></p>
        <p class="MsoNormal">Best Regards<o:p></o:p></p>
        <p class="MsoNormal">George<o:p></o:p></p>
      </div>
      The information contained in this electronic message and any
      attachments to this message are intended for the exclusive use of
      the addressee(s) and may contain proprietary, confidential or
      privileged information. If you are not the intended recipient, you
      should not disseminate, distribute or copy this e-mail. Please
      notify the sender immediately and destroy all copies of this
      message and any attachments. WARNING: Computer viruses can be
      transmitted via email. The recipient should check this email and
      any attachments for the presence of viruses. The company accepts
      no liability for any damage caused by any virus transmitted by
      this email. <a class="moz-txt-link-abbreviated" href="http://www.wipro.com">www.wipro.com</a>
      <br>
      <fieldset class="mimeAttachmentHeader"></fieldset>
      <br>
      <pre wrap="">_______________________________________________
vbox-dev mailing list
<a class="moz-txt-link-abbreviated" href="mailto:vbox-dev@virtualbox.org">vbox-dev@virtualbox.org</a>
<a class="moz-txt-link-freetext" href="https://www.virtualbox.org/mailman/listinfo/vbox-dev">https://www.virtualbox.org/mailman/listinfo/vbox-dev</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>