Tommaso Caiazzi

Results 20 issues of Tommaso Caiazzi

The current implementation of port forwarding in Kathará encounters an issue when the bridged interface is not the first one on a device. This error is related to a Docker...

bug
platform/windows
platform/MacOS
manager/docker

Hi all, I recently started to use TRex and I developed two Kathará labs for training. The first is a very simple scenario to show the usage of the TRex...

Hi @saghul, I'm one of the maintainer of [Kathará](https://github.com/KatharaFramework/Kathara), a container-based network emulator, and we have a dependency with `pyuv`. Now that the installation problem with `Python3.10` is fixed (#275),...

Since we have refactored all network scenarios, removing deprecated commands (PR #33), to maintain consistency and provide our users with an optimal learning experience, we need to update the lab...

enhancement

We noticed that some default values change (we are not sure if in Linux or Docker), creating problems while disabling IPv6 on Kathará devices. To solve the problem, we need...

intended behavior

Thanks to @Aperence and @buonhobo, we found an error while starting `frr.service` on Fedora (KatharaFramework/Kathara-Labs#31) and Arch (KatharaFramework/Kathara#248). Substantially, when running FRR on a Fedora or Arch host using the...

bug
help wanted
linux/red-hat
linux/arch
kathara/frr

This Pull Request introduces the `kathara/bind` Docker image. The image supports multiple tags based on different bind versions: - `kathara/bind:9.18` (based on Debian 12) - `kathara/bind:9.16` (based on Debian 11)...

enhancement

**Summary** This PR introduces a new section called exercises to the repository. This section includes a series of Kathará exercises that can be automatically verified using the [kathara-lab-checker](https://github.com/KatharaFramework/kathara-lab-checker) tool. **Changes**...

enhancement

This PR adds new network scenarios to the `main-labs` section. In particular: - It adds the [basic-topics/two-computers](https://github.com/KatharaFramework/Kathara-Labs/tree/develop/main-labs/basic-topics/two-computers) network scenario; - It adds the [basic-topics/basic-ipv6](https://github.com/KatharaFramework/Kathara-Labs/tree/develop/main-labs/basic-topics/basic-ipv6) network scenario; - It adds the...

enhancement

Hello, I'm Tommaso from [Kathará](https://github.com/KatharaFramework), a network emulator based on Docker containers. We use `docker-py` to interface with the Docker daemon, and we have encountered an issue when using the...