lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] Virtual machines in the same host (bridge).


From: Valery Ushakov
Subject: Re: [lwip-users] Virtual machines in the same host (bridge).
Date: Sat, 7 Feb 2015 20:18:49 +0000 (UTC)
User-agent: tin/2.2.1-20140504 ("Tober an Righ") (UNIX) (NetBSD/6.1.5 (macppc))

Sylvain Rochet wrote:

> On Fri, Feb 06, 2015 at 01:29:28PM -0200, Norberto R. de Goes Jr. wrote:
>
>> I think the problem is in the my virtual environment (vm?s). I run the
>> application in real servers and the ping replies have success.
>> Thank you very much.
> 
> Yes, this is exactly what I previously said, the problem is (probably) 
> because your VM host bridge does not accept learning of foreign MAC 
> address.

"Internal Network" is not a VM/host bridge, just a piece of virtual
ethernet.

As the first mail of the thread said:

| But I did not get success still.  The pings from VM#2 go from the
| ethernet to the "br0"(VM#1) device and after to the "tap0" device.
| There the lwIP generates an answer and sends it to the asking
| host. But then the packages disappear.  They do not go back to the
| "br0" device (seen with dcpdump).

So the pongs seems to be lost between tap0 and br0 inside VM1.

BTW, VBox "NAT Network" is basically the same "Internal Network" with
an extra proxy process connected to it and that proxy happens to be
lwip-based :)

The notes I refered to in my previous mail are from the initial
prototype of it that I hacked together using unixsim with tap bridged
to VM's internal network connection, i.e. the setup that is used by
Norberto, as far as I understand.

-uwe




reply via email to

[Prev in Thread] Current Thread [Next in Thread]