22title : Getting Started with Infix
33author : troglobit
44date : 2024-09-14 12:11:00 +0100
5- last_modified_at : 2026-03-06 06:30 :00 +0100
5+ last_modified_at : 2026-03-12 08:00 :00 +0100
66categories : [howto]
77tags : [beginner]
8- pin : true
98---
109
1110This is a guide for those who want to learn more about Infix using a
1211hands-on approach. You need a Linux 🐧 system with Qemu installed, we
1312recommend [ Debian] [ ] based systems, like [ Ubuntu] [ ] and [ Linux Mint] [ ] .
1413
15- > For a pain-free experience we recommend enabling CPU virtualization in
16- > your BIOS/UEFI, which for many computers is disabled by default.
14+ > ** Prefer a graphical environment or want to build multi-node topologies?**
15+ >
16+ > Infix is available in the [ GNS3 Marketplace] [ GNS3 ] — install the
17+ > appliance and you can drag, drop, and cable up entire networks without
18+ > touching the command line. See the [ virtual environments] [ virt ]
19+ > documentation to get started.
20+ {: .prompt-tip }
21+
22+ ### Installing Qemu
1723
1824From this point we assume you have your x86_64/AMD64 based Linux system
1925up and running. Time to start your favorite terminal application! 😃
2026
21-
22- ### Installing Qemu
23-
2427``` bash
2528$ sudo apt install qemu-system-x86 virt-manager
2629...
2730```
2831
32+ > For a pain-free experience we recommend enabling CPU virtualization in
33+ > your BIOS/UEFI, which for many computers is disabled by default.
34+ {: .prompt-tip }
35+
2936### Download Infix
3037
3138Go to https://github.com/kernelkit/infix/releases/latest and scroll down
@@ -45,6 +52,7 @@ $ cd infix-x86_64-26.02.1/
4552> Depending on how you have [ set up your Linux] [ sudo ] installation, the
4653> following may require being run with superuser privileges, i.e., you
4754> may need to prepend the command with ` sudo ` .
55+ {: .prompt-warning }
4856
4957``` bash
5058$ ./qemu/run.sh
@@ -79,8 +87,11 @@ $ ./qemu/run.sh
7987
8088> Make sure to do a factory reset from the CLI, otherwise you will be
8189> stuck with that single interface from before.
90+ {: .prompt-info }
8291
8392[ sudo ] : https://troglobit.com/2016/12/11/a-life-without-sudo/
8493[ Debian ] : https://www.debian.org/
8594[ Ubuntu ] : https://ubuntu.com/
8695[ Linux Mint ] : https://linuxmint.com/
96+ [ GNS3 ] : https://gns3.com/marketplace/appliances/infix
97+ [ virt ] : https://www.kernelkit.org/infix/latest/virtual/
0 commit comments