Skip to content

Instantly share code, notes, and snippets.

View kafisatz's full-sized avatar

Bernhard König kafisatz

View GitHub Profile
@kafisatz
kafisatz / proxmox-tb-net.md
Created September 15, 2023 06:57 — forked from scyto/proxmox-tb-net.md
Thunderbolt Networking Setup

Thunderbolt Networking

Install LLDP - this is great to see what nodes can see which.

  • install lldpctl with apt install lldpd

Load Kernel Modules

  • add thunderbolt and thunderbolt-net kernel modules (this must be done all nodes - yes i know it can sometimes work withoutm but the thuderbolt-net one has interesting behaviou' so do as i say - add both ;-)
    1. nano /etc/modules add modules at bottom of file, one on each line
    2. save using x then y then enter