From 9099703733288edddc38e76b354a44938f1fd9be Mon Sep 17 00:00:00 2001 From: admManuel Date: Sun, 16 Jun 2024 20:09:10 +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 5643ded..1a9ec79 100644 --- a/Proxmox/ThunderboltNetwork.md +++ b/Proxmox/ThunderboltNetwork.md @@ -34,21 +34,21 @@ sed '${/^$/d;}' /etc/network/interfaces > temp.txt && mv temp.txt /etc/network/i nano /etc/network/interfaces ``` -**Node 1** at the beginning. +**Node 1** at the beginning below default auto lo. ```python auto lo:0 iface lo:0 inet static address 10.0.0.81/32 ``` -**Node 2** at the beginning. +**Node 2** at the beginning below default auto lo. ```python auto lo:0 iface lo:0 inet static address 10.0.0.82/32 ``` -**Node 3** at the beginning. +**Node 3** at the beginning below default auto lo. ```python auto lo:0 iface lo:0 inet static