Skip to content

Instantly share code, notes, and snippets.

View platu's full-sized avatar

Philippe Latu platu

View GitHub Profile
@platu
platu / ovs+incus+sharedvlans-setup.md
Last active October 14, 2024 17:25
Host Incus containers networked on VLANs in the physical world

Host Incus containers networked on VLANs in the physical world

The installation process begins with a Debian trixie base installation on the host system or virtual machine.

It is important to note that this system is networked on a trunk mode port, which allows for the sharing of VLANs between the host or virtual machine and other devices on the networks.

Target topology

Start UNprivileged Incus containers on top of Open vSwitch in a few steps

C-3PO has to be fixed

The installation process begins with a Debian trixie base installation on the host system or virtual machine.


Install Netplan and OvS and other tools on host

@platu
platu / lab15+ansible+incus.md
Last active February 26, 2025 09:26
Using Ansible to automate the installation of Web servers on Incus system containers
tags
m1, Devnet, incus, linux, lab15

DevNet Lab 15 -- Using Ansible to automate the installation of Web servers on Incus system containers

[toc]


Background / Scenario

@platu
platu / ovs+vxlan+lxd-lab.md
Last active January 29, 2025 11:16
VXLAN lab based on OpenVSwitch and lxd containers

% VXLAN lab based on OpenVSwitch and LXD containers


Preamble

The very first idea when I started writing this lab was to illustrate the Virtual Extensible LAN (VXLAN) technology. Now that OpenVSwitch configuration is smoothely integrated in the Debian networking configuration files, this should have resulted in somewhat easy-to-read gist.

@platu
platu / ovs+lxd-shared-vlans.md
Last active December 5, 2023 12:58
LXD containers networked on VLANs shared with the (ancient) physical world

LXD containers networked on VLANs shared with the (ancient) physical world

Topology

Starting from a Debian testing base install on host system ...


Let's start with networking

Install OvS on host