From 669ce82420e99ca52b41aa4350f70c1f463d8d9d Mon Sep 17 00:00:00 2001 From: admManuel Date: Sun, 16 Jun 2024 20:00:28 +0000 Subject: [PATCH] Update Proxmox/ThunderboltNetwork.md --- Proxmox/ThunderboltNetwork.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/Proxmox/ThunderboltNetwork.md b/Proxmox/ThunderboltNetwork.md index bd02f0f..4c0ab1f 100644 --- a/Proxmox/ThunderboltNetwork.md +++ b/Proxmox/ThunderboltNetwork.md @@ -29,6 +29,28 @@ sed '${/^$/d;}' /etc/network/interfaces > temp.txt && mv temp.txt /etc/network/i nano /etc/network/interfaces ``` +**Node 1** at the beginning. +```python +auto lo:0 +iface lo:0 inet static + address 10.0.0.81/32 +``` + +**Node 2** at the beginning. +```python +auto lo:0 +iface lo:0 inet static + address 10.0.0.82/32 +``` + +**Node 3** at the beginning. +```python +auto lo:0 +iface lo:0 inet static + address 10.0.0.83/32 +``` + +On each node at the end. ```python allow-hotplug en05 iface en05 inet manual