Skip to content

SharedCollisionDomains

Tommaso Caiazzi edited this page Jul 6, 2023 · 2 revisions

Kathará allows deploying network scenarios sharing collision domains with the user on the same host, either local or remote (see the Remote Docker Connection guide).

To enable shared collision domains, open the Kathará settings:

kathara settings

This will open the setting menu:

  ╔═════════════════════════════════════════════════════════════════════════╗
  ║                                                                         ║
  ║                            Kathara Settings                             ║
  ║                                                                         ║
  ╠═════════════════════════════════════════════════════════════════════════╣
  ║                                                                         ║
  ║                      Choose the option to change.                       ║
  ║                                                                         ║
  ╠═════════════════════════════════════════════════════════════════════════╣
  ║                                                                         ║
  ║    1 - Choose default manager                                           ║
  ║    2 - Choose default image                                             ║
  ║    3 - Automatically open terminals on startup                          ║
  ║    4 - Choose device shell to be used                                   ║
  ║    5 - Choose terminal emulator to be used                              ║
  ║    6 - Choose Kathara prefixes                                          ║
  ║    7 - Choose logging level to be used                                  ║
  ║    8 - Print Startup Logs on device startup                             ║
  ║    9 - Enable IPv6                                                      ║
  ║   10 - Automatically mount /hosthome on startup                         ║
  ║   11 - Automatically mount /shared on startup                           ║
  ║   12 - Enable Shared Collision Domains between users                    ║
  ║   13 - Insert a remote Docker Daemon URL                                ║
  ║   14 - Insert a Docker Daemon TLS Cert Path                             ║
  ║   15 - Exit                                                             ║
  ║                                                                         ║
  ║                                                                         ║
  ╚═════════════════════════════════════════════════════════════════════════╝

Select option 12 to enable shared Collision Domains between users:

  ╔═════════════════════════════════════════════════════════════════════════╗
  ║                                                                         ║
  ║              Enable Shared Collision Domains between users              ║
  ║                                                                         ║
  ║                               Current: No                               ║
  ║                                                                         ║
  ╠═════════════════════════════════════════════════════════════════════════╣
  ║                                                                         ║
  ║  This option allows to connect devices of different users to the same   ║
  ║                           collision domains.                            ║
  ║                             Default is No.                              ║
  ║                                                                         ║
  ╠═════════════════════════════════════════════════════════════════════════╣
  ║                                                                         ║
  ║    1 - Yes                                                              ║
  ║    2 - No                                                               ║
  ║    3 - Return to Kathara Settings                                       ║
  ║                                                                         ║
  ║                                                                         ║
  ╚═════════════════════════════════════════════════════════════════════════╝

If different users (on the same host or connected to the same docker daemon) enable the shared collision domain option, they can connect their devices with the devices deployed by other users.

Clone this wiki locally