-
Hello, First of all, Kudos to the Kathará team, amazing and powerful tool. I am trying to recreate the lab shown here. Nevertheless, I am unable to ping the physical interface of the azure VM instance. So far this is how my environment looks: and inside pc1: Nevertheless, I am unable to ping the VM physical interface. What I am trying to achieve is allow Kathará hosts to access the VM physical interface in order to connect the virtual network built with Kathará to external tools or other Azure VM instances in the same azure virtual network. For reference, when using docker (docker alone and not Kathará), I have been able to have a similar scenario working, by launching the container with the "--network host" flag enabled. Has this type of scenario tried before? Thank you very much. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
Dear @afmurillo, Sorry for the late reply, and thanks for your kind words. We always used the external feature to attach a Kathará device to an external physical device through a cable. However, theoretically, it should be work also to communicate with the host or with a VM on the host. Nevertheless, it isn't working, so I'm searching for a solution for your interesting use case. A strange behavior is that dumping the host interface, you can see the packets from the container. However, these packets are not answered and not routed anywhere. In the picture, the container has the IP I'm trying to figure out what is happening, I'll come back when I find a solution. 😇 |
Beta Was this translation helpful? Give feedback.
Dear @afmurillo,
Sorry for the delay, but I finally found a solution!
I managed to connect two different network scenarios (or a network scenario to a host interface) by passing through a bridge on the host machine. The same procedure can also be repeated to connect a network scenario to a VM on the host.
In the following, I show how to connect two scenarios and also how to connect a Kathará device to a host interface.
Example: connecting two labs
Basically, I created two network scenarios with only one device (as the one in the basic tutorial of Kathará external).
Then, I created a bridge on the host and two pairs of
veth
interfaces. For each pair, one end is attached to one lab (i.e., t…