network-lab

Networking lab using root-less VM

Github星跟踪图

Various network related labs

I use those labs to test various stuff. Most of them are tailored to
my need. The most recent ones are more likely to work than the older
ones.

They are expected to run without being root on top of an up-to-date
Debian sid. Some of them are using User-Mode-Linux, some other are
using KVM.

lab-generic should always contain the latest iteration of the lab
and be used as a base for other labs.

Previously, labs were self-contained. This was done to avoid any
breakage when introducing "new features". However, this didn't work as
expected and labs become broken because of external changes (kernel
changes, systemd changes, etc.). Therefore, new labs are now sourcing
some common files (in common/). This means that older labs may broke
due to more recent changes. In this case, get the latest commit for a
lab (git log --oneline -1 lab-generic for example) and get a
checkout for it (git checkout 22f22864632a).

This lab doesn't work on Ubuntu because they are missing VDE support
in QEMU. The easiest way is to use schroot to work on a Debian
Buster:

#!/bin/sh
sudo debootstrap buster buster
cat <<EOF, sudo tee /etc/schroot/chroot.d/lab
[lab]
type=directory
description=Network lab
directory=$PWD/buster
users=$USER
shell=$SHELL
EOF
sudo schroot -c lab apt install \
    qemu-system-x86 sudo tmux busybox ssh vde2 python3 binutils \
    dosfstools mtools ansible

You may need to uncomment /dev/shm line in
/etc/schroot/default/fstab. Then, run schroot -c lab ./setup.

The ./setup script takes a Linux kernel as first argument. Have a
look at
eudyptula-boot's
minimal-configuration script to compile a kernel that should work
with the lab as well.

License

All the labs are distributed under the ISC license:

Permission to use, copy, modify, and/or distribute this software for any
purpose with or without fee is hereby granted, provided that the above
copyright notice and this permission notice appear in all copies.

THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.

Other tools

There exist many other tools to run network labs that may not be as
hacky as this one:

  • CORE. It uses
    Linux network namespaces and provides a GUI tool. This is a very
    good tool. Please, have a look at it. It doesn't use disk images
    and the whole lab configuration fits into a single file that's easy
    to share. Integration with Quagga or BIRD is very good.

  • GNS3. It uses virtual machines and
    emulators to build the network. It also comes with a GUI tool. You
    can emulate Cisco, Juniper, Arista and other brands network
    equipments. However, it relies heavily on disk images for anything
    else than Cisco devices and it makes it harder to share your work
    on GitHub.

You will find a more comprehensive list (with tests) on Brian Linkletter's blog.

主要指标

概览
名称与所有者vincentbernat/network-lab
主编程语言Shell
编程语言Shell (语言数: 8)
平台
许可证
所有者活动
创建于2011-05-21 21:25:25
推送于2024-11-07 17:14:56
最后一次提交2024-08-05 17:42:52
发布数0
用户参与
星数579
关注者数65
派生数120
提交数1.5k
已启用问题?
问题数7
打开的问题数1
拉请求数1
打开的拉请求数0
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?