From 59bc7201fe6a30c2df12310d8d4b252060fe7204 Mon Sep 17 00:00:00 2001 From: admManuel Date: Sun, 16 Jun 2024 20:42:28 +0000 Subject: [PATCH] Update Proxmox/ThunderboltNetwork.md --- Proxmox/ThunderboltNetwork.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Proxmox/ThunderboltNetwork.md b/Proxmox/ThunderboltNetwork.md index 98b040b..7485f80 100644 --- a/Proxmox/ThunderboltNetwork.md +++ b/Proxmox/ThunderboltNetwork.md @@ -2,7 +2,7 @@ Main idea is from [here](https://gist.github.com/scyto/76e94832927a89d977ea989da157e9dc), but I like to be able to copy paste a bit more comfortable. -### On all Nodes +## On all Nodes Optional package to track which node can see which other one. ```python @@ -93,7 +93,7 @@ EOF chmod +x /etc/network/if-up.d/restart-frr ``` -### Different settings per Node! +## Different settings per Node! Adjust the `/etc/network/interfaces`. Remove any section that belongs to any auto added **thunderbolt0** or **thunderbolt1** interface. @@ -254,7 +254,7 @@ Time for the reboot. /sbin/reboot ``` -### Debugging +## Debugging ```python # shows the actual configuration vtysh -c "show running-config"