Hi George,

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 RFC 990 <https://tools.ietf.org/html/rfc990>:

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.


You are lucky it ever worked in the first place, most likely because of poor software implementation. I'm not aware of any way to make it work again and you should definitly NOT try to make it work again. 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

Max

On 01/12/15 13:43, george.va...@wipro.com wrote:

Hi,

We are having our test topology running multiple VMs on a server.

The guest VMs are linux based and the host is based on RHEL 6.4.

The eth interface of VMs are interconnected via ‘intnet’ NIC settings.

The VMs are using 127/8 IP addresses to communicate with each other.

We are currently using VirtualBoX 3.1.8 and everything works fine.

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.

Based on our testing, it looks like this behaviour is seen from VirtualBox 3.2.0 onwards.

Can you please suggest if there is a way to get these IP address to be allowed?

Best Regards

George

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. www.wipro.com


_______________________________________________
vbox-dev mailing list
vbox-dev@virtualbox.org
https://www.virtualbox.org/mailman/listinfo/vbox-dev

_______________________________________________
vbox-dev mailing list
vbox-dev@virtualbox.org
https://www.virtualbox.org/mailman/listinfo/vbox-dev

Reply via email to