Displaying 2 results from an estimated 2 matches for "_binds_".
Did you mean:
_bindir
2019 Mar 14
0
Re: KVM-Docker-Networking using TAP and MACVLAN
...he tap device and hairpins all the packets, but that's not what you
want I think).
>
>I am not quite sure if I understood you correctly with the 'other end'.
Yeah, sorry for my knowledge on how this is actually called. I found out,
however, the "other end" is whatever _binds_ to the device.
>With the given configuration I would expect that one end of the TAP
>device is connected to the NIC in the KVM (and it actually is, it has an
>IP address assigned in the KVM and is serving the web configurator) and
>the other end is connected to the MACVLAN network of D...
2019 Mar 13
2
Re: KVM-Docker-Networking using TAP and MACVLAN
On 3/13/19 2:26 PM, Martin Kletzander wrote:
> IIUC, you are using the tap0 device, but it is not plugged anywhere.
> By that I
> mean there is one end that you created and passed through into the VM,
> but there
> is no other end of that. I can think of some complicated ways how to
> do what
> you are trying to, but hopefully the above explanation will move you
> forward